diff options
| author | Mark Otto <[email protected]> | 2015-04-17 16:52:27 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-04-17 16:52:27 -0700 |
| commit | 19b05505f71c80fdd8452281f5fa6048401ced64 (patch) | |
| tree | 9d36eb4661f0eaf82016fc89d3716de7ca0b7e77 | |
| parent | abde088bde7148c90e4753bb051900eb1c83da12 (diff) | |
| download | bootstrap-19b05505f71c80fdd8452281f5fa6048401ced64.tar.xz bootstrap-19b05505f71c80fdd8452281f5fa6048401ced64.zip | |
nav updates for forms
| -rw-r--r-- | docs/_data/nav.yml | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/docs/_data/nav.yml b/docs/_data/nav.yml index a9e13ffda..26ef0e8fa 100644 --- a/docs/_data/nav.yml +++ b/docs/_data/nav.yml @@ -93,11 +93,24 @@ - title: Button group - title: Button dropdown - title: Forms - - title: Custom forms sections: + - title: Form controls + - title: Form groups + - title: Inline forms + - title: Using the Grid - title: Checkboxes and radios - - title: Select menu - - title: File browser + - title: Static controls + - title: Focus state + - title: Disabled state + - title: Readonly inputs + - title: Validation + - title: Control sizing + - title: Column sizing + - title: Help text + - title: Custom forms + # - title: Checkboxes and radios + # - title: Select menu + # - title: File browser - title: Input group sections: - title: Basic example |
