]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
alphabetize the ordering
authorMark Otto <markdotto@gmail.com>
Wed, 26 Nov 2014 01:09:23 +0000 (17:09 -0800)
committerMark Otto <markdotto@gmail.com>
Wed, 26 Nov 2014 01:09:23 +0000 (17:09 -0800)
docs/getting-started/contents.md

index b5fec9e8269e77c450ff249a8503671b82e52b1a..b4427b9f5ffd376b343f93efc0d430a4db4a34c4 100644 (file)
@@ -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.