From 711963140ef70e527dd7a57b62c558cce1d3ece7 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 1 Oct 2016 19:34:36 -0700 Subject: [PATCH 01/10] descriptions for getting started pages --- docs/getting-started/accessibility.md | 1 + docs/getting-started/best-practices.md | 1 + docs/getting-started/browsers-devices.md | 1 + docs/getting-started/build-tools.md | 1 + docs/getting-started/contents.md | 1 + docs/getting-started/download.md | 1 + docs/getting-started/flexbox.md | 1 + docs/getting-started/introduction.md | 1 + docs/getting-started/javascript.md | 1 + docs/getting-started/options.md | 1 + 10 files changed, 10 insertions(+) diff --git a/docs/getting-started/accessibility.md b/docs/getting-started/accessibility.md index 43dee35693d1..8999dc2d5adf 100644 --- a/docs/getting-started/accessibility.md +++ b/docs/getting-started/accessibility.md @@ -1,6 +1,7 @@ --- layout: docs title: Accessibility +description: Learn how Bootstrap supports common web standards for making sites that are accessibile to thouse using assistive technology. group: getting-started --- diff --git a/docs/getting-started/best-practices.md b/docs/getting-started/best-practices.md index 1e67a16e7505..c030a5ac69cf 100644 --- a/docs/getting-started/best-practices.md +++ b/docs/getting-started/best-practices.md @@ -1,6 +1,7 @@ --- layout: docs title: Best practices +description: Learn about some of the best practices we've gathered from years of working on and using Bootstrap. group: getting-started --- diff --git a/docs/getting-started/browsers-devices.md b/docs/getting-started/browsers-devices.md index a73ec8982734..4e0b0c78b2a7 100644 --- a/docs/getting-started/browsers-devices.md +++ b/docs/getting-started/browsers-devices.md @@ -1,6 +1,7 @@ --- layout: docs title: Browsers and devices +description: Learn which browsers and devices are supported by Bootstrap. group: getting-started --- diff --git a/docs/getting-started/build-tools.md b/docs/getting-started/build-tools.md index 2fe10088b858..15d7de73d211 100644 --- a/docs/getting-started/build-tools.md +++ b/docs/getting-started/build-tools.md @@ -1,6 +1,7 @@ --- layout: docs title: Build tools +description: Details on how to use Bootstrap's included build tools to compile code, run tests, and more. group: getting-started --- diff --git a/docs/getting-started/contents.md b/docs/getting-started/contents.md index ab9c633252a9..c54cb5eba23d 100644 --- a/docs/getting-started/contents.md +++ b/docs/getting-started/contents.md @@ -1,6 +1,7 @@ --- layout: docs title: Contents +description: Learn about what's included in Bootstrap's precompiled and source code directories. group: getting-started --- diff --git a/docs/getting-started/download.md b/docs/getting-started/download.md index be46329befc7..aa8858a320d2 100644 --- a/docs/getting-started/download.md +++ b/docs/getting-started/download.md @@ -1,6 +1,7 @@ --- layout: docs title: Download +description: Options for downloading Bootstrap—choose from the compiled code, source code, or your favorite package manager. group: getting-started --- diff --git a/docs/getting-started/flexbox.md b/docs/getting-started/flexbox.md index 9c0f1a87620b..b658001feba8 100644 --- a/docs/getting-started/flexbox.md +++ b/docs/getting-started/flexbox.md @@ -1,6 +1,7 @@ --- layout: docs title: Flexbox +description: Learn how to enable flexbox support in Bootstrap 4 with the flick of a variable or the swap of a stylesheet. group: getting-started --- diff --git a/docs/getting-started/introduction.md b/docs/getting-started/introduction.md index 8cec71fd6ce0..8724e0ac19fb 100644 --- a/docs/getting-started/introduction.md +++ b/docs/getting-started/introduction.md @@ -1,6 +1,7 @@ --- layout: docs title: Introduction +description: Jumpstart your front-end development with the Bootstrap CDN and a template starter page. group: getting-started redirect_from: "/getting-started/" --- diff --git a/docs/getting-started/javascript.md b/docs/getting-started/javascript.md index debc4dcf5c76..b6a38fb7a2c5 100644 --- a/docs/getting-started/javascript.md +++ b/docs/getting-started/javascript.md @@ -1,6 +1,7 @@ --- layout: docs title: JavaScript +description: Learn about Bootstrap's JavaScript—how to include it, our data and programmatic API options, and more. group: getting-started --- diff --git a/docs/getting-started/options.md b/docs/getting-started/options.md index dd7f7fb3d330..5f3e4dce6d70 100644 --- a/docs/getting-started/options.md +++ b/docs/getting-started/options.md @@ -1,6 +1,7 @@ --- layout: docs title: Customization options +description: Customize Bootstrap with our built-in Sass variables, easily toggling global preferences with a quick compile. group: getting-started --- From edccb849ae6a5d2196507ddf6bbe97c641ee6239 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 1 Oct 2016 19:38:23 -0700 Subject: [PATCH 02/10] descriptions for layout --- docs/layout/flexbox-grid.md | 1 + docs/layout/grid.md | 1 + docs/layout/media-object.md | 1 + docs/layout/overview.md | 1 + docs/layout/responsive-utilities.md | 1 + 5 files changed, 5 insertions(+) diff --git a/docs/layout/flexbox-grid.md b/docs/layout/flexbox-grid.md index d15d6fb996c4..8d20f8f7e08d 100644 --- a/docs/layout/flexbox-grid.md +++ b/docs/layout/flexbox-grid.md @@ -1,6 +1,7 @@ --- layout: docs title: Flexbox grid system +description: Learn how to enable and use Bootstrap's optional flexbox grid system in place of the default grid. group: layout --- diff --git a/docs/layout/grid.md b/docs/layout/grid.md index 5b68053aaeb0..7637377135b9 100644 --- a/docs/layout/grid.md +++ b/docs/layout/grid.md @@ -1,6 +1,7 @@ --- layout: docs title: Grid system +description: Learn about and use Bootstrap's powerful mobile-first grid system for building layouts of all shapes and sizes. group: layout --- diff --git a/docs/layout/media-object.md b/docs/layout/media-object.md index fcb89a3b5ad1..ee19b548d4a6 100644 --- a/docs/layout/media-object.md +++ b/docs/layout/media-object.md @@ -1,6 +1,7 @@ --- layout: docs title: Media object +description: Use Bootstrap's media object to build repetitive components like blog comments, tweets, and the like. group: layout --- diff --git a/docs/layout/overview.md b/docs/layout/overview.md index 81cdecf6083e..3e6c7e7e05ca 100644 --- a/docs/layout/overview.md +++ b/docs/layout/overview.md @@ -1,6 +1,7 @@ --- layout: docs title: Overview +description: Components and options for laying out your Bootstrap project, including wrapping containers, a powerful grid system, a flexible media object, and responsive utility classes. group: layout redirect_from: "/layout/" --- diff --git a/docs/layout/responsive-utilities.md b/docs/layout/responsive-utilities.md index 2a44fd589e88..b677e315ad43 100644 --- a/docs/layout/responsive-utilities.md +++ b/docs/layout/responsive-utilities.md @@ -1,6 +1,7 @@ --- layout: docs title: Responsive utilities +description: Use responsive display utilitiy classes for showing and hiding content by device, via media query. group: layout --- From 2161341045a3420a05bdbd9abbf9f05f87c57c18 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 1 Oct 2016 19:41:32 -0700 Subject: [PATCH 03/10] add content page descriptions --- docs/content/code.md | 1 + docs/content/figures.md | 3 ++- docs/content/images.md | 1 + docs/content/reboot.md | 1 + docs/content/tables.md | 1 + docs/content/typography.md | 1 + 6 files changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/content/code.md b/docs/content/code.md index 79059a1d1950..ec7af1c8ce04 100644 --- a/docs/content/code.md +++ b/docs/content/code.md @@ -1,6 +1,7 @@ --- layout: docs title: Code +description: Styles for inline code snippets and longer, multiline blocks of code with Bootstrap. group: content --- diff --git a/docs/content/figures.md b/docs/content/figures.md index d57270518967..455865257483 100644 --- a/docs/content/figures.md +++ b/docs/content/figures.md @@ -1,10 +1,11 @@ --- layout: docs title: Figures +description: Easily display related image and text content in Bootstrap with the figure component. group: content --- -Anytime you need to display a piece of content—like an image—with an optional caption, consider using a `
`. +Anytime you need to display a piece of content—like an image with an optional caption, consider using a `
`. Use the included `.figure` , `.figure-img` and `.figure-caption` classes to provide some baseline styles for the HTML5 `
` and `
` elements. Images in figures have no explicit size, so be sure to add the `.img-fluid` class to your `` to make it responsive. diff --git a/docs/content/images.md b/docs/content/images.md index f21010f0fb19..a25e8f8c34ec 100644 --- a/docs/content/images.md +++ b/docs/content/images.md @@ -1,6 +1,7 @@ --- layout: docs title: Images +description: Opt your images into responsive behavior (so they never become larger than their parent elements) and add lightweight styles to them—all via classes. group: content --- diff --git a/docs/content/reboot.md b/docs/content/reboot.md index a6815e9db599..8544111a246e 100644 --- a/docs/content/reboot.md +++ b/docs/content/reboot.md @@ -1,6 +1,7 @@ --- layout: docs title: Reboot +description: Reboot is Bootstrap's collection of element-specific CSS changes that provide an elegant, consistent, and simple baseline to build upon. group: content redirect_from: "/content/" --- diff --git a/docs/content/tables.md b/docs/content/tables.md index 3b4d58b36907..5f1f5e1110dc 100644 --- a/docs/content/tables.md +++ b/docs/content/tables.md @@ -1,6 +1,7 @@ --- layout: docs title: Tables +description: Quickly and easily style any table element with our predefined classes and more. group: content --- diff --git a/docs/content/typography.md b/docs/content/typography.md index a59f503474d2..130f971f39a5 100644 --- a/docs/content/typography.md +++ b/docs/content/typography.md @@ -1,6 +1,7 @@ --- layout: docs title: Typography +description: Simple and easily customized typography for headings, body text, lists, and more with Bootstrap. group: content --- From b8d3ff0e436065c75c6143be44b838ff25c39a4b Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 2 Oct 2016 15:13:15 -0700 Subject: [PATCH 04/10] more descriptions, updates to some existing ones --- docs/about/brand.md | 1 + docs/about/history.md | 1 + docs/about/license.md | 1 + docs/about/team.md | 1 + docs/about/translations.md | 1 + docs/components/alerts.md | 1 + docs/components/breadcrumb.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/collapse.md | 1 + docs/components/dropdowns.md | 1 + docs/components/forms.md | 1 + docs/components/input-group.md | 1 + docs/components/jumbotron.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/scrollspy.md | 1 + docs/components/tag.md | 1 + docs/components/tooltips.md | 1 + docs/content/code.md | 2 +- docs/content/figures.md | 2 +- docs/content/images.md | 2 +- docs/content/reboot.md | 2 +- docs/content/tables.md | 2 +- docs/content/typography.md | 2 +- docs/getting-started/accessibility.md | 2 +- docs/getting-started/build-tools.md | 2 +- docs/getting-started/download.md | 2 +- docs/getting-started/introduction.md | 2 +- docs/getting-started/options.md | 2 +- docs/layout/flexbox-grid.md | 2 +- docs/layout/grid.md | 2 +- docs/layout/media-object.md | 2 +- docs/layout/responsive-utilities.md | 2 +- 41 files changed, 41 insertions(+), 15 deletions(-) diff --git a/docs/about/brand.md b/docs/about/brand.md index fcb8804aed44..546e9c1542c4 100644 --- a/docs/about/brand.md +++ b/docs/about/brand.md @@ -1,6 +1,7 @@ --- layout: docs title: Brand guidelines +description: Documentation and examples for Bootstrap's logo and brand usage guidelines. group: about --- diff --git a/docs/about/history.md b/docs/about/history.md index ae4764ee73d9..590a99c35f30 100644 --- a/docs/about/history.md +++ b/docs/about/history.md @@ -1,6 +1,7 @@ --- layout: docs title: History +description: A brief overview of the history of Bootstrap. group: about redirect_from: "/about/" --- diff --git a/docs/about/license.md b/docs/about/license.md index 997b1c9ef078..d614731bf000 100644 --- a/docs/about/license.md +++ b/docs/about/license.md @@ -1,6 +1,7 @@ --- layout: docs title: License FAQs +description: Commonly asked questions about Bootstrap's open source license. group: about --- diff --git a/docs/about/team.md b/docs/about/team.md index 2492471cf12f..aa575f8f2b93 100644 --- a/docs/about/team.md +++ b/docs/about/team.md @@ -1,6 +1,7 @@ --- layout: docs title: Team +description: An overview of the founding team and core contributors to Bootstrap. group: about --- diff --git a/docs/about/translations.md b/docs/about/translations.md index de6519bb318a..576259d356e2 100644 --- a/docs/about/translations.md +++ b/docs/about/translations.md @@ -1,6 +1,7 @@ --- layout: docs title: Translations +description: Links to community-translated Bootstrap documentation sites. group: about --- diff --git a/docs/components/alerts.md b/docs/components/alerts.md index 56e8b089c64c..54172a673634 100644 --- a/docs/components/alerts.md +++ b/docs/components/alerts.md @@ -1,6 +1,7 @@ --- layout: docs title: Alerts +description: Provide contextual feedback messages for typical user actions with the handful of available and flexible alert messages. group: components --- diff --git a/docs/components/breadcrumb.md b/docs/components/breadcrumb.md index 40d407ddc5d8..8beaa0ae4a8b 100644 --- a/docs/components/breadcrumb.md +++ b/docs/components/breadcrumb.md @@ -1,6 +1,7 @@ --- layout: docs title: Breadcrumb +description: Indicate the current page's location within a navigational hierarchy. group: components --- diff --git a/docs/components/button-group.md b/docs/components/button-group.md index c14d3d63ab42..cff38e1b1335 100644 --- a/docs/components/button-group.md +++ b/docs/components/button-group.md @@ -1,6 +1,7 @@ --- layout: docs title: Button group +description: Group a series of buttons together on a single line with the button group, and super-power them with JavaScript. group: components --- diff --git a/docs/components/buttons.md b/docs/components/buttons.md index d5aa453d7aeb..02b14f913abd 100644 --- a/docs/components/buttons.md +++ b/docs/components/buttons.md @@ -1,6 +1,7 @@ --- layout: docs title: Buttons +description: Use Bootstrap's custom button styles for actions in forms, dialogs, and more with support for multiple sizes, states, and more. group: components redirect_from: "/components/" --- diff --git a/docs/components/card.md b/docs/components/card.md index 1cf116d86917..04f028189897 100644 --- a/docs/components/card.md +++ b/docs/components/card.md @@ -1,6 +1,7 @@ --- layout: docs title: Cards +description: Bootstrap Cards provide a flexible and extensible content container with multiple variants and options. group: components --- diff --git a/docs/components/carousel.md b/docs/components/carousel.md index 5f177432f0f3..5bc2997742d9 100644 --- a/docs/components/carousel.md +++ b/docs/components/carousel.md @@ -1,6 +1,7 @@ --- layout: docs title: Carousel +description: A slideshow component for cycling through elements—images or slides of text—like a carousel. group: components --- diff --git a/docs/components/collapse.md b/docs/components/collapse.md index ebbefeca4fe1..aa82127ed385 100644 --- a/docs/components/collapse.md +++ b/docs/components/collapse.md @@ -1,6 +1,7 @@ --- layout: docs title: Collapse +description: Toggle the visibility of content across your project with a few classes and our JavaScript plugins. group: components --- diff --git a/docs/components/dropdowns.md b/docs/components/dropdowns.md index d43f5e17d532..db26ffe874dc 100644 --- a/docs/components/dropdowns.md +++ b/docs/components/dropdowns.md @@ -1,6 +1,7 @@ --- layout: docs title: Dropdowns +description: Toggle contextual overlays for displaying lists of links and more with the Bootstrap dropdown plugin. group: components --- diff --git a/docs/components/forms.md b/docs/components/forms.md index 09d0d4f8f29a..de66cde98cbf 100644 --- a/docs/components/forms.md +++ b/docs/components/forms.md @@ -1,6 +1,7 @@ --- layout: docs title: Forms +description: Examples and usage guidelines for from controls, form layouts, and custom forms. group: components --- diff --git a/docs/components/input-group.md b/docs/components/input-group.md index 21f944d6465c..0082a62b6173 100644 --- a/docs/components/input-group.md +++ b/docs/components/input-group.md @@ -1,6 +1,7 @@ --- layout: docs title: Input group +description: Extend form controls with the input group. group: components --- diff --git a/docs/components/jumbotron.md b/docs/components/jumbotron.md index 9dd3c8294e78..e47becee9c27 100644 --- a/docs/components/jumbotron.md +++ b/docs/components/jumbotron.md @@ -1,6 +1,7 @@ --- layout: docs title: Jumbotron +description: Lightweight, flexible component for showcasing hero unit style content. group: components --- diff --git a/docs/components/list-group.md b/docs/components/list-group.md index 8b3b9cd88561..7b159bc799b7 100644 --- a/docs/components/list-group.md +++ b/docs/components/list-group.md @@ -1,6 +1,7 @@ --- layout: docs title: List group +description: Learn about Bootstrap's list group component for rendering series of related content. group: components --- diff --git a/docs/components/modal.md b/docs/components/modal.md index 55a0878b6c0d..26676cacc338 100644 --- a/docs/components/modal.md +++ b/docs/components/modal.md @@ -1,6 +1,7 @@ --- layout: docs title: Modal +description: Learn how to use Bootstrap's modals to add dialog prompts to your site. group: components --- diff --git a/docs/components/navbar.md b/docs/components/navbar.md index 10f445e8f040..6cd770dfd0eb 100644 --- a/docs/components/navbar.md +++ b/docs/components/navbar.md @@ -1,6 +1,7 @@ --- layout: docs title: Navbar +description: Documentation and examples for Bootstrap's powerful, responsive navigation header. group: components --- diff --git a/docs/components/navs.md b/docs/components/navs.md index 78d476e1c65e..2b76f36e3c3d 100644 --- a/docs/components/navs.md +++ b/docs/components/navs.md @@ -1,6 +1,7 @@ --- layout: docs title: Navs +description: Documentation and examples for how to use Bootstrap's included navigation components. group: components --- diff --git a/docs/components/pagination.md b/docs/components/pagination.md index 68c906c77c10..7a454a51f9bc 100644 --- a/docs/components/pagination.md +++ b/docs/components/pagination.md @@ -1,6 +1,7 @@ --- layout: docs title: Pagination +description: Documentation and examples for showing pagination links. group: components --- diff --git a/docs/components/popovers.md b/docs/components/popovers.md index a723f33e3e39..bfaaf270eeae 100644 --- a/docs/components/popovers.md +++ b/docs/components/popovers.md @@ -1,6 +1,7 @@ --- layout: docs title: Popovers +description: Documentation and examples for adding Bootstrap popovers to your site. group: components --- diff --git a/docs/components/progress.md b/docs/components/progress.md index 5e0abc5fe617..d604e9e7c32c 100644 --- a/docs/components/progress.md +++ b/docs/components/progress.md @@ -1,6 +1,7 @@ --- layout: docs title: Progress +description: Documentation and examples for using Bootstrap progress bars. group: components --- diff --git a/docs/components/scrollspy.md b/docs/components/scrollspy.md index 622469aa10ba..52b7c29cdcf8 100644 --- a/docs/components/scrollspy.md +++ b/docs/components/scrollspy.md @@ -1,6 +1,7 @@ --- layout: docs title: Scrollspy +description: Documentation and examples for the scrollspy plugin with Bootstrap's navigation components. group: components --- diff --git a/docs/components/tag.md b/docs/components/tag.md index 09608931a2ff..d292cad227ec 100644 --- a/docs/components/tag.md +++ b/docs/components/tag.md @@ -1,6 +1,7 @@ --- layout: docs title: Tags +description: Documentation and examples for tags, our small label-badge component. group: components --- diff --git a/docs/components/tooltips.md b/docs/components/tooltips.md index e989307caa31..10285701f3be 100644 --- a/docs/components/tooltips.md +++ b/docs/components/tooltips.md @@ -1,6 +1,7 @@ --- layout: docs title: Tooltips +description: Documentation and examples for adding custom Bootstrap tooltips with CSS and JavaScript. group: components --- diff --git a/docs/content/code.md b/docs/content/code.md index ec7af1c8ce04..a62e0845ff5e 100644 --- a/docs/content/code.md +++ b/docs/content/code.md @@ -1,7 +1,7 @@ --- layout: docs title: Code -description: Styles for inline code snippets and longer, multiline blocks of code with Bootstrap. +description: Documentation and examples for displaying inline and multiline blocks of code with Bootstrap. group: content --- diff --git a/docs/content/figures.md b/docs/content/figures.md index 455865257483..c24b5b2c8519 100644 --- a/docs/content/figures.md +++ b/docs/content/figures.md @@ -1,7 +1,7 @@ --- layout: docs title: Figures -description: Easily display related image and text content in Bootstrap with the figure component. +description: Documentation and examples for displaying related images and text with the figure component in Bootstrap. group: content --- diff --git a/docs/content/images.md b/docs/content/images.md index a25e8f8c34ec..48a5dd3d4265 100644 --- a/docs/content/images.md +++ b/docs/content/images.md @@ -1,7 +1,7 @@ --- layout: docs title: Images -description: Opt your images into responsive behavior (so they never become larger than their parent elements) and add lightweight styles to them—all via classes. +description: Documentation and examples for styling images with Bootstrap. group: content --- diff --git a/docs/content/reboot.md b/docs/content/reboot.md index 8544111a246e..1d93cc9ce3a4 100644 --- a/docs/content/reboot.md +++ b/docs/content/reboot.md @@ -1,7 +1,7 @@ --- layout: docs title: Reboot -description: Reboot is Bootstrap's collection of element-specific CSS changes that provide an elegant, consistent, and simple baseline to build upon. +description: Documentation and examples for Reboot, Bootstrap's collection of element-specific CSS that builds on Normalize.css. group: content redirect_from: "/content/" --- diff --git a/docs/content/tables.md b/docs/content/tables.md index 5f1f5e1110dc..f1f32166d060 100644 --- a/docs/content/tables.md +++ b/docs/content/tables.md @@ -1,7 +1,7 @@ --- layout: docs title: Tables -description: Quickly and easily style any table element with our predefined classes and more. +description: Documentation and examples for styling tables with Bootstrap. group: content --- diff --git a/docs/content/typography.md b/docs/content/typography.md index 130f971f39a5..f9b5913d23c6 100644 --- a/docs/content/typography.md +++ b/docs/content/typography.md @@ -1,7 +1,7 @@ --- layout: docs title: Typography -description: Simple and easily customized typography for headings, body text, lists, and more with Bootstrap. +description: Documentation and examples for Bootstrap typography, including global settings, body text, lists, and more. group: content --- diff --git a/docs/getting-started/accessibility.md b/docs/getting-started/accessibility.md index 8999dc2d5adf..19105b8ac7ea 100644 --- a/docs/getting-started/accessibility.md +++ b/docs/getting-started/accessibility.md @@ -1,7 +1,7 @@ --- layout: docs title: Accessibility -description: Learn how Bootstrap supports common web standards for making sites that are accessibile to thouse using assistive technology. +description: Learn how Bootstrap supports common web standards for making sites that are accessibile to those using assistive technology. group: getting-started --- diff --git a/docs/getting-started/build-tools.md b/docs/getting-started/build-tools.md index 15d7de73d211..4d684f3ac159 100644 --- a/docs/getting-started/build-tools.md +++ b/docs/getting-started/build-tools.md @@ -1,7 +1,7 @@ --- layout: docs title: Build tools -description: Details on how to use Bootstrap's included build tools to compile code, run tests, and more. +description: Details on how to use Bootstrap's included build tools to compile source code, run tests, and more. group: getting-started --- diff --git a/docs/getting-started/download.md b/docs/getting-started/download.md index aa8858a320d2..183dd0abd0b0 100644 --- a/docs/getting-started/download.md +++ b/docs/getting-started/download.md @@ -1,7 +1,7 @@ --- layout: docs title: Download -description: Options for downloading Bootstrap—choose from the compiled code, source code, or your favorite package manager. +description: Download Bootstrap's compiled CSS and JavaScript, source code, or include it with your favorite package manager. group: getting-started --- diff --git a/docs/getting-started/introduction.md b/docs/getting-started/introduction.md index 8724e0ac19fb..716f6f3494bd 100644 --- a/docs/getting-started/introduction.md +++ b/docs/getting-started/introduction.md @@ -1,7 +1,7 @@ --- layout: docs title: Introduction -description: Jumpstart your front-end development with the Bootstrap CDN and a template starter page. +description: Get started with Bootstrap using the Bootstrap CDN and a template starter page. group: getting-started redirect_from: "/getting-started/" --- diff --git a/docs/getting-started/options.md b/docs/getting-started/options.md index 5f3e4dce6d70..81c9c92fcf93 100644 --- a/docs/getting-started/options.md +++ b/docs/getting-started/options.md @@ -1,7 +1,7 @@ --- layout: docs title: Customization options -description: Customize Bootstrap with our built-in Sass variables, easily toggling global preferences with a quick compile. +description: Customize Bootstrap with Sass variables, easily toggling global preferences with a quick recompile. group: getting-started --- diff --git a/docs/layout/flexbox-grid.md b/docs/layout/flexbox-grid.md index 8d20f8f7e08d..0eae713b36f0 100644 --- a/docs/layout/flexbox-grid.md +++ b/docs/layout/flexbox-grid.md @@ -1,7 +1,7 @@ --- layout: docs title: Flexbox grid system -description: Learn how to enable and use Bootstrap's optional flexbox grid system in place of the default grid. +description: Documentation and examples for using Bootstrap's optional flexbox grid system. group: layout --- diff --git a/docs/layout/grid.md b/docs/layout/grid.md index 7637377135b9..ec80156a4193 100644 --- a/docs/layout/grid.md +++ b/docs/layout/grid.md @@ -1,7 +1,7 @@ --- layout: docs title: Grid system -description: Learn about and use Bootstrap's powerful mobile-first grid system for building layouts of all shapes and sizes. +description: Documentation and examples for using Bootstrap's powerful, responsive, and mobile-first grid system. group: layout --- diff --git a/docs/layout/media-object.md b/docs/layout/media-object.md index ee19b548d4a6..95dbceb40d1c 100644 --- a/docs/layout/media-object.md +++ b/docs/layout/media-object.md @@ -1,7 +1,7 @@ --- layout: docs title: Media object -description: Use Bootstrap's media object to build repetitive components like blog comments, tweets, and the like. +description: Documentation and examples for Bootstrap's media object to construct highly repetitive components like blog comments, tweets, and the like. group: layout --- diff --git a/docs/layout/responsive-utilities.md b/docs/layout/responsive-utilities.md index b677e315ad43..4334eb4d6d00 100644 --- a/docs/layout/responsive-utilities.md +++ b/docs/layout/responsive-utilities.md @@ -1,7 +1,7 @@ --- layout: docs title: Responsive utilities -description: Use responsive display utilitiy classes for showing and hiding content by device, via media query. +description: Use responsive display utility classes for showing and hiding content by device, via media query. group: layout --- From cdbef3c669c006503e3165bd1cecc8cfb56c53b7 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 2 Oct 2016 16:17:53 -0700 Subject: [PATCH 05/10] correct site url --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index f3283b4621aa..ebb21e33a785 100644 --- a/_config.yml +++ b/_config.yml @@ -14,7 +14,7 @@ destination: _gh_pages host: 0.0.0.0 port: 9001 baseurl: "" -url: http://getbootstrap.com +url: http://v4-alpha.getbootstrap.com encoding: UTF-8 exclude: [assets/scss/] From dde110ad3ea5a69e90539ca7d27028e0ade4e176 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 2 Oct 2016 16:18:04 -0700 Subject: [PATCH 06/10] add social stuff to config for twitter cards --- _config.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/_config.yml b/_config.yml index ebb21e33a785..39a62b617b53 100644 --- a/_config.yml +++ b/_config.yml @@ -22,6 +22,12 @@ gems: - jekyll-redirect-from - jekyll-sitemap +# Social +title: Bootstrap +description: The most popular HTML, CSS, and JS framework in the world. +social_logo_path: /assets/brand/bootstrap-social-logo.png +social_image_path: /assets/brand/bootstrap-social.png + # Custom vars current_version: 4.0.0-alpha.4 repo: https://github.com/twbs/bootstrap From 7cf22242e577f72b5cb6f74bf0b70bb5c1a5cdbb Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 2 Oct 2016 16:18:23 -0700 Subject: [PATCH 07/10] add twitter meta tags; use large image for homepage and regular card for all others --- docs/_includes/header.html | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/docs/_includes/header.html b/docs/_includes/header.html index 3fc75c058302..f929e7b4fbae 100644 --- a/docs/_includes/header.html +++ b/docs/_includes/header.html @@ -29,6 +29,29 @@ + + + +{% if page.layout == "home" %} + + + + {% if site.github %} + + {% else %} + + {% endif %} +{% else %} + + + + {% if site.github %} + + {% else %} + + {% endif %} +{% endif %} +