diff options
Diffstat (limited to 'docs/getting-started/contents.md')
| -rw-r--r-- | docs/getting-started/contents.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/getting-started/contents.md b/docs/getting-started/contents.md index ab9c63325..4f51ef049 100644 --- a/docs/getting-started/contents.md +++ b/docs/getting-started/contents.md @@ -1,6 +1,7 @@ --- layout: docs title: Contents +description: Learn about what's included in Bootstrap's precompiled and source code directories. group: getting-started --- @@ -12,7 +13,7 @@ Once downloaded, unzip the compressed folder and you'll see something like this: <!-- NOTE: This info is intentionally duplicated in the README. Copy any changes made here over to the README too. --> -{% highlight bash %} +{% highlight plaintext %} bootstrap/ ├── css/ │ ├── bootstrap.css @@ -30,7 +31,7 @@ This is the most basic form of Bootstrap: precompiled files for quick drop-in us The Bootstrap source code download includes the precompiled CSS and JavaScript assets, along with source Sass, JavaScript, and documentation. More specifically, it includes the following and more: -{% highlight bash %} +{% highlight plaintext %} bootstrap/ ├── dist/ │ ├── css/ |
