aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuy Ton <[email protected]>2014-01-03 11:42:27 -0800
committerQuy Ton <[email protected]>2014-01-03 11:42:27 -0800
commit63df2ced6ebb173606cf53a84e8f02508823ca1f (patch)
tree3a94ba8a20ec174b6244bc4903a7653aa98d10d4
parent71688061b40d2e1bfd39b5e16ae9ae780485d43d (diff)
downloadbootstrap-63df2ced6ebb173606cf53a84e8f02508823ca1f.tar.xz
bootstrap-63df2ced6ebb173606cf53a84e8f02508823ca1f.zip
Update source code download structure
-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