From: Nicolas Coden Date: Thu, 20 Sep 2018 21:56:58 +0000 (+0200) Subject: docs: improve title of section about bundle format in Javascript doc X-Git-Tag: v6.6.0~3^2~91^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=795047f10;p=thirdparty%2Ffoundation%2Ffoundation-sites.git docs: improve title of section about bundle format in Javascript doc --- diff --git a/docs/pages/javascript.md b/docs/pages/javascript.md index dc0af0a5b..a20e44964 100644 --- a/docs/pages/javascript.md +++ b/docs/pages/javascript.md @@ -63,7 +63,7 @@ var Foundation = require('foundation-sites'); var $dropdown = new Dropdown('#mydropdown'); ``` -#### All Javascript bundles +#### Available formats Foundation is proposed in bundles of various module formats so you can pick the one that match the best your needs. If you don't know these terms yet, take a look at this [10-minute introduction to module formats in JavaScript](https://www.jvandemo.com/a-10-minute-primer-to-javascript-modules-module-formats-module-loaders-and-module-bundlers/). You will find in the `dist/js` folder the following bundles: