From f682dec5c25f4ff1a29b34e10d339d549359cdb2 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 28 May 2017 11:25:59 -0700 Subject: [PATCH] new toc in utils and about and extend --- docs/about/brand.md | 1 + docs/extend/icons.md | 1 + docs/utilities/borders.md | 4 ++-- docs/utilities/clearfix.md | 2 ++ docs/utilities/close-icon.md | 4 +++- docs/utilities/colors.md | 4 ++-- docs/utilities/display.md | 9 ++------- docs/utilities/flexbox.md | 9 ++------- docs/utilities/image-replacement.md | 2 ++ docs/utilities/position.md | 10 +++++----- docs/utilities/responsive-helpers.md | 4 ++-- docs/utilities/screenreaders.md | 2 ++ docs/utilities/sizing.md | 6 +++--- docs/utilities/spacing.md | 9 ++++----- docs/utilities/typography.md | 9 ++------- docs/utilities/vertical-align.md | 1 + docs/utilities/visibility.md | 1 + 17 files changed, 37 insertions(+), 41 deletions(-) diff --git a/docs/about/brand.md b/docs/about/brand.md index 32c40b9c4d..5fdc06eb5c 100644 --- a/docs/about/brand.md +++ b/docs/about/brand.md @@ -3,6 +3,7 @@ layout: docs title: Brand guidelines description: Documentation and examples for Bootstrap's logo and brand usage guidelines. group: about +toc: true --- Have a need for Bootstrap's brand resources? Great! We have only a few guidelines we follow, and in turn ask you to follow as well. These guidelines were inspired by MailChimp's [Brand Assets](https://mailchimp.com/about/brand-assets/). diff --git a/docs/extend/icons.md b/docs/extend/icons.md index c619ed2cea..3b4aea3eb2 100644 --- a/docs/extend/icons.md +++ b/docs/extend/icons.md @@ -1,6 +1,7 @@ --- layout: docs title: Icons +description: Guidance and suggestions for using external icon libraries with Bootstrap. group: extend --- diff --git a/docs/utilities/borders.md b/docs/utilities/borders.md index 1f092c36af..8bf3f46740 100644 --- a/docs/utilities/borders.md +++ b/docs/utilities/borders.md @@ -1,12 +1,12 @@ --- layout: docs title: Borders +description: Use border utilities to quickly style the border and border-radius of an element. Great for images, buttons, or any other element. group: utilities redirect_from: "/utilities/" +toc: true --- -Use border utilities to quickly style the `border` and `border-radius` of an element. Great for images, buttons, or any other element. - ## Border Add classes to an element to remove all borders or some borders. diff --git a/docs/utilities/clearfix.md b/docs/utilities/clearfix.md index 49410df098..5b5727b117 100644 --- a/docs/utilities/clearfix.md +++ b/docs/utilities/clearfix.md @@ -1,7 +1,9 @@ --- layout: docs title: Clearfix +description: Quickly and easily clear floated content within a container by adding a clearfix utility. group: utilities +toc: true --- Easily clear `float`s by adding `.clearfix` **to the parent element**. Utilizes [the micro clearfix](http://nicolasgallagher.com/micro-clearfix-hack/) as popularized by Nicolas Gallagher. Can also be used as a mixin. diff --git a/docs/utilities/close-icon.md b/docs/utilities/close-icon.md index 5ec456bccd..4619132de5 100644 --- a/docs/utilities/close-icon.md +++ b/docs/utilities/close-icon.md @@ -1,10 +1,12 @@ --- layout: docs title: Close icon +description: Use a generic close icon for dismissing content like modals and alerts. group: utilities +toc: true --- -Use a generic close icon for dismissing content like modals and alerts. **Be sure to include text for screen readers**, as we've done with `aria-label`. +**Be sure to include text for screen readers**, as we've done with `aria-label`. {% example html %}