aboutsummaryrefslogtreecommitdiff
path: root/docs/getting-started/javascript.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/getting-started/javascript.md')
-rw-r--r--docs/getting-started/javascript.md10
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).