From f0eb29cd5ee194c01b130e9dffe80439a4176b1b Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 7 Feb 2019 11:27:07 +0200 Subject: [PATCH] Remove ToC from pages when we don't have (m)any headers. --- site/docs/4.2/utilities/clearfix.md | 1 - site/docs/4.2/utilities/close-icon.md | 1 - site/docs/4.2/utilities/image-replacement.md | 1 - site/docs/4.2/utilities/overflow.md | 1 - site/docs/4.2/utilities/screenreaders.md | 1 - site/docs/4.2/utilities/shadows.md | 1 - 6 files changed, 6 deletions(-) diff --git a/site/docs/4.2/utilities/clearfix.md b/site/docs/4.2/utilities/clearfix.md index f4cb084bf8..dcf93e9bbf 100644 --- a/site/docs/4.2/utilities/clearfix.md +++ b/site/docs/4.2/utilities/clearfix.md @@ -3,7 +3,6 @@ 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**. Can also be used as a mixin. diff --git a/site/docs/4.2/utilities/close-icon.md b/site/docs/4.2/utilities/close-icon.md index a848c012e7..3a8cb3c445 100644 --- a/site/docs/4.2/utilities/close-icon.md +++ b/site/docs/4.2/utilities/close-icon.md @@ -3,7 +3,6 @@ layout: docs title: Close icon description: Use a generic close icon for dismissing content like modals and alerts. group: utilities -toc: true --- **Be sure to include text for screen readers**, as we've done with `aria-label`. diff --git a/site/docs/4.2/utilities/image-replacement.md b/site/docs/4.2/utilities/image-replacement.md index 9579100a4a..4c7decac55 100644 --- a/site/docs/4.2/utilities/image-replacement.md +++ b/site/docs/4.2/utilities/image-replacement.md @@ -3,7 +3,6 @@ layout: docs title: Image replacement description: Swap text for background images with the image replacement class. group: utilities -toc: true --- {% capture callout %} diff --git a/site/docs/4.2/utilities/overflow.md b/site/docs/4.2/utilities/overflow.md index 33f6d757f1..2877c85b74 100644 --- a/site/docs/4.2/utilities/overflow.md +++ b/site/docs/4.2/utilities/overflow.md @@ -3,7 +3,6 @@ layout: docs title: Overflow description: Use these shorthand utilities for quickly configuring how content overflows an element. group: utilities -toc: true --- Barebones `overflow` functionality is provided for two values by default, and they are not responsive. diff --git a/site/docs/4.2/utilities/screenreaders.md b/site/docs/4.2/utilities/screenreaders.md index 311102c6ad..e543bc9f21 100644 --- a/site/docs/4.2/utilities/screenreaders.md +++ b/site/docs/4.2/utilities/screenreaders.md @@ -3,7 +3,6 @@ layout: docs title: Screenreaders description: Use screenreader utilities to hide elements on all devices except screen readers. group: utilities -toc: true --- Hide an element to all devices **except screen readers** with `.sr-only`. Combine `.sr-only` with `.sr-only-focusable` to show the element again when it's focused (e.g. by a keyboard-only user). Can also be used as mixins. diff --git a/site/docs/4.2/utilities/shadows.md b/site/docs/4.2/utilities/shadows.md index 5e8f5a8901..9c3e580440 100644 --- a/site/docs/4.2/utilities/shadows.md +++ b/site/docs/4.2/utilities/shadows.md @@ -3,7 +3,6 @@ layout: docs title: Shadows description: Add or remove shadows to elements with box-shadow utilities. group: utilities -toc: false --- ## Examples