From: Chris Rebert Date: Fri, 3 Jan 2014 20:21:38 +0000 (-0800) Subject: de-emphasize /docs/assets and docs HTML now that they're outside of the root dir X-Git-Tag: v3.1.0~125^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56b5f5b353254402b8e999d9ff003d00b7e381ac;p=thirdparty%2Fbootstrap.git de-emphasize /docs/assets and docs HTML now that they're outside of the root dir --- 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.