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 %}