diff --git a/docs/getting-started.html b/docs/getting-started.html index cdf614ecff..f58d50c9e0 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -103,12 +103,10 @@ bootstrap/ │ ├── js/ │ └── fonts/ └── docs/ - ├── assets/ - ├── examples/ - └── *.html + └── examples/ {% endhighlight %} -

The less/, js/, and fonts/ are the source code for our CSS, JS, and icon fonts (respectively). The dist/ folder includes everything listed in the precompiled download section above. The docs/ folder includes assets/, examples/, and all *.html files are for our documentation. Beyond that, any other included file provides support for packages, license information, and development.

+

The less/, js/, and fonts/ are the source code for our CSS, JS, and icon fonts (respectively). The dist/ folder includes everything listed in the precompiled download section above. The docs/ folder includes examples/ of Bootstrap usage, and the source code for our documentation. Beyond that, any other included file provides support for packages, license information, and development.