diff options
| author | Chris Rebert <[email protected]> | 2014-12-05 11:49:53 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-12-05 11:50:55 -0800 |
| commit | 7e758f60fcb8f5391ea48cacf432c76e8b747909 (patch) | |
| tree | 3a3f1f6e580928baf29e54fddc043ac6bd7bb768 /docs | |
| parent | 1dd665c3ab7baed8e6a76245b022e02d14a04dc1 (diff) | |
| download | bootstrap-7e758f60fcb8f5391ea48cacf432c76e8b747909.tar.xz bootstrap-7e758f60fcb8f5391ea48cacf432c76e8b747909.zip | |
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.html | 3 |
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 d18fb0278..42e2ea482 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> |
