diff options
author | Thomas Park <thomas@thomaspark.co> | 2015-10-01 22:33:20 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.co> | 2015-10-01 22:33:20 -0400 |
commit | 894a4ea12c18bbdf4ae1c95f89e3fc1cf7a6e4c1 (patch) | |
tree | 5e96127020ee557e1d235192386d3bd197b94c53 /simplex | |
parent | ceb6bc5d80af9c7905b54ac4146339e6b1c68490 (diff) |
add table of contents to sections, closes #519
Diffstat (limited to 'simplex')
-rw-r--r-- | simplex/index.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/simplex/index.html b/simplex/index.html index 3d89d9d6..057a6851 100644 --- a/simplex/index.html +++ b/simplex/index.html @@ -113,6 +113,22 @@ </div> </div> </div> + <div class="row"> + <div class="col-lg-3 col-md-3 col-sm-4"> + <div class="list-group table-of-contents"> + <a class="list-group-item" href="#navbar">Navbar</a> + <a class="list-group-item" href="#buttons">Buttons</a> + <a class="list-group-item" href="#type">Typography</a> + <a class="list-group-item" href="#tables">Tables</a> + <a class="list-group-item" href="#forms">Forms</a> + <a class="list-group-item" href="#nav">Navs</a> + <a class="list-group-item" href="#indicators">Indicators</a> + <a class="list-group-item" href="#progress">Progress bars</a> + <a class="list-group-item" href="#container">Containers</a> + <a class="list-group-item" href="#dialogs">Dialogs</a> + </div> + </div> + </div> </div> <!-- Navbar |