From: Mark Otto Date: Mon, 14 Sep 2020 22:19:29 +0000 (-0700) Subject: Rewrite quick start JS sections in getting started page so things are more clearly... X-Git-Tag: v5.0.0-alpha2~65 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e3b7880abf2ab8f7ed35365ae530a63e63c309ba;p=thirdparty%2Fbootstrap.git Rewrite quick start JS sections in getting started page so things are more clearly organized --- diff --git a/site/content/docs/5.0/getting-started/introduction.md b/site/content/docs/5.0/getting-started/introduction.md index e1199c7e80..5e93872965 100644 --- a/site/content/docs/5.0/getting-started/introduction.md +++ b/site/content/docs/5.0/getting-started/introduction.md @@ -24,22 +24,32 @@ Copy-paste the stylesheet `` into your `` before all other styleshee ### JS -Many of our components require the use of JavaScript to function. Specifically, they require our own JavaScript plugins and [Popper.js](https://popper.js.org/). Place **one of following ` {{< /highlight >}} +#### Separate + +If you decide to go with the separate scripts solution, Popper.js must come first, and then our JavaScript plugins. + {{< highlight html >}} {{< /highlight >}} +#### Modules + If you use ` - + {{< /highlight >}}