]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove ToC from pages when we don't have (m)any headers.
authorXhmikosR <xhmikosr@gmail.com>
Thu, 7 Feb 2019 09:27:07 +0000 (11:27 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Thu, 7 Feb 2019 09:53:47 +0000 (11:53 +0200)
site/docs/4.2/utilities/clearfix.md
site/docs/4.2/utilities/close-icon.md
site/docs/4.2/utilities/image-replacement.md
site/docs/4.2/utilities/overflow.md
site/docs/4.2/utilities/screenreaders.md
site/docs/4.2/utilities/shadows.md

index f4cb084bf86a022b9bffb7cf15fed5433f7c9299..dcf93e9bbf1f27f947bc0f4c7d50d4155dc5a5d3 100644 (file)
@@ -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.
index a848c012e76b08046b550a24b27295630ff61e40..3a8cb3c4451f7c150ef84a8aa3070304561f5767 100644 (file)
@@ -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`.
index 9579100a4abd9b62a65bccaaf6053a5daa54000d..4c7decac5576e97c1411b82ea913bc931db6eabd 100644 (file)
@@ -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 %}
index 33f6d757f1a13a72c83086b5c0a52ed67a01fc76..2877c85b7435adb690a12867cb215365cc4e004d 100644 (file)
@@ -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.
index 311102c6ad18e116d2425e51cf8322bb9d76e341..e543bc9f21693d23619542de16ba4844ef5ec18d 100644 (file)
@@ -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.
index 5e8f5a8901f7d8963bb1ad7dc1310ba11b55be34..9c3e580440c833ff1587dacb127f8e3d407e020e 100644 (file)
@@ -3,7 +3,6 @@ layout: docs
 title: Shadows
 description: Add or remove shadows to elements with box-shadow utilities.
 group: utilities
-toc: false
 ---
 
 ## Examples