diff --git a/docs/getting-started.html b/docs/getting-started.html index 4a4ab1211cc5c5bf207f5cffd5bd984f35d10c1a..cdf614ecffc8f9cd378e7da7793ec7f4b876d78a 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 %} </div> - <p>The <code>less/</code>, <code>js/</code>, and <code>fonts/</code> are the source code for our CSS, JS, and icon fonts (respectively). The <code>dist/</code> folder includes everything listed in the precompiled download section above. <code>docs/assets/</code>, <code>examples/</code>, and all <code>*.html</code> files are for our documentation. Beyond that, any other included file provides support for packages, license information, and development.</p> + <p>The <code>less/</code>, <code>js/</code>, and <code>fonts/</code> are the source code for our CSS, JS, and icon fonts (respectively). The <code>dist/</code> folder includes everything listed in the precompiled download section above. The <code>docs/</code> folder includes <code>assets/</code>, <code>examples/</code>, and all <code>*.html</code> files are for our documentation. Beyond that, any other included file provides support for packages, license information, and development.</p> <!-- Template