2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

restore page headers, use partial and page frontmatter to organize it

This commit is contained in:
Mark Otto
2015-08-05 17:47:45 -07:00
parent be3f8d9bcc
commit fed0d8a2d4
58 changed files with 167 additions and 33 deletions
+1
View File
@@ -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>.
+1
View File
@@ -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.
+1
View File
@@ -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.
+1
View File
@@ -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.
+1
View File
@@ -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.
+1
View File
@@ -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.
+1
View File
@@ -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.
+1 -1
View File
@@ -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.
+3 -2
View File
@@ -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
+1
View File
@@ -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.
+1
View File
@@ -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.
@@ -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.