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='browsers'>
<h2 class='page-header'><span>Browser Support</span></h2>
<p class="lead">AdminLTE supports the following browsers:</p>
<ul>
<li>IE9+</li>
<li>FireFox (latest)</li>
<li>Safari (latest)</li>
<li>Chrome (latest)</li>
<li>Opera (latest)</li>
</ul>
<p><b>Note:</b> IE9 does not support transitions or animations. The template will function properly but it won't use animations/transitions on IE9.</p>
</section>