]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
de-emphasize /docs/assets and docs HTML now that they're outside of the root dir
authorChris Rebert <github@rebertia.com>
Fri, 3 Jan 2014 20:21:38 +0000 (12:21 -0800)
committerChris Rebert <github@rebertia.com>
Fri, 3 Jan 2014 20:21:38 +0000 (12:21 -0800)
docs/getting-started.html

index cdf614ecffc8f9cd378e7da7793ec7f4b876d78a..f58d50c9e01f0867c3791c812a728209729345c5 100644 (file)
@@ -103,12 +103,10 @@ bootstrap/
 │   ├── js/
 │   └── fonts/
 └── docs/
-    ├── assets/
-    ├── examples/
-    └── *.html
+    └── examples/
 {% 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. 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>
+  <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>examples/</code> of Bootstrap usage, and the source code for our documentation. Beyond that, any other included file provides support for packages, license information, and development.</p>
 
 
   <!-- Template