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.