diff options
| author | Mark Otto <[email protected]> | 2016-05-08 13:19:44 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-05-08 13:19:44 -0700 |
| commit | adbb7bb7073fc379387b03f1594df1f534abd144 (patch) | |
| tree | c72199bb9d797292cb9b358bd35a5ec68c79bcd0 | |
| parent | 38ab6e31222e0fbeb030cd4eb3341f8a44f0fe52 (diff) | |
| parent | 0df1e627cb2a74cf433b4a1faa7dfeefc6790069 (diff) | |
| download | bootstrap-adbb7bb7073fc379387b03f1594df1f534abd144.tar.xz bootstrap-adbb7bb7073fc379387b03f1594df1f534abd144.zip | |
Merge pull request #19851 from bassjobsen/patch-40
Use alphabetic order for the Components doc menu
| -rw-r--r-- | docs/_data/nav.yml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/docs/_data/nav.yml b/docs/_data/nav.yml index ef3a62c92..d2ee6e3d8 100644 --- a/docs/_data/nav.yml +++ b/docs/_data/nav.yml @@ -30,28 +30,28 @@ - title: Components pages: + - title: Alerts + - title: Breadcrumb - title: Buttons - title: Button group - title: Button dropdown + - title: Card + - title: Carousel + - title: Collapse + - title: Dropdowns - title: Forms - title: Input group - - title: Dropdowns - title: Jumbotron - - title: Tag - - title: Alerts - - title: Card + - title: List group + - title: Modal - title: Navs - title: Navbar - - title: Breadcrumb - title: Pagination + - title: Popovers - title: Progress - - title: List group - - title: Modal - title: Scrollspy + - title: Tag - title: Tooltips - - title: Popovers - - title: Collapse - - title: Carousel - title: Utilities # - title: Extend |
