aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2018-11-28 22:57:02 +0200
committerXhmikosR <[email protected]>2018-11-29 10:59:06 +0200
commita2d0e78b4414da5eb9bcf5937f2619ac7fedff5d (patch)
tree108ef699ef0c63e4e0fedb10715b02773c3aafbf
parent8d81226a8e52efc7209573912a6a7ff74875a75e (diff)
downloadbootstrap-a2d0e78b4414da5eb9bcf5937f2619ac7fedff5d.tar.xz
bootstrap-a2d0e78b4414da5eb9bcf5937f2619ac7fedff5d.zip
Update contents.md
-rw-r--r--site/docs/4.1/getting-started/contents.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/site/docs/4.1/getting-started/contents.md b/site/docs/4.1/getting-started/contents.md
index fd38e2fba..1276dcd3f 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.