2020-12-04 11:53:14 +02:00
|
|
|
# This file holds all sidebar menu's entries.
|
|
|
|
# The logic for the sidebar generation is in "site/layouts/partials/docs-sidebar.html".
|
|
|
|
|
2014-07-10 17:54:06 -07:00
|
|
|
- title: Getting started
|
|
|
|
pages:
|
2015-08-09 22:49:59 -07:00
|
|
|
- title: Introduction
|
2014-07-10 17:54:06 -07:00
|
|
|
- title: Download
|
2016-01-09 18:08:25 -08:00
|
|
|
- title: Contents
|
2015-08-09 22:49:59 -07:00
|
|
|
- title: Browsers & devices
|
2016-01-09 18:08:25 -08:00
|
|
|
- title: JavaScript
|
2015-08-09 22:49:59 -07:00
|
|
|
- title: Build tools
|
2017-05-26 07:01:07 +03:00
|
|
|
- title: Webpack
|
2021-02-11 07:22:20 +01:00
|
|
|
- title: Parcel
|
2016-01-09 22:40:13 +00:00
|
|
|
- title: Accessibility
|
2019-10-27 11:01:30 +01:00
|
|
|
- title: RFS
|
2020-06-09 16:44:20 +03:00
|
|
|
- title: RTL
|
2014-07-10 17:54:06 -07:00
|
|
|
|
2020-04-13 17:55:33 -07:00
|
|
|
- title: Customize
|
|
|
|
pages:
|
|
|
|
- title: Overview
|
|
|
|
- title: Sass
|
|
|
|
- title: Options
|
|
|
|
- title: Color
|
|
|
|
- title: Components
|
|
|
|
- title: CSS variables
|
|
|
|
- title: Optimize
|
|
|
|
|
2014-07-11 22:34:54 -07:00
|
|
|
- title: Layout
|
|
|
|
pages:
|
2020-04-02 11:44:07 -07:00
|
|
|
- title: Breakpoints
|
|
|
|
- title: Containers
|
2014-07-11 22:34:54 -07:00
|
|
|
- title: Grid
|
2020-04-02 11:44:07 -07:00
|
|
|
- title: Columns
|
|
|
|
- title: Gutters
|
|
|
|
- title: Utilities
|
|
|
|
- title: Z-index
|
2014-07-11 22:34:54 -07:00
|
|
|
|
2015-08-09 22:49:59 -07:00
|
|
|
- title: Content
|
2014-07-11 22:34:54 -07:00
|
|
|
pages:
|
2015-04-17 14:11:08 -07:00
|
|
|
- title: Reboot
|
2014-07-11 22:58:43 -07:00
|
|
|
- title: Typography
|
2015-08-09 22:49:59 -07:00
|
|
|
- title: Images
|
2015-08-09 23:38:16 -07:00
|
|
|
- title: Tables
|
2015-08-09 22:49:59 -07:00
|
|
|
- title: Figures
|
|
|
|
|
v5: Forms update (#28450)
* Initial spike of consolidated form checks
* Stub out forms rearrangement
- Prepping to drop non-custom file and range inputs
- Prepping to merge custom and native checks and radios (with switches)
- Prepping to merge custom select with form select
- Moving docs arround so forms has it's own area given volume of CSS
* Move input group Sass file to forms subdir
* Start to split and move the docs around
* Simpler imports
* Copyediting
* delete overview file
* Remove commented out code
* remove the custom-forms import
* rewrite flex-check as form-check, replace all custom properties
* Remove old forms doc
* stub out new subpage link section
* update migration guide
* Update nav, forms overview in page nav, and descriptions
* fix check bg position
* fix margin-top calculation
* rename .custom-select to .form-select
* Update validation styles for new checks
* add some vertical margin, fix inline checks
* fix docs examples
* better way to do this contents stuff, redo the toc while i'm at it
* page restyle for docs while here
* un-callout that, edit text
* redo padding on toc
* fix toc
* start to cleanup checks docs
* Rewrite Markdown tables into HTML
* Redesign tables, redo their docs
* Replace Open Iconic icons with custom Bootstrap icons
* Redesign the docs navbar, add a subheader, redo the sidebar
* Redesign docs homepage a bit
* Simplify table style overrides for docs tables
* Simplify docs typography for page titles and reading line length
* Stub out icons page
* Part of sidebar update, remove migration from nav.yml
* Move toc CSS to separate partial
* Change appearance of overview page
* fix sidebar arrow direction
* Add footer to docs layout
* Update descriptions
* Drop the .form-group class for margin utilities
* Remove lingering form-group-margin-bottom var
* improve footer spacing
* add headings to range page
* uncomment form range css
* Rename .custom-range to .form-range
* Drop unused docs var
* Uncomment the comment
* Remove unused variable
* Fix radio image sizing
* Reboot update: reset horizontal ul and ol padding
* de-dupe IDs
* tweak toc styles
* nvm, fix dropdown versions stuff
* remove sidebar nav toggle for now
* broken html
* fix more broken html, move css
* scss linting
* comment out broken helper docs
* scope styles
* scope styles
* Fixes #25540 and fixes #26407 for v5 only
* Update sidebar once more
* Match new sidenav order
* fix syntax error
* Rename custom-file to form-file, update paths, update migration docs for previous changes in #28696
* rename back
* fix size and alignment
* rename that back too
2019-07-12 16:52:33 -05:00
|
|
|
- title: Forms
|
|
|
|
pages:
|
|
|
|
- title: Overview
|
|
|
|
- title: Form control
|
|
|
|
- title: Select
|
2020-06-27 19:31:59 +01:00
|
|
|
- title: Checks & radios
|
v5: Forms update (#28450)
* Initial spike of consolidated form checks
* Stub out forms rearrangement
- Prepping to drop non-custom file and range inputs
- Prepping to merge custom and native checks and radios (with switches)
- Prepping to merge custom select with form select
- Moving docs arround so forms has it's own area given volume of CSS
* Move input group Sass file to forms subdir
* Start to split and move the docs around
* Simpler imports
* Copyediting
* delete overview file
* Remove commented out code
* remove the custom-forms import
* rewrite flex-check as form-check, replace all custom properties
* Remove old forms doc
* stub out new subpage link section
* update migration guide
* Update nav, forms overview in page nav, and descriptions
* fix check bg position
* fix margin-top calculation
* rename .custom-select to .form-select
* Update validation styles for new checks
* add some vertical margin, fix inline checks
* fix docs examples
* better way to do this contents stuff, redo the toc while i'm at it
* page restyle for docs while here
* un-callout that, edit text
* redo padding on toc
* fix toc
* start to cleanup checks docs
* Rewrite Markdown tables into HTML
* Redesign tables, redo their docs
* Replace Open Iconic icons with custom Bootstrap icons
* Redesign the docs navbar, add a subheader, redo the sidebar
* Redesign docs homepage a bit
* Simplify table style overrides for docs tables
* Simplify docs typography for page titles and reading line length
* Stub out icons page
* Part of sidebar update, remove migration from nav.yml
* Move toc CSS to separate partial
* Change appearance of overview page
* fix sidebar arrow direction
* Add footer to docs layout
* Update descriptions
* Drop the .form-group class for margin utilities
* Remove lingering form-group-margin-bottom var
* improve footer spacing
* add headings to range page
* uncomment form range css
* Rename .custom-range to .form-range
* Drop unused docs var
* Uncomment the comment
* Remove unused variable
* Fix radio image sizing
* Reboot update: reset horizontal ul and ol padding
* de-dupe IDs
* tweak toc styles
* nvm, fix dropdown versions stuff
* remove sidebar nav toggle for now
* broken html
* fix more broken html, move css
* scss linting
* comment out broken helper docs
* scope styles
* scope styles
* Fixes #25540 and fixes #26407 for v5 only
* Update sidebar once more
* Match new sidenav order
* fix syntax error
* Rename custom-file to form-file, update paths, update migration docs for previous changes in #28696
* rename back
* fix size and alignment
* rename that back too
2019-07-12 16:52:33 -05:00
|
|
|
- title: Range
|
|
|
|
- title: Input group
|
2020-10-27 20:45:48 -07:00
|
|
|
- title: Floating labels
|
v5: Forms update (#28450)
* Initial spike of consolidated form checks
* Stub out forms rearrangement
- Prepping to drop non-custom file and range inputs
- Prepping to merge custom and native checks and radios (with switches)
- Prepping to merge custom select with form select
- Moving docs arround so forms has it's own area given volume of CSS
* Move input group Sass file to forms subdir
* Start to split and move the docs around
* Simpler imports
* Copyediting
* delete overview file
* Remove commented out code
* remove the custom-forms import
* rewrite flex-check as form-check, replace all custom properties
* Remove old forms doc
* stub out new subpage link section
* update migration guide
* Update nav, forms overview in page nav, and descriptions
* fix check bg position
* fix margin-top calculation
* rename .custom-select to .form-select
* Update validation styles for new checks
* add some vertical margin, fix inline checks
* fix docs examples
* better way to do this contents stuff, redo the toc while i'm at it
* page restyle for docs while here
* un-callout that, edit text
* redo padding on toc
* fix toc
* start to cleanup checks docs
* Rewrite Markdown tables into HTML
* Redesign tables, redo their docs
* Replace Open Iconic icons with custom Bootstrap icons
* Redesign the docs navbar, add a subheader, redo the sidebar
* Redesign docs homepage a bit
* Simplify table style overrides for docs tables
* Simplify docs typography for page titles and reading line length
* Stub out icons page
* Part of sidebar update, remove migration from nav.yml
* Move toc CSS to separate partial
* Change appearance of overview page
* fix sidebar arrow direction
* Add footer to docs layout
* Update descriptions
* Drop the .form-group class for margin utilities
* Remove lingering form-group-margin-bottom var
* improve footer spacing
* add headings to range page
* uncomment form range css
* Rename .custom-range to .form-range
* Drop unused docs var
* Uncomment the comment
* Remove unused variable
* Fix radio image sizing
* Reboot update: reset horizontal ul and ol padding
* de-dupe IDs
* tweak toc styles
* nvm, fix dropdown versions stuff
* remove sidebar nav toggle for now
* broken html
* fix more broken html, move css
* scss linting
* comment out broken helper docs
* scope styles
* scope styles
* Fixes #25540 and fixes #26407 for v5 only
* Update sidebar once more
* Match new sidenav order
* fix syntax error
* Rename custom-file to form-file, update paths, update migration docs for previous changes in #28696
* rename back
* fix size and alignment
* rename that back too
2019-07-12 16:52:33 -05:00
|
|
|
- title: Layout
|
|
|
|
- title: Validation
|
|
|
|
|
2015-08-09 22:49:59 -07:00
|
|
|
- title: Components
|
|
|
|
pages:
|
2020-11-02 21:36:51 +02:00
|
|
|
- title: Accordion
|
2016-05-06 17:02:48 +02:00
|
|
|
- title: Alerts
|
2016-10-26 18:33:58 -07:00
|
|
|
- title: Badge
|
2016-05-06 17:02:48 +02:00
|
|
|
- title: Breadcrumb
|
2015-04-17 12:40:25 -07:00
|
|
|
- title: Buttons
|
2015-04-17 16:02:41 -07:00
|
|
|
- title: Button group
|
2016-05-06 17:02:48 +02:00
|
|
|
- title: Card
|
2016-05-11 14:13:16 -07:00
|
|
|
- title: Carousel
|
2019-10-22 11:27:43 +09:00
|
|
|
- title: Close button
|
2016-05-06 17:02:48 +02:00
|
|
|
- title: Collapse
|
|
|
|
- title: Dropdowns
|
|
|
|
- title: List group
|
|
|
|
- title: Modal
|
2020-10-25 13:29:58 -07:00
|
|
|
- title: Navs & tabs
|
2015-04-25 13:20:59 -07:00
|
|
|
- title: Navbar
|
2021-03-02 19:10:10 +02:00
|
|
|
- title: Offcanvas
|
2014-07-10 17:54:06 -07:00
|
|
|
- title: Pagination
|
2016-05-06 17:02:48 +02:00
|
|
|
- title: Popovers
|
2014-07-10 17:54:06 -07:00
|
|
|
- title: Progress
|
|
|
|
- title: Scrollspy
|
2017-07-02 04:51:53 +03:00
|
|
|
- title: Spinners
|
2017-07-03 16:09:28 -07:00
|
|
|
- title: Toasts
|
2014-07-12 02:34:04 -07:00
|
|
|
- title: Tooltips
|
2014-07-10 17:54:06 -07:00
|
|
|
|
2019-05-23 11:56:03 +02:00
|
|
|
- title: Helpers
|
|
|
|
pages:
|
|
|
|
- title: Clearfix
|
2019-08-17 20:19:00 +02:00
|
|
|
- title: Colored links
|
2020-09-22 16:30:00 -07:00
|
|
|
- title: Ratio
|
2019-05-23 11:56:03 +02:00
|
|
|
- title: Position
|
2020-06-21 12:07:20 +01:00
|
|
|
- title: Visually hidden
|
2019-05-23 11:56:03 +02:00
|
|
|
- title: Stretched link
|
2019-08-17 20:19:00 +02:00
|
|
|
- title: Text truncation
|
2019-05-23 11:56:03 +02:00
|
|
|
|
2016-09-09 06:48:17 +02:00
|
|
|
- title: Utilities
|
|
|
|
pages:
|
2019-05-23 11:56:03 +02:00
|
|
|
- title: API
|
2021-01-17 00:06:19 +02:00
|
|
|
- title: Background
|
2016-09-08 23:21:40 -07:00
|
|
|
- title: Borders
|
2016-09-09 06:48:17 +02:00
|
|
|
- title: Colors
|
2017-03-03 12:57:16 -08:00
|
|
|
- title: Display
|
2017-07-01 19:33:27 -07:00
|
|
|
- title: Flex
|
2017-07-01 19:48:06 -07:00
|
|
|
- title: Float
|
2020-02-14 08:24:16 +01:00
|
|
|
- title: Interactions
|
2018-09-18 19:54:56 -07:00
|
|
|
- title: Overflow
|
2017-01-02 11:46:06 -08:00
|
|
|
- title: Position
|
2018-03-31 22:07:48 -07:00
|
|
|
- title: Shadows
|
2017-01-02 11:46:06 -08:00
|
|
|
- title: Sizing
|
2016-09-09 06:48:17 +02:00
|
|
|
- title: Spacing
|
2017-07-01 19:34:24 -07:00
|
|
|
- title: Text
|
2016-10-18 19:15:58 -07:00
|
|
|
- title: Vertical align
|
2017-03-05 13:03:05 -06:00
|
|
|
- title: Visibility
|
2016-09-09 06:48:17 +02:00
|
|
|
|
2017-02-04 21:14:41 -08:00
|
|
|
- title: Extend
|
|
|
|
pages:
|
2018-01-17 22:41:34 -08:00
|
|
|
- title: Approach
|
2017-02-04 21:14:41 -08:00
|
|
|
- title: Icons
|
2014-07-10 18:04:38 -07:00
|
|
|
|
2017-08-11 16:13:28 +03:00
|
|
|
- title: About
|
|
|
|
pages:
|
2017-10-28 22:41:25 -07:00
|
|
|
- title: Overview
|
2018-09-14 08:05:37 +03:00
|
|
|
- title: Team
|
2017-08-11 16:13:28 +03:00
|
|
|
- title: Brand
|
|
|
|
- title: License
|
|
|
|
- title: Translations
|
2020-12-04 11:53:14 +02:00
|
|
|
|
|
|
|
- title: Migration
|