diff options
Diffstat (limited to 'docs/layout')
| -rw-r--r-- | docs/layout/containers.md | 1 | ||||
| -rw-r--r-- | docs/layout/grid.md | 1 | ||||
| -rw-r--r-- | docs/layout/media-queries.md | 1 | ||||
| -rw-r--r-- | docs/layout/media.md | 1 | ||||
| -rw-r--r-- | docs/layout/responsive-utilities.md | 1 | ||||
| -rw-r--r-- | docs/layout/scaffolding.md | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/docs/layout/containers.md b/docs/layout/containers.md index 328ee5737..2ab53446f 100644 --- a/docs/layout/containers.md +++ b/docs/layout/containers.md @@ -1,6 +1,7 @@ --- layout: page title: Containers +group: layout --- Bootstrap requires a containing element to wrap site contents and house our grid system. Choose from the fixed or fluid width variation. diff --git a/docs/layout/grid.md b/docs/layout/grid.md index 7415d33f7..b30fe5b1e 100644 --- a/docs/layout/grid.md +++ b/docs/layout/grid.md @@ -1,6 +1,7 @@ --- layout: page title: Grid system +group: layout --- Bootstrap includes a powerful mobile-first grid system for building layouts of all shapes and sizes based on a 12 column layout. diff --git a/docs/layout/media-queries.md b/docs/layout/media-queries.md index fd2c2ea53..8ae957890 100644 --- a/docs/layout/media-queries.md +++ b/docs/layout/media-queries.md @@ -1,6 +1,7 @@ --- layout: page title: Media queries +group: layout --- Since Bootstrap is designed to be mobile-first, we employ media queries in our CSS to create responsive pages and components. diff --git a/docs/layout/media.md b/docs/layout/media.md index 8e3d9a613..f4af28883 100644 --- a/docs/layout/media.md +++ b/docs/layout/media.md @@ -1,6 +1,7 @@ --- layout: page title: Media +group: layout --- Abstract object styles for building custom components (like blog comments, Tweets, etc) that feature a left- or right-aligned image alongside textual content. diff --git a/docs/layout/responsive-utilities.md b/docs/layout/responsive-utilities.md index a9dd4cdb0..35c6cc13b 100644 --- a/docs/layout/responsive-utilities.md +++ b/docs/layout/responsive-utilities.md @@ -1,6 +1,7 @@ --- layout: page title: Responsive utilities +group: layout --- For faster mobile-friendly development, use these utility classes for showing and hiding content by device via media query. Also included are utility classes for toggling content when printed. diff --git a/docs/layout/scaffolding.md b/docs/layout/scaffolding.md index e20bc37a9..34ef4d74e 100644 --- a/docs/layout/scaffolding.md +++ b/docs/layout/scaffolding.md @@ -1,6 +1,7 @@ --- layout: page title: Scaffolding +group: layout --- The scaffolding of Bootstrap refers to our general approach to building the project. It outlines the basic document requirements and project dependencies. |
