From 076a950442371a8c0a974fa6478efb20a69527b7 Mon Sep 17 00:00:00 2001 From: Kovah Date: Fri, 9 Sep 2016 06:48:17 +0200 Subject: Docs: Breaks out Utilities into separate section and optimizes its pages (#20678) --- docs/_includes/page-headers.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/_includes/page-headers.html') diff --git a/docs/_includes/page-headers.html b/docs/_includes/page-headers.html index 26f5f95b1..50b59a982 100644 --- a/docs/_includes/page-headers.html +++ b/docs/_includes/page-headers.html @@ -18,6 +18,11 @@

Over a dozen reusable components built to provide buttons, dropdowns, input groups, navigation, alerts, and much more.

+{% elsif page.group == "utilities" %} +

Utilities

+

+ Bootstrap includes dozens of utilities—classes with a single purpose to reduce the frequency of highly repetitive declarations. +

{% elsif page.group == "javascript" %}

JavaScript plugins

-- cgit v1.2.3