From: XhmikosR Date: Wed, 28 Nov 2018 20:57:02 +0000 (+0200) Subject: Update contents.md X-Git-Tag: v4.2.0~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2d0e78b4414da5eb9bcf5937f2619ac7fedff5d;p=thirdparty%2Fbootstrap.git Update contents.md --- diff --git a/site/docs/4.1/getting-started/contents.md b/site/docs/4.1/getting-started/contents.md index fd38e2fba5..1276dcd3fb 100644 --- a/site/docs/4.1/getting-started/contents.md +++ b/site/docs/4.1/getting-started/contents.md @@ -129,10 +129,12 @@ bootstrap/ ├── dist/ │ ├── css/ │ └── js/ -├── docs/ -│ └── examples/ +├── site/ +│ └──docs/ +│ └── 4.1/ +│ └── examples/ ├── js/ └── scss/ {% endhighlight %} -The `scss/` and `js/` are the source code for our CSS and JavaScript. The `dist/` folder includes everything listed in the precompiled download section above. The `docs/` folder includes the source code for our documentation, and `examples/` of Bootstrap usage. Beyond that, any other included file provides support for packages, license information, and development. +The `scss/` and `js/` are the source code for our CSS and JavaScript. The `dist/` folder includes everything listed in the precompiled download section above. The `site/docs/` folder includes the source code for our documentation, and `examples/` of Bootstrap usage. Beyond that, any other included file provides support for packages, license information, and development.