From: Mark Otto Date: Wed, 26 Nov 2014 01:09:23 +0000 (-0800) Subject: alphabetize the ordering X-Git-Tag: v4.0.0-alpha~554 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2ef6e02c012f786799866338c5f6756775a7537d;p=thirdparty%2Fbootstrap.git alphabetize the ordering --- diff --git a/docs/getting-started/contents.md b/docs/getting-started/contents.md index b5fec9e826..b4427b9f5f 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.