diff options
Diffstat (limited to 'site/data/sidebar.yml')
| -rw-r--r-- | site/data/sidebar.yml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/site/data/sidebar.yml b/site/data/sidebar.yml index 80256e9f0..4e43255a3 100644 --- a/site/data/sidebar.yml +++ b/site/data/sidebar.yml @@ -1,3 +1,6 @@ +# This file holds all sidebar menu's entries. +# The logic for the sidebar generation is in "site/layouts/partials/docs-sidebar.html". + - title: Getting started pages: - title: Introduction @@ -7,6 +10,7 @@ - title: JavaScript - title: Build tools - title: Webpack + - title: Parcel - title: Accessibility - title: RFS - title: RTL @@ -26,7 +30,6 @@ - title: Breakpoints - title: Containers - title: Grid - # - title: Rows - title: Columns - title: Gutters - title: Utilities @@ -69,6 +72,7 @@ - title: Modal - title: Navs & tabs - title: Navbar + - title: Offcanvas - title: Pagination - title: Popovers - title: Progress @@ -90,6 +94,7 @@ - title: Utilities pages: - title: API + - title: Background - title: Borders - title: Colors - title: Display @@ -117,3 +122,5 @@ - title: Brand - title: License - title: Translations + +- title: Migration |
