From e1bb907050bbf1598f58a53fc64e2432753d5b24 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 24 Dec 2014 03:26:51 -0800 Subject: rearrange contents docs--type, tables, images, forms, etc--into own docs section --- docs/_layouts/default.html | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'docs/_layouts/default.html') diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 4fcda0e03..5b4e1c501 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -17,12 +17,17 @@ {% elsif page.url contains "layout" %}

Layout

Grid system, containers, media object, and responsive utilities for organization pages.

- {% elsif page.url contains "components" %} + {% elsif page.url contains "content" %}

Components

- Global styles for common HTML elements, as well as dozens of reusable components like dropdowns, input groups, navigation, alerts, and much more. + Styles and patterns for common HTML elements like typography, tables, forms, and more.

- {% elsif page.url contains "javascript" %} + {% elsif page.url contains "components" %} +

Components

+

+ Custom design patterns built as reusable components, including dropdowns, input groups, navigation, alerts, and more. +

+ {% elsif page.url contains "javascript" %}

JavaScript

Bring Bootstrap's components to life with over a dozen custom jQuery plugins. Easily include them all, or one by one.

{% elsif page.url contains "examples" %} -- cgit v1.2.3