aboutsummaryrefslogtreecommitdiff
path: root/docs/getting-started.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-01-03 13:18:12 -0800
committerMark Otto <[email protected]>2014-01-03 13:18:12 -0800
commit0b75e2d73848ee754fef5543393821d574d5a683 (patch)
tree9d373d4a9f5074aefdfd0b8f06f6d6e3b2fe5086 /docs/getting-started.html
parent9f44f17057455863cc20808fa7015e658529d6ba (diff)
parent007d61cfadc6f962fc3abc7119f7b9d68f7cd204 (diff)
downloadbootstrap-0b75e2d73848ee754fef5543393821d574d5a683.tar.xz
bootstrap-0b75e2d73848ee754fef5543393821d574d5a683.zip
Merge branch 'master' into docs_derp
Diffstat (limited to 'docs/getting-started.html')
-rw-r--r--docs/getting-started.html7
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