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 --- docs/_includes/ads.html | 1 - docs/_includes/callout-danger-async-methods.md | 7 --- ...callout-warning-color-assistive-technologies.md | 5 -- docs/_includes/footer.html | 57 ------------------- docs/_includes/header.html | 38 ------------- docs/_includes/icons/bootstrap.svg | 1 - docs/_includes/icons/github.svg | 1 - docs/_includes/icons/menu.svg | 1 - docs/_includes/icons/slack.svg | 1 - docs/_includes/icons/twitter.svg | 1 - docs/_includes/nav-docs.html | 57 ------------------- docs/_includes/nav-home.html | 65 ---------------------- docs/_includes/page-headers.html | 46 --------------- docs/_includes/social.html | 31 ----------- 14 files changed, 312 deletions(-) delete mode 100644 docs/_includes/ads.html delete mode 100644 docs/_includes/callout-danger-async-methods.md delete mode 100644 docs/_includes/callout-warning-color-assistive-technologies.md delete mode 100644 docs/_includes/footer.html delete mode 100644 docs/_includes/header.html delete mode 100644 docs/_includes/icons/bootstrap.svg delete mode 100644 docs/_includes/icons/github.svg delete mode 100644 docs/_includes/icons/menu.svg delete mode 100644 docs/_includes/icons/slack.svg delete mode 100644 docs/_includes/icons/twitter.svg delete mode 100644 docs/_includes/nav-docs.html delete mode 100644 docs/_includes/nav-home.html delete mode 100644 docs/_includes/page-headers.html delete mode 100644 docs/_includes/social.html (limited to 'docs/_includes') diff --git a/docs/_includes/ads.html b/docs/_includes/ads.html deleted file mode 100644 index 662b62971..000000000 --- a/docs/_includes/ads.html +++ /dev/null @@ -1 +0,0 @@ - diff --git a/docs/_includes/callout-danger-async-methods.md b/docs/_includes/callout-danger-async-methods.md deleted file mode 100644 index f7a76aa4d..000000000 --- a/docs/_includes/callout-danger-async-methods.md +++ /dev/null @@ -1,7 +0,0 @@ -{% callout danger %} -#### Asynchronous methods and transitions - -All API methods are **asynchronous** and start a **transition**. They returns to the caller as soon as the transition is started but **before it ends**. In addition, a method call on a **transitioning component will be ignored**. - -[See our Javascript documentation for more informations.]({{ site.baseurl }}/getting-started/javascript/#content) -{% endcallout %} diff --git a/docs/_includes/callout-warning-color-assistive-technologies.md b/docs/_includes/callout-warning-color-assistive-technologies.md deleted file mode 100644 index b92a1c341..000000000 --- a/docs/_includes/callout-warning-color-assistive-technologies.md +++ /dev/null @@ -1,5 +0,0 @@ -{% callout warning %} -#### Conveying meaning to assistive technologies - -Using color to add meaning only provides a visual indication, which will not be conveyed to users of assistive technologies – such as screen readers. Ensure that information denoted by the color is either obvious from the content itself (e.g. the visible text), or is included through alternative means, such as additional text hidden with the `.sr-only` class. -{% endcallout %} \ No newline at end of file diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html deleted file mode 100644 index 4747abf24..000000000 --- a/docs/_includes/footer.html +++ /dev/null @@ -1,57 +0,0 @@ - - - - - - - -{% if site.github %} - -{% else %} - -{% endif %} - -{% if site.github %} - -{% else %} - - - - -{% endif %} - - - - - -{% if page.layout == "docs" %} - - -{% endif %} - - diff --git a/docs/_includes/header.html b/docs/_includes/header.html deleted file mode 100644 index fd9a9a28c..000000000 --- a/docs/_includes/header.html +++ /dev/null @@ -1,38 +0,0 @@ - - - - - {% if page.title %} - {{ page.title }} · {{ site.title }} - {% else %} - {{ site.title }} · {{ site.description }} - {% endif %} - - -{% include social.html %} - - -{% if site.github %} - -{% else %} - -{% endif %} - - -{% if page.layout == "docs" %} - -{% endif %} - - - - - - - diff --git a/docs/_includes/icons/bootstrap.svg b/docs/_includes/icons/bootstrap.svg deleted file mode 100644 index 997182408..000000000 --- a/docs/_includes/icons/bootstrap.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/docs/_includes/icons/github.svg b/docs/_includes/icons/github.svg deleted file mode 100644 index b582b78f3..000000000 --- a/docs/_includes/icons/github.svg +++ /dev/null @@ -1 +0,0 @@ -GitHub diff --git a/docs/_includes/icons/menu.svg b/docs/_includes/icons/menu.svg deleted file mode 100644 index 883713c19..000000000 --- a/docs/_includes/icons/menu.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/docs/_includes/icons/slack.svg b/docs/_includes/icons/slack.svg deleted file mode 100644 index 1631260f7..000000000 --- a/docs/_includes/icons/slack.svg +++ /dev/null @@ -1 +0,0 @@ -Slack diff --git a/docs/_includes/icons/twitter.svg b/docs/_includes/icons/twitter.svg deleted file mode 100644 index 0265e9767..000000000 --- a/docs/_includes/icons/twitter.svg +++ /dev/null @@ -1 +0,0 @@ -Twitter diff --git a/docs/_includes/nav-docs.html b/docs/_includes/nav-docs.html deleted file mode 100644 index f34789234..000000000 --- a/docs/_includes/nav-docs.html +++ /dev/null @@ -1,57 +0,0 @@ - - - diff --git a/docs/_includes/nav-home.html b/docs/_includes/nav-home.html deleted file mode 100644 index c76fe493f..000000000 --- a/docs/_includes/nav-home.html +++ /dev/null @@ -1,65 +0,0 @@ - diff --git a/docs/_includes/page-headers.html b/docs/_includes/page-headers.html deleted file mode 100644 index 50b59a982..000000000 --- a/docs/_includes/page-headers.html +++ /dev/null @@ -1,46 +0,0 @@ -{% 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 %} diff --git a/docs/_includes/social.html b/docs/_includes/social.html deleted file mode 100644 index c488ea610..000000000 --- a/docs/_includes/social.html +++ /dev/null @@ -1,31 +0,0 @@ - - - - -{% if page.title %} - - - - -{% else %} - - - - -{% endif %} - - -{% if page.title %} - - - -{% else %} - - - -{% endif %} - - - - - -- cgit v1.2.3