Browse Source

Updated docs

Abdullah Almsaeed 10 years ago
parent
commit
940ac58558

+ 1 - 1
documentation/build/include/dependencies.html

@@ -2,7 +2,7 @@
   <h2 class="page-header"><a href="#dependencies">Dependencies</a></h2>
   <p class="lead">AdminLTE depends on two main frameworks.
     The downloadable package contains both of these libraries, so you don't have to manually download them.</p>
-  <ul>
+  <ul class="bring-up">
     <li><a href="http://getbootstrap.com" target="_blank">Bootstrap 3</a></li>
     <li><a href="http://jquery.com/" target="_blank">jQuery 1.11+</a></li>
     <li><a href="#plugins">All other plugins are listed below</a></li>

+ 1 - 1
documentation/build/include/download.html

@@ -32,7 +32,7 @@
       </div><!-- /.box -->
     </div><!-- /.col -->
   </div><!-- /.row -->
-  <pre class='hierarchy'><code class="language-bash" data-lang="bash">File Hierarchy of the Source Code Package
+  <pre class='hierarchy bring-up'><code class="language-bash" data-lang="bash">File Hierarchy of the Source Code Package
 
 AdminLTE/
 ├── dist/

+ 1 - 1
documentation/build/include/layout.html

@@ -421,7 +421,7 @@
   <p class="lead">Skins can be found in the dist/css/skins folder.
     Choose and the skin file that you want then add the appropriate
     class to the body tag to change the template's appearance. Here is the list of available skins:</p>
-  <ul>
+  <ul class="bring-up">
     <li><code>skin-blue</code></li>
     <li><code>skin-yellow</code></li>
     <li><code>skin-purple</code></li>

+ 2 - 2
documentation/build/index.html

@@ -29,7 +29,7 @@
       <header class="main-header">
         <!-- Logo -->
         <!-- Logo -->
-        <a href="index2.html" class="logo">
+        <a href="../index2.html" class="logo">
           <!-- mini logo for sidebar mini 50x50 pixels -->
           <span class="logo-mini"><b>A</b>LT</span>
           <!-- logo for regular state and mobile devices -->
@@ -99,7 +99,7 @@
 
         <!-- Main content -->
         <div class="content body">
-          <div class="callout callout-warning no-margin">
+          <div class="callout callout-warning no-margin bring-up">
             <h4>Warning!</h4>
             This documentation is under development. Some information may change as the progress of creating the documentation continues.
           </div>

+ 5 - 5
documentation/index.html

@@ -29,7 +29,7 @@
       <header class="main-header">
         <!-- Logo -->
         <!-- Logo -->
-        <a href="index2.html" class="logo">
+        <a href="../index2.html" class="logo">
           <!-- mini logo for sidebar mini 50x50 pixels -->
           <span class="logo-mini"><b>A</b>LT</span>
           <!-- logo for regular state and mobile devices -->
@@ -99,7 +99,7 @@
 
         <!-- Main content -->
         <div class="content body">
-          <div class="callout callout-warning no-margin">
+          <div class="callout callout-warning no-margin bring-up">
             <h4>Warning!</h4>
             This documentation is under development. Some information may change as the progress of creating the documentation continues.
           </div>
@@ -152,7 +152,7 @@
       </div><!-- /.box -->
     </div><!-- /.col -->
   </div><!-- /.row -->
-  <pre class='hierarchy'><code class="language-bash" data-lang="bash">File Hierarchy of the Source Code Package
+  <pre class='hierarchy bring-up'><code class="language-bash" data-lang="bash">File Hierarchy of the Source Code Package
 
 AdminLTE/
 ├── dist/
@@ -176,7 +176,7 @@ AdminLTE/
   <h2 class="page-header"><a href="#dependencies">Dependencies</a></h2>
   <p class="lead">AdminLTE depends on two main frameworks.
     The downloadable package contains both of these libraries, so you don't have to manually download them.</p>
-  <ul>
+  <ul class="bring-up">
     <li><a href="http://getbootstrap.com" target="_blank">Bootstrap 3</a></li>
     <li><a href="http://jquery.com/" target="_blank">jQuery 1.11+</a></li>
     <li><a href="#plugins">All other plugins are listed below</a></li>
@@ -628,7 +628,7 @@ AdminLTE/
   <p class="lead">Skins can be found in the dist/css/skins folder.
     Choose and the skin file that you want then add the appropriate
     class to the body tag to change the template's appearance. Here is the list of available skins:</p>
-  <ul>
+  <ul class="bring-up">
     <li><code>skin-blue</code></li>
     <li><code>skin-yellow</code></li>
     <li><code>skin-purple</code></li>