From: Quy Ton Date: Fri, 3 Jan 2014 19:42:27 +0000 (-0800) Subject: Update source code download structure X-Git-Tag: v3.1.0~125^2~2^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F12081%2Fhead;p=thirdparty%2Fbootstrap.git Update source code download structure --- diff --git a/docs/getting-started.html b/docs/getting-started.html index 4a4ab1211c..cdf614ecff 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -102,12 +102,13 @@ bootstrap/ │ ├── css/ │ ├── js/ │ └── fonts/ -├── docs/assets/ -├── examples/ -└── *.html +└── docs/ + ├── assets/ + ├── examples/ + └── *.html {% 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. docs/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 assets/, examples/, and all *.html files are for our documentation. Beyond that, any other included file provides support for packages, license information, and development.