diff options
| author | Mark Otto <[email protected]> | 2015-04-17 14:11:08 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-04-17 14:11:08 -0700 |
| commit | 8b93787fd272ca270615fee00f269c504cb53fa7 (patch) | |
| tree | a72bafd8a6aa9bf876fdaae11dcf778fd856655d /docs/_data | |
| parent | 0156f9a2379b68cd3cf284bc4e7799fda221203e (diff) | |
| download | bootstrap-8b93787fd272ca270615fee00f269c504cb53fa7.tar.xz bootstrap-8b93787fd272ca270615fee00f269c504cb53fa7.zip | |
move all JS buttons docs to regular buttons docs page, rewrite the callouts and some docs verbage
Diffstat (limited to 'docs/_data')
| -rw-r--r-- | docs/_data/nav.yml | 36 |
1 files changed, 22 insertions, 14 deletions
diff --git a/docs/_data/nav.yml b/docs/_data/nav.yml index 06969f4cd..137622839 100644 --- a/docs/_data/nav.yml +++ b/docs/_data/nav.yml @@ -41,8 +41,18 @@ - title: Print - title: Test cases -- title: Content +- title: Components pages: + - title: Reboot + sections: + - title: Approach + - title: Page defaults + - title: Headings and paragraphs + - title: Lists + - title: Preformatted text + - title: Tables + - title: Forms + - title: Misc elements - title: Typography sections: # - title: Scale @@ -67,22 +77,20 @@ - title: Sample output - title: Tables - title: Forms - -- title: Components - pages: - - title: Reboot - sections: - - title: Approach - - title: Page defaults - - title: Headings and paragraphs - - title: Lists - - title: Preformatted text - - title: Tables - - title: Forms - - title: Misc elements - title: Jumbotron - title: Page header - title: Buttons + sections: + - title: Examples + - title: Button tags + - title: Sizes + - title: Active state + - title: Disabled state + # - title: JavaScript behavior + - title: Custom states + - title: Single toggle + - title: Checkbox and radio + - title: Methods - title: Custom forms sections: - title: Checkboxes and radios |
