Merge branch 'master' into docs_derp
This commit is contained in:
commit
0b75e2d738
3 changed files with 7 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue