diff options
| author | Mark Otto <[email protected]> | 2015-04-04 23:31:41 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-04-04 23:31:41 -0700 |
| commit | 7cf23a184661ee5f3cb5cfdf1c3b60ae1b753223 (patch) | |
| tree | 255b409ad6a0793cf59b56b9db836c147e834242 | |
| parent | f98883fc442145de1067d68a37c6353f2db31038 (diff) | |
| download | bootstrap-7cf23a184661ee5f3cb5cfdf1c3b60ae1b753223.tar.xz bootstrap-7cf23a184661ee5f3cb5cfdf1c3b60ae1b753223.zip | |
page nav and title
| -rw-r--r-- | docs/_data/nav.yml | 16 | ||||
| -rw-r--r-- | docs/getting-started/javascript.md | 2 |
2 files changed, 7 insertions, 11 deletions
diff --git a/docs/_data/nav.yml b/docs/_data/nav.yml index 8a5477b16..835c2cc02 100644 --- a/docs/_data/nav.yml +++ b/docs/_data/nav.yml @@ -8,6 +8,7 @@ - title: Bower - title: npm - title: Contents + - title: JavaScript - title: Compiling - title: Support # - title: Third party support @@ -91,6 +92,9 @@ - title: Dropdowns - title: Badges - title: Label + - title: Tabs + - title: Alerts + - title: Buttons - title: Navs - title: Navbar - title: Card @@ -110,22 +114,14 @@ - title: Alerts - title: Progress - title: List group - - title: Responsive embed - - title: Helpers - -- title: JavaScript - pages: - - title: Overview - - title: Transitions - title: Modal - title: Scrollspy - - title: Tabs - title: Tooltips - title: Popovers - - title: Alerts - - title: Buttons - title: Collapse - title: Carousel + - title: Responsive embed + - title: Helpers - title: Examples pages: diff --git a/docs/getting-started/javascript.md b/docs/getting-started/javascript.md index fe9afce1b..08576cdf7 100644 --- a/docs/getting-started/javascript.md +++ b/docs/getting-started/javascript.md @@ -1,6 +1,6 @@ --- layout: page -title: Overview +title: JavaScript --- Bootstrap includes a handful of JavaScript to help bring some of our components to life. Learn more about how to include it, our data and programmatic API options, and more. |
