From fed0d8a2d405fded61bd2b7c4c70744fafd58d06 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 5 Aug 2015 17:47:45 -0700 Subject: restore page headers, use partial and page frontmatter to organize it --- docs/_includes/page-headers.html | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 docs/_includes/page-headers.html (limited to 'docs/_includes') diff --git a/docs/_includes/page-headers.html b/docs/_includes/page-headers.html new file mode 100644 index 000000000..37e69278d --- /dev/null +++ b/docs/_includes/page-headers.html @@ -0,0 +1,31 @@ +{% if page.group == "getting-started" %} +

Getting started

+

+ An overview of Bootstrap, how to download and use, 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 == "components" %} +

Components

+

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

+{% 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. +

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