diff options
| author | Mark Otto <[email protected]> | 2017-05-27 22:03:48 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-05-27 22:03:48 -0700 |
| commit | 1f43d9c066f1ffd008f2cb4b00907165d905f3fc (patch) | |
| tree | 512da5aed43526ed90a3188dd3ecb36ced9fc82c /docs/getting-started/javascript.md | |
| parent | fa413aece11a46b58cdae8a7ae695b7b5380f125 (diff) | |
| download | bootstrap-1f43d9c066f1ffd008f2cb4b00907165d905f3fc.tar.xz bootstrap-1f43d9c066f1ffd008f2cb4b00907165d905f3fc.zip | |
revamp getting started docs to use new toc
Diffstat (limited to 'docs/getting-started/javascript.md')
| -rw-r--r-- | docs/getting-started/javascript.md | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/docs/getting-started/javascript.md b/docs/getting-started/javascript.md index d65fba098..c4fb2366a 100644 --- a/docs/getting-started/javascript.md +++ b/docs/getting-started/javascript.md @@ -1,17 +1,11 @@ --- layout: docs title: JavaScript -description: Learn about Bootstrap's JavaScript—how to include it, our data and programmatic API options, and more. +description: Bring Bootstrap to life with our JavaScript plugins built on jQuery. Learn about each plugin, our data and programmatic API options, and more. group: getting-started +toc: true --- -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. - -## Contents - -* Will be replaced with the ToC, excluding the "Contents" header -{:toc} - ## Individual or compiled Plugins can be included individually (using Bootstrap's individual `*.js` files), or all at once using `bootstrap.js` or the minified `bootstrap.min.js` (don't include both). |
