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,10 @@
<section id="dependencies">
<h2 class="page-header"><span>Dependencies</span></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>
<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>
</ul>
</section>