Dynamically build documentation using Grunt includes

This commit is contained in:
Abdullah Almsaeed
2015-03-02 18:39:46 -05:00
parent 8015fa3456
commit 70e9032937
16 changed files with 3218 additions and 963 deletions

View File

@@ -0,0 +1,12 @@
<section id='introduction'>
<h2 class='page-header'><span>Introduction</span></h2>
<p class='lead'>
<b>AdminLTE</b> is a popular open source WebApp template for admin dashboards and control panels.
It is a responsive HTML template that is based on the CSS framework Bootstrap 3.
It utilizes all of the Bootstrap components in its design and re-styles many
commonly used plugins to create a consistent design that can be used as a user
interface for backend applications. AdminLTE is based on a modular design, which
allows it to be easily customized and built upon. This documentation will guide you through
installing the template and exploring the various components that are bundled with the template.
</p>
</section><!-- /#introduction -->