aboutsummaryrefslogtreecommitdiff
path: root/docs/getting-started
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-11-25 17:09:23 -0800
committerMark Otto <[email protected]>2014-11-25 17:09:23 -0800
commit2ef6e02c012f786799866338c5f6756775a7537d (patch)
tree46d25aaff222e70ee4fc48d7ee7d68db7db66712 /docs/getting-started
parent2a3680e18785f8b9dd06fbae9bd9ee065e435701 (diff)
downloadbootstrap-2ef6e02c012f786799866338c5f6756775a7537d.tar.xz
bootstrap-2ef6e02c012f786799866338c5f6756775a7537d.zip
alphabetize the ordering
Diffstat (limited to 'docs/getting-started')
-rw-r--r--docs/getting-started/contents.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/getting-started/contents.md b/docs/getting-started/contents.md
index b5fec9e82..b4427b9f5 100644
--- a/docs/getting-started/contents.md
+++ b/docs/getting-started/contents.md
@@ -36,13 +36,13 @@ The Bootstrap source code download includes the precompiled CSS and JavaScript a
{% highlight bash %}
bootstrap/
-├── less/
-├── js/
├── dist/
│ ├── css/
│ └── js/
-└── docs/
- └── examples/
+├── docs/
+│ └── examples/
+├── js/
+└── less/
{% endhighlight %}
The `less/` and `js/` are the source code for our CSS and JavaScript. The `dist/` folder includes everything listed in the precompiled download section above. The `docs/` folder includes the source code for our documentation, and `examples/` of Bootstrap usage. Beyond that, any other included file provides support for packages, license information, and development.