From e0577e6d01d79d1c99f9f66428e98a80aaf439d7 Mon Sep 17 00:00:00 2001 From: Abdullah Almsaeed Date: Mon, 4 May 2015 23:09:29 -0400 Subject: [PATCH] Removed alert from the top of the page --- documentation/build/index.html | 5 +---- documentation/index.html | 15 ++++++--------- 2 files changed, 7 insertions(+), 13 deletions(-) diff --git a/documentation/build/index.html b/documentation/build/index.html index 173fe876..147e7ade 100644 --- a/documentation/build/index.html +++ b/documentation/build/index.html @@ -100,10 +100,7 @@
-
-

Warning!

- This documentation is under development. Some information may change as the progress of creating the documentation continues. -
+ include "introduction.html" diff --git a/documentation/index.html b/documentation/index.html index ac5b2b7f..e3de935f 100644 --- a/documentation/index.html +++ b/documentation/index.html @@ -100,10 +100,7 @@
-
-

Warning!

- This documentation is under development. Some information may change as the progress of creating the documentation continues. -
+

@@ -783,7 +780,7 @@ AdminLTE/

Sidebar

- The sidebar used in this page to the left provides an example of what your sidebar should be like. + The sidebar used in this page to the left provides an example of what your sidebar should like. Construction of a sidebar:

@@ -968,7 +965,7 @@ AdminLTE/
   </div><!-- /.info-box-content -->
 </div><!-- /.info-box -->
 
-

The only thing you need to change to alternate between these styles is the placement of the bg-* class. For the +

The only thing you need to change to alternate between these style is change the placement of the bg-* class. For the first style apply any bg-* class to the icon itself. For the other style, apply the bg-* class to the info-box div.

@@ -1160,7 +1157,7 @@ AdminLTE/

Box Tools

Boxes can contain tools to deploy a specific event or provide simple info. The following examples makes use of multiple AdminLTE components within the header of the box.

-

AdminLTE data-widget attribute provides boxes with the ability to collapse or to be removed. The buttons +

AdminLTE data-widget attribute provides boxes with the ability to collapse or be removed. The buttons are placed in the box-tools which is placed in the box-header.

 <-- This will cause the box to be removed when clicked -->
@@ -1664,7 +1661,7 @@ AdminLTE/
   

Direct Chat Markup


 <-- Construct the box with style you want. Here we are using box-danger -->
-<-- Then add the class direct-chat and choose the direct-chat-* contextual class -->
+<-- Then add the class direct-chat and choose the direct-chat-* contexual class -->
 <-- The contextual class should match the box, so we are using direct-chat-danger -->
 <div class="box box-danger direct-chat direct-chat-danger">
   <div class="box-header with-border">
@@ -1951,7 +1948,7 @@ AdminLTE/
 
 
-

To upgrade from version 1.x to the latest version, follow this guide.

+

To upgrade from version 1.x to the lateset version, follow this guide.

New Files

Make sure you update all CSS and JS files that are related to AdminLTE. Otherwise, the layout will not function properly. Most important files are AdminLTE.css, skins CSS files, and app.js.

-- GitLab