From 7e758f60fcb8f5391ea48cacf432c76e8b747909 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Fri, 5 Dec 2014 11:49:53 -0800 Subject: [PATCH] Repeat warning comment about keeping "What's included" sections in sync Refs #15238 [skip sauce] --- docs/_includes/getting-started/whats-included.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 %} - +

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 (bootstrap.*), as well as compiled and minified CSS and JS (bootstrap.min.*). CSS source maps (bootstrap.*.map) are available for use with certain browsers' developer tools. Fonts from Glyphicons are included, as is the optional Bootstrap theme.

Bootstrap source code