Skip to content

Commit

Permalink
docs: removing reference to JS in docs (#46)
Browse files Browse the repository at this point in the history
Also commenting on sections that have not been updated
  • Loading branch information
bexux authored Apr 9, 2020
1 parent 1aa870e commit c9b660a
Show file tree
Hide file tree
Showing 29 changed files with 46 additions and 152 deletions.
5 changes: 0 additions & 5 deletions site/_data/nav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
- title: Buttons
- title: Button group
- title: Card
- title: Carousel
- title: Chips
- title: Collapse
- title: Dropdowns
Expand All @@ -48,14 +47,10 @@
- title: Navs
- title: Navbar
- title: Pagination
- title: Popovers
- title: Progress
- title: Scrollspy
- title: Shapes
- title: Spinners
- title: Tabs
- title: Toasts
- title: Tooltips
- title: Video Tile

- title: Utilities
Expand Down
19 changes: 0 additions & 19 deletions site/_includes/docs-navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,25 +34,6 @@
<a class="nav-item nav-link dropdown-toggle mr-md-2" href="#" id="versions" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
v{{ site.current_version }}
</a>
<div class="dropdown-menu dropdown-menu-md-right" aria-labelledby="versions">
<a class="dropdown-item active" href="{{ site.baseurl }}/docs/">Latest (4.4.x)</a>
<a class="dropdown-item" href="https://getbootstrap.com/docs/4.3/">v4.3.1</a>
<a class="dropdown-item" href="https://getbootstrap.com/docs/4.2/">v4.2.1</a>
<a class="dropdown-item" href="https://getbootstrap.com/docs/4.0/">v4.0.0</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="https://v4-alpha.getbootstrap.com/">v4 Alpha 6</a>
<a class="dropdown-item" href="https://getbootstrap.com/docs/3.4/">v3.4.1</a>
<a class="dropdown-item" href="https://getbootstrap.com/docs/3.3/">v3.3.7</a>
<a class="dropdown-item" href="https://getbootstrap.com/2.3.2/">v2.3.2</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="{{ site.baseurl }}/docs/versions/">All versions</a>
</div>
</li>

<li class="nav-item">
<a class="nav-link p-2" href="{{ site.repo }}" target="_blank" rel="noopener" aria-label="GitHub">
{%- include icons/github.svg class="navbar-nav-svg" -%}
</a>
</li>
</ul>

Expand Down
8 changes: 1 addition & 7 deletions site/_includes/footer.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
<footer class="bd-footer text-muted">
<div class="container-fluid p-3 p-md-5">
<ul class="bd-footer-links">
<li><a href="{{ site.repo }}">GitHub</a></li>
<li><a href="https://twitter.com/{{ site.twitter }}">Twitter</a></li>
<li><a href="{{ site.baseurl }}/docs/examples/">Examples</a></li>
<li><a href="{{ site.baseurl }}/docs/about/overview/">About</a></li>
</ul>
<p>Designed and built with all the love in the world by the <a href="{{ site.baseurl }}/docs/about/team/">Bootstrap team</a> with the help of <a href="{{ site.repo }}/graphs/contributors">our contributors</a>.</p>
<p>Designed on top of the Bootstrap livbrary which was built with all the love in the world by the <a href="{{ site.baseurl }}/docs/about/team/">Bootstrap team</a> with the help of <a href="{{ site.repo }}/graphs/contributors">their contributors</a>.</p>
<p>Currently v{{ site.current_version }}. Code licensed <a href="{{ site.repo }}/blob/master/LICENSE" target="_blank" rel="license noopener">MIT</a>, docs <a href="https://creativecommons.org/licenses/by/3.0/" target="_blank" rel="license noopener">CC BY 3.0</a>.</p>
</div>
</footer>
1 change: 1 addition & 0 deletions site/docs/components/badge.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ description: Documentation and examples for badges, our small count and labeling
group: components
toc: true
---
# NOT Updated for FLO-SCSS yet

## Example

Expand Down
2 changes: 2 additions & 0 deletions site/docs/components/breadcrumb.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ description: Indicate the current page's location within a navigational hierarch
group: components
---

# NOT Updated for FLO-SCSS yet

## Example

{% capture example %}
Expand Down
2 changes: 2 additions & 0 deletions site/docs/components/card.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ group: components
toc: true
---

# NOT Updated for FLO-SCSS yet

## About

A **card** is a flexible and extensible content container. It includes options for headers and footers, a wide variety of content, contextual background colors, and powerful display options. If you're familiar with Bootstrap 3, cards replace our old panels, wells, and thumbnails. Similar functionality to those components is available as modifier classes for cards.
Expand Down
2 changes: 2 additions & 0 deletions site/docs/components/carousel.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ group: components
toc: true
---

# Javascript is not included in FLO-SCSS

## How it works

The carousel is a slideshow for cycling through a series of content, built with CSS 3D transforms and a bit of JavaScript. It works with a series of images, text, or custom markup. It also includes support for previous/next controls and indicators.
Expand Down
1 change: 1 addition & 0 deletions site/docs/components/collapse.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ description: Toggle the visibility of content across your project with a few cla
group: components
toc: true
---
# NOT Updated for FLO-SCSS yet

## How it works

Expand Down
1 change: 1 addition & 0 deletions site/docs/components/dropdowns.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ description: Toggle contextual overlays for displaying lists of links and more w
group: components
toc: true
---
# NOT Updated for FLO-SCSS yet

## Overview

Expand Down
1 change: 1 addition & 0 deletions site/docs/components/forms.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ description: Examples and usage guidelines for form control styles, layout optio
group: components
toc: true
---
# NOT Updated for FLO-SCSS yet

## Overview

Expand Down
1 change: 1 addition & 0 deletions site/docs/components/icons.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ description: Use SVG Icons in HTML
group: components
toc: true
---
# NOT Updated for FLO-SCSS yet

## Icons

Expand Down
1 change: 1 addition & 0 deletions site/docs/components/input-group.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ description: Easily extend form controls by adding text, buttons, or button grou
group: components
toc: true
---
# NOT Updated for FLO-SCSS yet

## Basic example

Expand Down
1 change: 1 addition & 0 deletions site/docs/components/jumbotron.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: Jumbotron
description: Lightweight, flexible component for showcasing hero unit style content.
group: components
---
# NOT Updated for FLO-SCSS yet

A lightweight, flexible component that can optionally extend the entire viewport to showcase key marketing messages on your site.

Expand Down
2 changes: 2 additions & 0 deletions site/docs/components/list-group.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ group: components
toc: true
---

# NOT Updated for FLO-SCSS yet

## Basic example

The most basic list group is an unordered list with list items and the proper classes. Build upon it with the options that follow, or with your own CSS as needed.
Expand Down
1 change: 1 addition & 0 deletions site/docs/components/media-object.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ description: Documentation and examples for Bootstrap's media object to construc
group: components
toc: true
---
# NOT Updated for FLO-SCSS yet

## Example

Expand Down
2 changes: 2 additions & 0 deletions site/docs/components/modal.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ group: components
toc: true
---

# NOT Updated for FLO-SCSS yet

## How it works

Before getting started with Bootstrap's modal component, be sure to read the following as our menu options have recently changed.
Expand Down
2 changes: 2 additions & 0 deletions site/docs/components/navbar.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ group: components
toc: true
---

# NOT Updated for FLO-SCSS yet

## How it works

Here's what you need to know before getting started with the navbar:
Expand Down
2 changes: 2 additions & 0 deletions site/docs/components/navs.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ group: components
toc: true
---

# NOT Updated for FLO-SCSS yet

## Base nav

Navigation available in Bootstrap share general markup and styles, from the base `.nav` class to the active and disabled states. Swap modifier classes to switch between each style.
Expand Down
2 changes: 2 additions & 0 deletions site/docs/components/pagination.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ group: components
toc: true
---

# NOT Updated for FLO-SCSS yet

## Overview

We use a large block of connected links for our pagination, making links hard to miss and easily scalable—all while providing large hit areas. Pagination is built with list HTML elements so screen readers can announce the number of available links. Use a wrapping `<nav>` element to identify it as a navigation section to screen readers and other assistive technologies.
Expand Down
2 changes: 2 additions & 0 deletions site/docs/components/popovers.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ group: components
toc: true
---

# Javascript is not included in FLO-SCSS

## Overview

Things to know when using the popover plugin:
Expand Down
2 changes: 2 additions & 0 deletions site/docs/components/progress.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ group: components
toc: true
---

# NOT Updated for FLO-SCSS yet

## How it works

Progress components are built with two HTML elements, some CSS to set the width, and a few attributes. We don't use [the HTML5 `<progress>` element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/progress), ensuring you can stack progress bars, animate them, and place text labels over them.
Expand Down
2 changes: 2 additions & 0 deletions site/docs/components/scrollspy.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ group: components
toc: true
---

# Javascript is not included in FLO-SCSS

## How it works

Scrollspy has a few requirements to function properly:
Expand Down
2 changes: 2 additions & 0 deletions site/docs/components/shapes.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ redirect_from:
toc: true
---

# NOT Updated for FLO-SCSS yet

More inspiration [here](https://css-tricks.com/the-shapes-of-css/)

## Examples
Expand Down
2 changes: 2 additions & 0 deletions site/docs/components/spinners.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ group: components
toc: true
---

# NOT Updated for FLO-SCSS yet

## About

Bootstrap "spinners" can be used to show the loading state in your projects. They're built only with HTML and CSS, meaning you don't need any JavaScript to create them. You will, however, need some custom JavaScript to toggle their visibility. Their appearance, alignment, and sizing can be easily customized with our amazing utility classes.
Expand Down
2 changes: 2 additions & 0 deletions site/docs/components/toasts.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ group: components
toc: true
---

# Javascript is not included in FLO-SCSS

Toasts are lightweight notifications designed to mimic the push notifications that have been popularized by mobile and desktop operating systems. They're built with flexbox, so they're easy to align and position.

## Overview
Expand Down
2 changes: 2 additions & 0 deletions site/docs/components/tooltips.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ group: components
toc: true
---

# Javascript is not included in FLO-SCSS

## Overview

Things to know when using the tooltip plugin:
Expand Down
2 changes: 2 additions & 0 deletions site/docs/content/tables.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ group: content
toc: true
---

# NOT Updated for FLO-SCSS yet

## Examples

Due to the widespread use of tables across third-party widgets like calendars and date pickers, we've designed our tables to be **opt-in**. Just add the base class `.table` to any `<table>`, then extend with custom styles or our various included modifier classes.
Expand Down
2 changes: 2 additions & 0 deletions site/docs/utilities/colors.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ group: utilities
toc: true
---

# NOT Completely Updated for FLO-SCSS yet

## Color

{% capture example %}
Expand Down
Loading

0 comments on commit c9b660a

Please sign in to comment.