2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

adding getting started page based on Bootstrap University from awhile back, testing out side nav on docs instead of subnav bar

This commit is contained in:
Mark Otto
2012-07-08 01:47:36 -07:00
parent 5f861ef517
commit 20676ddd4d
20 changed files with 656 additions and 29 deletions
+17
View File
@@ -18,6 +18,20 @@
</header>
<div class="row">
<div class="span3 bs-docs-sidebar">
<ul class="nav nav-list bs-docs-sidenav">
<li><a href="#typography">{{_i}}Typography{{/i}}</a></li>
<li><a href="#code">{{_i}}Code{{/i}}</a></li>
<li><a href="#tables">{{_i}}Tables{{/i}}</a></li>
<li><a href="#forms">{{_i}}Forms{{/i}}</a></li>
<li><a href="#buttons">{{_i}}Buttons{{/i}}</a></li>
<li><a href="#icons">{{_i}}Icons by Glyphicons{{/i}}</a></li>
</ul>
</div>
<div class="span9">
<!-- Typography
================================================== -->
@@ -1562,3 +1576,6 @@
</form>
</section>
</div>
</div>