aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes
diff options
context:
space:
mode:
Diffstat (limited to 'docs/_includes')
-rw-r--r--docs/_includes/ads.html1
-rw-r--r--docs/_includes/bootstrap-icon.html1
-rw-r--r--docs/_includes/callout-danger-async-methods.md7
-rw-r--r--docs/_includes/callout-warning-color-assistive-technologies.md5
-rw-r--r--docs/_includes/footer.html59
-rw-r--r--docs/_includes/header.html35
-rw-r--r--docs/_includes/nav-docs.html55
-rw-r--r--docs/_includes/nav-home.html60
-rw-r--r--docs/_includes/page-headers.html46
-rw-r--r--docs/_includes/social.html31
10 files changed, 0 insertions, 300 deletions
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 @@
-<script async type="text/javascript" src="https://cdn.carbonads.com/carbon.js?zoneid=1673&serve=C6AILKT&placement=getbootstrapcom" id="_carbonads_js"></script>
diff --git a/docs/_includes/bootstrap-icon.html b/docs/_includes/bootstrap-icon.html
deleted file mode 100644
index 42500d270..000000000
--- a/docs/_includes/bootstrap-icon.html
+++ /dev/null
@@ -1 +0,0 @@
-<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 612 612" width="128" height="128"><g id="solid"><g id="bg"><path fill="#fff" d="M510,5a97.3,97.3,0,0,1,97,97V510a97.3,97.3,0,0,1-97,97H102A97.3,97.3,0,0,1,5,510V102A97.3,97.3,0,0,1,102,5H510m0-5H102C45.9,0,0,45.9,0,102V510c0,56.1,45.9,102,102,102H510c56.1,0,102-45.9,102-102V102C612,45.9,566.1,0,510,0h0Z"/></g></g><path fill="#fff" d="M196.77,471.5V154.43H320.92c54.27,0,91,31.64,91,79.1,0,33-24.17,63.72-54.71,69.21v1.76c43.07,5.49,70.75,35.82,70.75,78,0,55.81-40,89-107.45,89H196.77Zm39.55-180.4H299.6c46.8,0,72.29-18.68,72.29-53,0-31.42-21.53-48.78-60-48.78H236.32V291.1Zm78.22,145.46c47.68,0,72.73-19.34,72.73-56s-25.93-55.37-76.46-55.37H236.32v111.4h78.22Z"/></svg>
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 2c17fb925..000000000
--- a/docs/_includes/footer.html
+++ /dev/null
@@ -1,59 +0,0 @@
-<footer class="bd-footer text-muted">
- <div class="container">
- <ul class="bd-footer-links">
- <li><a href="{{ site.repo }}">GitHub</a></li>
- <li><a href="https://twitter.com/getbootstrap">Twitter</a></li>
- <li><a href="{{ site.baseurl }}/examples/">Examples</a></li>
- <li><a href="{{ site.baseurl }}/about/history/">About</a></li>
- </ul>
- <p>Designed and built with all the love in the world by <a href="https://twitter.com/mdo" target="_blank">@mdo</a> and <a href="https://twitter.com/fat" target="_blank">@fat</a>. Maintained by the <a href="https://github.com/orgs/twbs/people">core team</a> with the help of <a href="https://github.com/twbs/bootstrap/graphs/contributors">our contributors</a>.</p>
- <p>Currently v{{ site.current_version }}. Code licensed <a rel="license" href="https://github.com/twbs/bootstrap/blob/master/LICENSE" target="_blank">MIT</a>, docs <a rel="license" href="https://creativecommons.org/licenses/by/3.0/" target="_blank">CC BY 3.0</a>.</p>
- </div>
-</footer>
-
-<script src="{{ site.cdn.jquery }}" integrity="{{ site.cdn.jquery_hash }}" crossorigin="anonymous"></script>
-<script>window.jQuery || document.write('<script src="{{ site.baseurl }}/assets/js/vendor/jquery-slim.min.js"><\/script>')</script>
-
-<script src="{{ site.baseurl }}/assets/js/vendor/popper.min.js"></script>
-
-{% if site.github %}
- <script src="{{ site.baseurl }}/dist/js/bootstrap.min.js"></script>
-{% else %}
- <script src="{{ site.baseurl }}/dist/js/bootstrap.js"></script>
-{% endif %}
-
-{% if site.github %}
- <script src="{{ site.baseurl }}/assets/js/docs.min.js"></script>
-{% else %}
- <script src="{{ site.baseurl }}/assets/js/vendor/anchor.min.js"></script>
- <script src="{{ site.baseurl }}/assets/js/vendor/clipboard.min.js"></script>
- <script src="{{ site.baseurl }}/assets/js/vendor/holder.min.js"></script>
- <script src="{{ site.baseurl }}/assets/js/src/application.js"></script>
-{% endif %}
-
-<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
-<script src="{{ site.baseurl }}/assets/js/ie10-viewport-bug-workaround.js"></script>
-<script src="{{ site.baseurl }}/assets/js/ie-emulation-modes-warning.js"></script>
-
-{% if page.layout == "docs" %}
-<script src="{{ site.baseurl }}/assets/js/vendor/jekyll-search.min.js"></script>
-
-<script>
-SimpleJekyllSearch.init({
- searchInput: document.getElementById('search-input'),
- resultsContainer: document.getElementById('search-results'),
- searchResultTemplate: '<a class="dropdown-item" href="{url}">{title}</a>',
- noResultsText: '<div class="dropdown-item no-results">Sorry, there are no results for that search.</div>',
- json: '{{ site.baseurl }}/search.json'
-})
-</script>
-{% endif %}
-
-<script>
-Holder.addTheme('gray', {
- bg: '#777',
- fg: 'rgba(255,255,255,.75)',
- font: 'Helvetica',
- fontweight: 'normal'
-})
-</script>
diff --git a/docs/_includes/header.html b/docs/_includes/header.html
deleted file mode 100644
index 57415be54..000000000
--- a/docs/_includes/header.html
+++ /dev/null
@@ -1,35 +0,0 @@
-<meta charset="utf-8">
-<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
-
-<title>
- {% if page.title %}
- {{ page.title }} &middot; {{ site.title }}
- {% else %}
- {{ site.title }} &middot; {{ site.description }}
- {% endif %}
-</title>
-
-{% include social.html %}
-
-<!-- Bootstrap core CSS -->
-{% if site.github %}
- <link href="{{ site.baseurl }}/dist/css/bootstrap.min.css" rel="stylesheet">
-{% else %}
- <link href="{{ site.baseurl }}/dist/css/bootstrap.css" rel="stylesheet">
-{% endif %}
-
-<!-- Documentation extras -->
-<link href="{{ site.baseurl }}/assets/css/docs.min.css" rel="stylesheet">
-
-<!-- Favicons -->
-<link rel="apple-touch-icon" href="{{ site.baseurl }}/apple-touch-icon.png">
-<link rel="icon" href="{{ site.baseurl }}/favicon.ico">
-
-<script>
- (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
- (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
- m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
- })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
- ga('create', 'UA-146052-10', 'getbootstrap.com');
- ga('send', 'pageview');
-</script>
diff --git a/docs/_includes/nav-docs.html b/docs/_includes/nav-docs.html
deleted file mode 100644
index 89ca747a9..000000000
--- a/docs/_includes/nav-docs.html
+++ /dev/null
@@ -1,55 +0,0 @@
-<form class="bd-search d-none d-sm-block">
- <input type="search" class="form-control" id="search-input" placeholder="Search..." aria-label="Search for..." autocomplete="off">
- <div class="dropdown-menu bd-search-results" id="search-results"></div>
-</form>
-
-<nav class="bd-links" id="docsNavbarContent">
- {% assign page_slug = page.url | split: '/' | last %}
- {% for group in site.data.nav %}
- {% assign link = group.pages | first %}
- {% assign link_slug = link.title | slugify %}
- {% assign group_slug = group.title | slugify %}
- {% assign active = nil %}
-
- {% if page.group == group_slug %}
- {% assign active = 'active' %}
- {% endif %}
-
- <div class="bd-toc-item {{ active }}">
- <a class="bd-toc-link" href="{{ site.baseurl }}/{{ group_slug }}/{{ link_slug }}{% if link_slug %}/{% endif %}">
- {{ group.title }}
- </a>
-
- <ul class="nav bd-sidenav">
- {% for doc in group.pages %}
- {% assign doc_slug = doc.title | slugify %}
- {% assign active = nil %}
-
- {% if page.group == group_slug and page_slug == doc_slug %}
- {% assign active = 'active bd-sidenav-active' %}
- {% endif %}
-
- <li class="{{ active }}">
- <a href="{{ site.baseurl }}/{{ group_slug }}/{{ doc_slug }}/">
- {{ doc.title }}
- </a>
-
- {% comment %}
- {% unless doc.sections == nil %}
- <ul class="nav">
- {% for section in doc.sections %}
- <li>
- <a href="#{{ section.title | downcase | replace: ' ', '-' }}">
- {{ section.title }}
- </a>
- </li>
- {% endfor %}
- </ul>
- {% endunless %}
- {% endcomment %}
- </li>
- {% endfor %}
- </ul>
- </div>
- {% endfor %}
-</nav>
diff --git a/docs/_includes/nav-home.html b/docs/_includes/nav-home.html
deleted file mode 100644
index d92fab069..000000000
--- a/docs/_includes/nav-home.html
+++ /dev/null
@@ -1,60 +0,0 @@
-<header class="navbar navbar-light navbar-expand-md bd-navbar">
- <nav class="container">
- {% comment %}
- <nav class="nav navbar-nav float-right">
- <div class="nav-item dropdown">
- <a class="nav-item nav-link dropdown-toggle" href="#" id="bd-versions" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
- v{{ site.current_version }}
- </a>
- <div class="dropdown-menu dropdown-menu-right" aria-labelledby="bd-versions">
- <a class="dropdown-item" href="#">v4.0.0-alpha.2</a>
- <a class="dropdown-item" href="#">v3.3.5</a>
- <a class="dropdown-item" href="#">v3.3.4</a>
- <a class="dropdown-item" href="#">v3.3.2</a>
- <a class="dropdown-item" href="#">v3.3.1</a>
- <a class="dropdown-item" href="#">v3.3.0</a>
- <a class="dropdown-item" href="#">v3.2.0</a>
- <a class="dropdown-item" href="#">v3.1.1</a>
- <a class="dropdown-item" href="#">v3.1.0</a>
- <a class="dropdown-item" href="#">v3.0.3</a>
- <a class="dropdown-item" href="#">v3.0.2</a>
- <a class="dropdown-item" href="#">v3.0.1</a>
- <a class="dropdown-item" href="#">v3.0.0</a>
- </div>
- </div>
- </nav>
- {% endcomment %}
-
- <div class="d-flex justify-content-between d-lg-none">
- <a class="navbar-brand" href="{{ site.baseurl }}/">
- Bootstrap
- </a>
- <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#bd-main-nav" aria-controls="bd-main-nav" aria-expanded="false" aria-label="Toggle navigation">
- <span class="navbar-toggler-icon"></span>
- </button>
- </div>
-
- <div class="collapse navbar-collapse" id="bd-main-nav">
- <ul class="nav navbar-nav">
- <li class="nav-item active">
- <a class="nav-item nav-link {% if page.layout == "home" %}active{% endif %}" href="{{ site.baseurl }}/" onclick="ga('send', 'event', 'Navbar', 'Community links', 'Bootstrap');">Bootstrap</a>
- </li>
- <li class="nav-item">
- <a class="nav-item nav-link {% if page.layout == "docs" %}active{% endif %}" href="{{ site.baseurl }}/getting-started/introduction/" onclick="ga('send', 'event', 'Navbar', 'Community links', 'Docs');">Documentation</a>
- </li>
- <li class="nav-item">
- <a class="nav-item nav-link {% if page.title == "Examples" %}active{% endif %}" href="{{ site.baseurl }}/examples/" onclick="ga('send', 'event', 'Navbar', 'Community links', 'Examples');">Examples</a>
- </li>
- <li class="nav-item">
- <a class="nav-item nav-link" href="{{ site.themes }}" onclick="ga('send', 'event', 'Navbar', 'Community links', 'Themes');">Themes</a>
- </li>
- <li class="nav-item">
- <a class="nav-item nav-link" href="{{ site.expo }}" onclick="ga('send', 'event', 'Navbar', 'Community links', 'Expo');">Expo</a>
- </li>
- <li class="nav-item">
- <a class="nav-item nav-link" href="{{ site.blog }}" onclick="ga('send', 'event', 'Navbar', 'Community links', 'Blog');">Blog</a>
- </li>
- </ul>
- </div>
- </nav>
-</header>
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" %}
- <h1>Getting started</h1>
- <p class="lead">
- An overview of Bootstrap, including how to download and use it, some basic templates and examples, and more.
- </p>
-{% elsif page.group == "layout" %}
- <h1>Layout</h1>
- <p class="lead">
- Options for structuring your pages with Bootstrap, including global styles, required scaffolding, grid system, and more.
- </p>
-{% elsif page.group == "content" %}
- <h1>Content</h1>
- <p class="lead">
- Styles for displaying content with some of the most commonly used HTML elements, including normalization, typography, images, tables, and more.
- </p>
-{% elsif page.group == "components" %}
- <h1>Components</h1>
- <p class="lead">
- Over a dozen reusable components built to provide buttons, dropdowns, input groups, navigation, alerts, and much more.
- </p>
-{% elsif page.group == "utilities" %}
- <h1>Utilities</h1>
- <p class="lead">
- Bootstrap includes dozens of utilities—classes with a single purpose to reduce the frequency of highly repetitive declarations.
- </p>
-{% elsif page.group == "javascript" %}
- <h1>JavaScript plugins</h1>
- <p class="lead">
- Bring Bootstrap's components to life with over a dozen custom jQuery plugins. Easily include them all, or one by one.
- </p>
-{% elsif page.group == "about" %}
- <h1>About</h1>
- <p class="lead">
- Learn about the project's history, meet the maintaining teams, and find out how to use the Bootstrap brand.
- </p>
-{% elsif page.group == "migration" %}
- <h1>Migration</h1>
- <p class="lead">
- 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.
- </p>
-{% elsif page.group == "browser-bugs" %}
- <h1>Wall of browser bugs</h1>
- <p class="lead">
- A list of the browser bugs that Bootstrap is currently grappling with.
- </p>
-{% 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 @@
-<!-- Twitter -->
-<meta name="twitter:site" content="@{{ site.twitter }}">
-<meta name="twitter:creator" content="@{{ site.twitter }}">
-
-{% if page.title %}
- <meta name="twitter:card" content="summary">
- <meta name="twitter:title" content="{{ page.title }}">
- <meta name="twitter:description" content="{{ page.description }}">
- <meta name="twitter:image" content="{{ site.url }}{{ site.social_logo_path }}">
-{% else %}
- <meta name="twitter:card" content="summary_large_image">
- <meta name="twitter:title" content="{{ site.title }}">
- <meta name="twitter:description" content="{{ site.description }}">
- <meta name="twitter:image" content="{{ site.url }}{{ site.social_image_path }}">
-{% endif %}
-
-<!-- Facebook -->
-{% if page.title %}
- <meta property="og:url" content="{{ site.url }}{{ page.url }}">
- <meta property="og:title" content="{{ page.title }}">
- <meta property="og:description" content="{{ page.description }}">
-{% else %}
- <meta property="og:url" content="{{ site.url }}">
- <meta property="og:title" content="{{ site.title }}">
- <meta property="og:description" content="{{ site.description }}">
-{% endif %}
-<meta property="og:image" content="{{ site.url }}{{ site.social_image_path }}">
-
-<!-- Meta -->
-<meta name="description" content="{{ site.description }}">
-<meta name="author" content="{{ site.authors }}">