Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Rebert <code@rebertia.com>2014-12-05 22:49:53 +0300
committerChris Rebert <code@rebertia.com>2014-12-05 22:50:55 +0300
commit7e758f60fcb8f5391ea48cacf432c76e8b747909 (patch)
tree3a3f1f6e580928baf29e54fddc043ac6bd7bb768 /docs
parent1dd665c3ab7baed8e6a76245b022e02d14a04dc1 (diff)
Repeat warning comment about keeping "What's included" sections in sync
Refs #15238 [skip sauce]
Diffstat (limited to 'docs')
-rw-r--r--docs/_includes/getting-started/whats-included.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/_includes/getting-started/whats-included.html b/docs/_includes/getting-started/whats-included.html
index d18fb02787..42e2ea482f 100644
--- a/docs/_includes/getting-started/whats-included.html
+++ b/docs/_includes/getting-started/whats-included.html
@@ -30,7 +30,8 @@ bootstrap/
├── glyphicons-halflings-regular.ttf
└── glyphicons-halflings-regular.woff
{% endhighlight %}
-
+<!-- NOTE: This info is intentionally duplicated in the README.
+Copy any changes made here over to the README too. -->
<p>This is the most basic form of Bootstrap: precompiled files for quick drop-in usage in nearly any web project. We provide compiled CSS and JS (<code>bootstrap.*</code>), as well as compiled and minified CSS and JS (<code>bootstrap.min.*</code>). CSS <a href="https://developers.google.com/chrome-developer-tools/docs/css-preprocessors">source maps</a> (<code>bootstrap.*.map</code>) are available for use with certain browsers' developer tools. Fonts from Glyphicons are included, as is the optional Bootstrap theme.</p>
<h2 id="whats-included-source">Bootstrap source code</h2>