diff options
| author | Chris Rebert <[email protected]> | 2014-01-03 12:14:20 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-01-03 12:14:20 -0800 |
| commit | 096a72d8975e41f395cea4e3e84aec1744d25165 (patch) | |
| tree | 3a94ba8a20ec174b6244bc4903a7653aa98d10d4 | |
| parent | 71688061b40d2e1bfd39b5e16ae9ae780485d43d (diff) | |
| parent | 63df2ced6ebb173606cf53a84e8f02508823ca1f (diff) | |
| download | bootstrap-096a72d8975e41f395cea4e3e84aec1744d25165.tar.xz bootstrap-096a72d8975e41f395cea4e3e84aec1744d25165.zip | |
Merge pull request #12081 from Quy/master
Update source code download structure
| -rw-r--r-- | docs/getting-started.html | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/getting-started.html b/docs/getting-started.html index 4a4ab1211..cdf614ecf 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -102,12 +102,13 @@ bootstrap/ │ ├── css/ │ ├── js/ │ └── fonts/ -├── docs/assets/ -├── examples/ -└── *.html +└── docs/ + ├── assets/ + ├── examples/ + └── *.html {% 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 <code>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> <!-- Template |
