From 63df2ced6ebb173606cf53a84e8f02508823ca1f Mon Sep 17 00:00:00 2001 From: Quy Ton Date: Fri, 3 Jan 2014 11:42:27 -0800 Subject: [PATCH] Update source code download structure --- docs/getting-started.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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.