From 0af35cc6e7d8e05a168a998fc5ec289f124753d9 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 5 Sep 2016 22:40:44 -0700 Subject: nav changes --- docs/_includes/nav-docs.html | 5 ----- docs/_includes/nav-home.html | 5 +++++ 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/_includes') diff --git a/docs/_includes/nav-docs.html b/docs/_includes/nav-docs.html index b4f4d1f9e..6f4d1c0fd 100644 --- a/docs/_includes/nav-docs.html +++ b/docs/_includes/nav-docs.html @@ -1,8 +1,3 @@ - - -- cgit v1.2.3 From 2c80f4d7cdc3ed23daaafe8e0b008e29e583f42d Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 24 Oct 2016 16:05:14 -0700 Subject: make search work on homepage --- docs/_includes/footer.html | 2 -- 1 file changed, 2 deletions(-) (limited to 'docs/_includes') diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index bfd657efe..a31501480 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -34,7 +34,6 @@ -{% if page.layout == "docs" %} -{% endif %} - - +{% if page.layout == "docs" %} + +{% endif %} 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