diff options
| author | Mark Otto <[email protected]> | 2015-08-05 17:47:45 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-08-05 17:47:45 -0700 |
| commit | fed0d8a2d405fded61bd2b7c4c70744fafd58d06 (patch) | |
| tree | 8bc067365b2a9731e8e2cfd6e9ef11a64d304bf8 /docs/getting-started | |
| parent | be3f8d9bcce6818d7f9430fa94f1d6869c62d00a (diff) | |
| download | bootstrap-fed0d8a2d405fded61bd2b7c4c70744fafd58d06.tar.xz bootstrap-fed0d8a2d405fded61bd2b7c4c70744fafd58d06.zip | |
restore page headers, use partial and page frontmatter to organize it
Diffstat (limited to 'docs/getting-started')
| -rw-r--r-- | docs/getting-started/accessibility.md | 1 | ||||
| -rw-r--r-- | docs/getting-started/community.md | 1 | ||||
| -rw-r--r-- | docs/getting-started/compiling.md | 1 | ||||
| -rw-r--r-- | docs/getting-started/contents.md | 1 | ||||
| -rw-r--r-- | docs/getting-started/customize.md | 1 | ||||
| -rw-r--r-- | docs/getting-started/download.md | 1 | ||||
| -rw-r--r-- | docs/getting-started/flexbox.md | 1 | ||||
| -rw-r--r-- | docs/getting-started/javascript.md | 2 | ||||
| -rw-r--r-- | docs/getting-started/overview.md | 5 | ||||
| -rw-r--r-- | docs/getting-started/support.md | 1 | ||||
| -rw-r--r-- | docs/getting-started/template.md | 1 | ||||
| -rw-r--r-- | docs/getting-started/third-party-support.md | 1 |
12 files changed, 14 insertions, 3 deletions
diff --git a/docs/getting-started/accessibility.md b/docs/getting-started/accessibility.md index 47f24d8dd..d9887605d 100644 --- a/docs/getting-started/accessibility.md +++ b/docs/getting-started/accessibility.md @@ -1,6 +1,7 @@ --- layout: page title: Accessibility +group: getting-started --- Bootstrap follows common web standards and—with minimal extra effort—can be used to create sites that are accessible to those using <abbr title="Assistive Technology" class="initialism">AT</abbr>. diff --git a/docs/getting-started/community.md b/docs/getting-started/community.md index a186fcf42..27dec7caf 100644 --- a/docs/getting-started/community.md +++ b/docs/getting-started/community.md @@ -1,6 +1,7 @@ --- layout: page title: Community +group: getting-started --- Stay up to date on the development of Bootstrap and reach out to the community with these helpful resources. diff --git a/docs/getting-started/compiling.md b/docs/getting-started/compiling.md index 13ce42086..46c3b0f2d 100644 --- a/docs/getting-started/compiling.md +++ b/docs/getting-started/compiling.md @@ -1,6 +1,7 @@ --- layout: page title: Compiling +group: getting-started --- Bootstrap uses [Grunt](http://gruntjs.com) for its build system, with convenient methods for working with the framework. It's how we compile our code, run tests, and more. diff --git a/docs/getting-started/contents.md b/docs/getting-started/contents.md index 7df3d8965..9fb6a6ced 100644 --- a/docs/getting-started/contents.md +++ b/docs/getting-started/contents.md @@ -1,6 +1,7 @@ --- layout: page title: Contents +group: getting-started --- Bootstrap can come in one of two forms, as precompiled or source code. Learn more about each form's contents and structure below. diff --git a/docs/getting-started/customize.md b/docs/getting-started/customize.md index 4a2dbe1ca..ecf786087 100644 --- a/docs/getting-started/customize.md +++ b/docs/getting-started/customize.md @@ -1,6 +1,7 @@ --- layout: page title: Customize CSS +group: getting-started --- New to Bootstrap 4, variable-based customization is a way for folks to quickly enable or disable global styles across all of Bootstrap's CSS. Simply update a variable's value and recompile using our Gruntfile. diff --git a/docs/getting-started/download.md b/docs/getting-started/download.md index 7a481f9e6..e5f3372a7 100644 --- a/docs/getting-started/download.md +++ b/docs/getting-started/download.md @@ -1,6 +1,7 @@ --- layout: page title: Download +group: getting-started --- Bootstrap is available for download via ZIP file in two flavors: precompiled CSS and Javascript, and the complete source code with documentation. diff --git a/docs/getting-started/flexbox.md b/docs/getting-started/flexbox.md index 05a407706..c9b007585 100644 --- a/docs/getting-started/flexbox.md +++ b/docs/getting-started/flexbox.md @@ -1,6 +1,7 @@ --- layout: page title: Flexbox +group: getting-started --- Flexbox support has finally come to Bootstrap. Opt-in to the new CSS layout styles with the flick of a variable or the swap of a stylesheet. diff --git a/docs/getting-started/javascript.md b/docs/getting-started/javascript.md index ec012d302..bb4373131 100644 --- a/docs/getting-started/javascript.md +++ b/docs/getting-started/javascript.md @@ -1,6 +1,7 @@ --- layout: page title: JavaScript +group: getting-started --- Bootstrap includes a handful of JavaScript to help bring some of our components to life. Learn more about how to include it, our data and programmatic API options, and more. @@ -103,4 +104,3 @@ Bootstrap's plugins don't fall back particularly gracefully when JavaScript is d For simple transition effects, include `transition.js` once alongside the other JS files. If you're using the compiled (or minified) `bootstrap.js`, there is no need to include this—it's already there. Transition.js is a basic helper for `transitionEnd` events as well as a CSS transition emulator. It's used by the other plugins to check for CSS transition support and to catch hanging transitions. - diff --git a/docs/getting-started/overview.md b/docs/getting-started/overview.md index 6127f3873..84dc5c712 100644 --- a/docs/getting-started/overview.md +++ b/docs/getting-started/overview.md @@ -1,9 +1,10 @@ --- layout: page -title: Getting started +title: Start using Bootstrap +group: getting-started --- -Quickly add Bootstrap to your project via the [Bootstrap CDN](http://bootstrapcdn.com), graciously provided by the [MaxCDN](http://www.maxcdn.com/) folks. +Quickly add Bootstrap to your project via the Bootstrap CDN, graciously provided by the MaxCDN folks. ## Include CSS and JS diff --git a/docs/getting-started/support.md b/docs/getting-started/support.md index 508bc3285..3712214fb 100644 --- a/docs/getting-started/support.md +++ b/docs/getting-started/support.md @@ -1,6 +1,7 @@ --- layout: page title: Supported platforms +group: getting-started --- Bootstrap is built to work best with the latest techniques. As such, older desktop and mobile browsers may display differently, but should remain fully functional. diff --git a/docs/getting-started/template.md b/docs/getting-started/template.md index 54fbc791c..4ba0c840e 100644 --- a/docs/getting-started/template.md +++ b/docs/getting-started/template.md @@ -1,6 +1,7 @@ --- layout: page title: Basic template +group: getting-started --- Start with this basic HTML template, or modify [these examples](../examples/). We hope you'll customize our templates and examples, adapting them to suit your needs. diff --git a/docs/getting-started/third-party-support.md b/docs/getting-started/third-party-support.md index 5af3dba66..123018ab6 100644 --- a/docs/getting-started/third-party-support.md +++ b/docs/getting-started/third-party-support.md @@ -1,6 +1,7 @@ --- layout: page title: Third party support +group: getting-started --- While we don't officially support any third party plugins or add-ons, we do offer some useful advice to help avoid potential issues in your projects. |
