aboutsummaryrefslogtreecommitdiff
path: root/docs/getting-started.html
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-01-03 12:14:20 -0800
committerChris Rebert <[email protected]>2014-01-03 12:14:20 -0800
commit096a72d8975e41f395cea4e3e84aec1744d25165 (patch)
tree3a94ba8a20ec174b6244bc4903a7653aa98d10d4 /docs/getting-started.html
parent71688061b40d2e1bfd39b5e16ae9ae780485d43d (diff)
parent63df2ced6ebb173606cf53a84e8f02508823ca1f (diff)
downloadbootstrap-096a72d8975e41f395cea4e3e84aec1744d25165.tar.xz
bootstrap-096a72d8975e41f395cea4e3e84aec1744d25165.zip
Merge pull request #12081 from Quy/master
Update source code download structure
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