diff options
| author | Mark Otto <[email protected]> | 2015-04-17 12:40:25 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-04-17 12:40:25 -0700 |
| commit | e70d9077f025cb1cb168e50b87f60423be9e6a00 (patch) | |
| tree | dc73879622f515b4233ae6e8d99d20c93f2de47b | |
| parent | f58143e7d696850fe064d97ef71afa6ea4f5b994 (diff) | |
| download | bootstrap-e70d9077f025cb1cb168e50b87f60423be9e6a00.tar.xz bootstrap-e70d9077f025cb1cb168e50b87f60423be9e6a00.zip | |
move buttons from content to components
| -rw-r--r-- | docs/_data/nav.yml | 2 | ||||
| -rw-r--r-- | docs/components/buttons.md (renamed from docs/content/buttons.md) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/docs/_data/nav.yml b/docs/_data/nav.yml index 3be2479ea..06969f4cd 100644 --- a/docs/_data/nav.yml +++ b/docs/_data/nav.yml @@ -67,7 +67,6 @@ - title: Sample output - title: Tables - title: Forms - - title: Buttons - title: Components pages: @@ -83,6 +82,7 @@ - title: Misc elements - title: Jumbotron - title: Page header + - title: Buttons - title: Custom forms sections: - title: Checkboxes and radios diff --git a/docs/content/buttons.md b/docs/components/buttons.md index cf9d8dab6..cf9d8dab6 100644 --- a/docs/content/buttons.md +++ b/docs/components/buttons.md |
