From fed0d8a2d405fded61bd2b7c4c70744fafd58d06 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 5 Aug 2015 17:47:45 -0700 Subject: restore page headers, use partial and page frontmatter to organize it --- docs/components/alerts.md | 1 + docs/components/breadcrumb.md | 1 + docs/components/button-dropdown.md | 1 + docs/components/button-group.md | 1 + docs/components/buttons.md | 1 + docs/components/card.md | 1 + docs/components/carousel.md | 1 + docs/components/code.md | 1 + docs/components/collapse.md | 1 + docs/components/dropdowns.md | 1 + docs/components/forms.md | 1 + docs/components/images.md | 1 + docs/components/input-group.md | 1 + docs/components/jumbotron.md | 1 + docs/components/label.md | 1 + docs/components/list-group.md | 1 + docs/components/modal.md | 1 + docs/components/navbar.md | 1 + docs/components/navs.md | 1 + docs/components/pagination.md | 1 + docs/components/popovers.md | 1 + docs/components/progress.md | 1 + docs/components/reboot.md | 1 + docs/components/scrollspy.md | 1 + docs/components/tables.md | 1 + docs/components/tooltips.md | 1 + docs/components/typography.md | 1 + docs/components/utilities.md | 1 + 28 files changed, 28 insertions(+) (limited to 'docs/components') diff --git a/docs/components/alerts.md b/docs/components/alerts.md index b3a2e1b00..7e40c7a74 100644 --- a/docs/components/alerts.md +++ b/docs/components/alerts.md @@ -1,6 +1,7 @@ --- layout: page title: Alerts +group: components --- Provide contextual feedback messages for typical user actions with the handful of available and flexible alert messages. diff --git a/docs/components/breadcrumb.md b/docs/components/breadcrumb.md index b6791d68c..c519e35ec 100644 --- a/docs/components/breadcrumb.md +++ b/docs/components/breadcrumb.md @@ -1,6 +1,7 @@ --- layout: page title: Breadcrumb +group: components --- Indicate the current page's location within a navigational hierarchy. diff --git a/docs/components/button-dropdown.md b/docs/components/button-dropdown.md index be54bff7f..c25a86e76 100644 --- a/docs/components/button-dropdown.md +++ b/docs/components/button-dropdown.md @@ -1,6 +1,7 @@ --- layout: page title: Button dropdown +group: components --- Use any button to trigger a dropdown menu by placing it within a `.btn-group` and providing the proper dropdown menu markup. diff --git a/docs/components/button-group.md b/docs/components/button-group.md index 6629ce6f4..ce534c6d7 100644 --- a/docs/components/button-group.md +++ b/docs/components/button-group.md @@ -1,6 +1,7 @@ --- layout: page title: Button group +group: components --- Group a series of buttons together on a single line with the button group. Add on optional JavaScript radio and checkbox style behavior with [our buttons plugin](../javascript/#buttons). diff --git a/docs/components/buttons.md b/docs/components/buttons.md index a345dffdf..77d090cbe 100644 --- a/docs/components/buttons.md +++ b/docs/components/buttons.md @@ -1,6 +1,7 @@ --- layout: page title: Buttons +group: components --- Buttons are used to execute actions in forms, dialogs, and more. Use any of the available button classes to quickly create a styled button. diff --git a/docs/components/card.md b/docs/components/card.md index 68e809e12..110623a25 100644 --- a/docs/components/card.md +++ b/docs/components/card.md @@ -1,6 +1,7 @@ --- layout: page title: Cards +group: components --- A **card** is a flexible and extensible content container. It includes options for headers and footers, a wide variety of content, contextual background colors, and powerful display options. diff --git a/docs/components/carousel.md b/docs/components/carousel.md index 573c6ab79..2abcf928b 100644 --- a/docs/components/carousel.md +++ b/docs/components/carousel.md @@ -1,6 +1,7 @@ --- layout: page title: Carousel +group: components --- A slideshow component for cycling through elements—images or slides of text—like a carousel. **Nested carousels are not supported.** diff --git a/docs/components/code.md b/docs/components/code.md index 9c7f92bae..51c061717 100644 --- a/docs/components/code.md +++ b/docs/components/code.md @@ -1,6 +1,7 @@ --- layout: page title: Code +group: components --- Styles for inline code snippets and longer, multiline blocks of code. diff --git a/docs/components/collapse.md b/docs/components/collapse.md index e3eff9e69..3f399cb75 100644 --- a/docs/components/collapse.md +++ b/docs/components/collapse.md @@ -1,6 +1,7 @@ --- layout: page title: Collapse +group: components --- Flexible plugin that utilizes a handful of classes for easy toggle behavior. diff --git a/docs/components/dropdowns.md b/docs/components/dropdowns.md index c0b6b73f0..d726d6c79 100644 --- a/docs/components/dropdowns.md +++ b/docs/components/dropdowns.md @@ -1,6 +1,7 @@ --- layout: page title: Dropdowns +group: components --- Toggleable, contextual menu for displaying lists of links. Made interactive with the included dropdown JavaScript plugin. diff --git a/docs/components/forms.md b/docs/components/forms.md index 1d8f5886f..95a2c5992 100644 --- a/docs/components/forms.md +++ b/docs/components/forms.md @@ -1,6 +1,7 @@ --- layout: page title: Forms +group: components --- Bootstrap provides several form control styles, layout options, and custom components for creating a wide variety of forms. diff --git a/docs/components/images.md b/docs/components/images.md index afcf1c9d2..3092c4a1a 100644 --- a/docs/components/images.md +++ b/docs/components/images.md @@ -1,6 +1,7 @@ --- layout: page title: Images +group: components --- Opt your images into responsive behavior (so they never become larger than their parent elements) and add lightweight styles to them—all via classes. diff --git a/docs/components/input-group.md b/docs/components/input-group.md index 0d0edd1ac..08093917a 100644 --- a/docs/components/input-group.md +++ b/docs/components/input-group.md @@ -1,6 +1,7 @@ --- layout: page title: Input group +group: components --- Easily extend form controls by adding text, buttons, or button groups on either side of textual ``s. diff --git a/docs/components/jumbotron.md b/docs/components/jumbotron.md index 2fb83f71f..b19564b8c 100644 --- a/docs/components/jumbotron.md +++ b/docs/components/jumbotron.md @@ -1,6 +1,7 @@ --- layout: page title: Jumbotron +group: components --- A lightweight, flexible component that can optionally extend the entire viewport to showcase key marketing messages on your site. diff --git a/docs/components/label.md b/docs/components/label.md index 42fa51447..cc730293e 100644 --- a/docs/components/label.md +++ b/docs/components/label.md @@ -1,6 +1,7 @@ --- layout: page title: Labels +group: components --- Small and adaptive tag for adding context to just about any content. diff --git a/docs/components/list-group.md b/docs/components/list-group.md index 3291b8836..a15c8d8fe 100644 --- a/docs/components/list-group.md +++ b/docs/components/list-group.md @@ -1,6 +1,7 @@ --- layout: page title: List group +group: components --- List groups are a flexible and powerful component for displaying not only simple lists of elements, but complex ones with custom content. diff --git a/docs/components/modal.md b/docs/components/modal.md index 602cb5eb6..12f40cdea 100644 --- a/docs/components/modal.md +++ b/docs/components/modal.md @@ -1,6 +1,7 @@ --- layout: page title: Modal +group: components --- Modals are streamlined, but flexible, dialog prompts with the minimum required functionality and smart defaults. diff --git a/docs/components/navbar.md b/docs/components/navbar.md index a1f8bae74..863189a89 100644 --- a/docs/components/navbar.md +++ b/docs/components/navbar.md @@ -1,6 +1,7 @@ --- layout: page title: Navbar +group: components --- The navbar is a simple wrapper for positioning branding, navigation, and other elements. It's easily extensible and with the help of our collapse plugin it can easily integrate offscreen content. diff --git a/docs/components/navs.md b/docs/components/navs.md index 8a34eaadd..932e7c383 100644 --- a/docs/components/navs.md +++ b/docs/components/navs.md @@ -1,6 +1,7 @@ --- layout: page title: Navs +group: components --- Navigation available in Bootstrap share general markup and styles, from the base `.nav` class to the active and disabled states. Swap modifier classes to switch between each style. diff --git a/docs/components/pagination.md b/docs/components/pagination.md index 6a49de48b..8ef8cba89 100644 --- a/docs/components/pagination.md +++ b/docs/components/pagination.md @@ -1,6 +1,7 @@ --- layout: page title: Pagination +group: components --- Provide pagination links for your site or app with the multi-page pagination component, or the simpler [pager alternative](#pagination-pager). diff --git a/docs/components/popovers.md b/docs/components/popovers.md index 2f153401f..5cc988406 100644 --- a/docs/components/popovers.md +++ b/docs/components/popovers.md @@ -1,6 +1,7 @@ --- layout: page title: Popovers +group: components --- Add small overlays of content, like those found in iOS, to any element for housing secondary information. diff --git a/docs/components/progress.md b/docs/components/progress.md index f69d6012c..2e4266288 100644 --- a/docs/components/progress.md +++ b/docs/components/progress.md @@ -1,6 +1,7 @@ --- layout: page title: Progress +group: components --- Stylize the HTML5 `` element with a few extra classes and some crafty browser-specific CSS. Be sure to read up on the browser support. diff --git a/docs/components/reboot.md b/docs/components/reboot.md index 5e8b770a1..5e2c97011 100644 --- a/docs/components/reboot.md +++ b/docs/components/reboot.md @@ -1,6 +1,7 @@ --- layout: page title: Reboot +group: components --- Part of Bootstrap's job is to provide an elegant, consistent, and simple baseline to build upon. We use Reboot, a collection of element-specific CSS changes in a single file, to kickstart that. diff --git a/docs/components/scrollspy.md b/docs/components/scrollspy.md index b39de56d5..610756323 100644 --- a/docs/components/scrollspy.md +++ b/docs/components/scrollspy.md @@ -1,6 +1,7 @@ --- layout: page title: Srollspy +group: components --- ## Contents diff --git a/docs/components/tables.md b/docs/components/tables.md index 2ec988f08..c99187d8c 100644 --- a/docs/components/tables.md +++ b/docs/components/tables.md @@ -1,6 +1,7 @@ --- layout: page title: Tables +group: components --- Due to the widespread use of tables across third-party widgets like calendars and date pickers, we've designed our tables to be **opt-in**. Just add the base class `.table` to any ``. diff --git a/docs/components/tooltips.md b/docs/components/tooltips.md index 8e41c2805..2dfa5ae9b 100644 --- a/docs/components/tooltips.md +++ b/docs/components/tooltips.md @@ -1,6 +1,7 @@ --- layout: page title: Tooltips +group: components --- Inspired by the excellent jQuery.tipsy plugin written by Jason Frame; Tooltips are an updated version, which don't rely on images, use CSS3 for animations, and data-attributes for local title storage. diff --git a/docs/components/typography.md b/docs/components/typography.md index 60cc87ead..0ad328377 100644 --- a/docs/components/typography.md +++ b/docs/components/typography.md @@ -1,6 +1,7 @@ --- layout: page title: Typography +group: components --- Bootstrap includes simple and easily customized typography for headings, body text, lists, and more. For even more control, check out the [textual utility classes](/components/utilities/). diff --git a/docs/components/utilities.md b/docs/components/utilities.md index f67cb630f..64e3555ef 100644 --- a/docs/components/utilities.md +++ b/docs/components/utilities.md @@ -1,6 +1,7 @@ --- layout: page title: Utility classes +group: components --- Bootstrap includes dozens of utilities—classes with a single purpose. They're designed to reduce the frequency of highly repetitive declarations in your CSS down while allowing for quick and easy development. -- cgit v1.2.3