diff options
| author | Heinrich Fenkart <[email protected]> | 2014-08-05 12:56:33 +0200 |
|---|---|---|
| committer | Heinrich Fenkart <[email protected]> | 2014-08-06 06:10:51 +0200 |
| commit | 2c625c7d1a82147ac81c3038cdfd84c5a34d97d9 (patch) | |
| tree | 4cd8d86608805ecd20e0f9c01f3729c95ad19b4a /docs/_includes/nav/javascript.html | |
| parent | d9f1ea8252933d7c6234b63a3dcb646849a13833 (diff) | |
| download | bootstrap-2c625c7d1a82147ac81c3038cdfd84c5a34d97d9.tar.xz bootstrap-2c625c7d1a82147ac81c3038cdfd84c5a34d97d9.zip | |
Clean up buttons documentation
Diffstat (limited to 'docs/_includes/nav/javascript.html')
| -rw-r--r-- | docs/_includes/nav/javascript.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/_includes/nav/javascript.html b/docs/_includes/nav/javascript.html index bab188ef1..3459bb1e4 100644 --- a/docs/_includes/nav/javascript.html +++ b/docs/_includes/nav/javascript.html @@ -65,8 +65,10 @@ <li> <a href="#buttons">Button</a> <ul class="nav"> - <li><a href="#buttons-examples">Examples</a></li> - <li><a href="#buttons-usage">Usage</a></li> + <li><a href="#buttons-stateful">Stateful</a></li> + <li><a href="#buttons-single-toggle">Single toggle</a></li> + <li><a href="#buttons-checkbox-radio">Checkbox / Radio</a></li> + <li><a href="#buttons-methods">Methods</a></li> </ul> </li> <li> |
