From 2ef6e02c012f786799866338c5f6756775a7537d Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 25 Nov 2014 17:09:23 -0800 Subject: [PATCH] alphabetize the ordering --- docs/getting-started/contents.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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.