]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update contents.md
authorXhmikosR <xhmikosr@gmail.com>
Wed, 28 Nov 2018 20:57:02 +0000 (22:57 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Thu, 29 Nov 2018 08:59:06 +0000 (10:59 +0200)
site/docs/4.1/getting-started/contents.md

index fd38e2fba5e9682e1af354a98da7a1495d5471c0..1276dcd3fba8504b624dd4d74ae6169484f3ef4e 100644 (file)
@@ -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.