diff options
| author | Chris Rebert <[email protected]> | 2014-01-03 12:21:38 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-01-03 12:21:38 -0800 |
| commit | 56b5f5b353254402b8e999d9ff003d00b7e381ac (patch) | |
| tree | e915a5741c673bb0caecdf7deca17528b50d69bd /docs/getting-started.html | |
| parent | 096a72d8975e41f395cea4e3e84aec1744d25165 (diff) | |
| download | bootstrap-56b5f5b353254402b8e999d9ff003d00b7e381ac.tar.xz bootstrap-56b5f5b353254402b8e999d9ff003d00b7e381ac.zip | |
de-emphasize /docs/assets and docs HTML now that they're outside of the root dir
Diffstat (limited to 'docs/getting-started.html')
| -rw-r--r-- | docs/getting-started.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/getting-started.html b/docs/getting-started.html index cdf614ecf..f58d50c9e 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -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 |
