diff options
Diffstat (limited to 'docs/getting-started.html')
| -rw-r--r-- | docs/getting-started.html | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/getting-started.html b/docs/getting-started.html index 0bdea4f45..ecd23781f 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -98,12 +98,11 @@ bootstrap/ │ ├── css/ │ ├── js/ │ └── fonts/ -├── docs/assets/ -├── examples/ -└── *.html +└── docs/ + └── 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. <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 the source code for our documentation, and <code>examples/</code> of Bootstrap usage. Beyond that, any other included file provides support for packages, license information, and development.</p> <!-- Template |
