aboutsummaryrefslogtreecommitdiff
path: root/docs/getting-started.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/getting-started.html')
-rw-r--r--docs/getting-started.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/getting-started.html b/docs/getting-started.html
index 4a4ab1211..cdf614ecf 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