From 3e76d6565603fafa2c85ad81d7b6345c4e279c72 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 28 May 2017 22:50:57 -0700 Subject: Rearrange all the docs to allow for a docs/major.minor/ setup --- _includes/page-headers.html | 46 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 _includes/page-headers.html (limited to '_includes/page-headers.html') diff --git a/_includes/page-headers.html b/_includes/page-headers.html new file mode 100644 index 000000000..50b59a982 --- /dev/null +++ b/_includes/page-headers.html @@ -0,0 +1,46 @@ +{% if page.group == "getting-started" %} +

Getting started

+

+ An overview of Bootstrap, including how to download and use it, some basic templates and examples, and more. +

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

Layout

+

+ Options for structuring your pages with Bootstrap, including global styles, required scaffolding, grid system, and more. +

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

Content

+

+ Styles for displaying content with some of the most commonly used HTML elements, including normalization, typography, images, tables, and more. +

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

Components

+

+ 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

+

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

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

About

+

+ Learn about the project's history, meet the maintaining teams, and find out how to use the Bootstrap brand. +

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

Migration

+

+ Guidance on how to upgrade from Bootstrap v3.x to v4.x with emphasis on major changes, what's new, and what's been removed. +

+{% elsif page.group == "browser-bugs" %} +

Wall of browser bugs

+

+ A list of the browser bugs that Bootstrap is currently grappling with. +

+{% endif %} -- cgit v1.2.3