aboutsummaryrefslogtreecommitdiff
path: root/docs/getting-started
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-11-25 17:40:08 -0800
committerMark Otto <[email protected]>2014-11-25 17:40:08 -0800
commit6a810551d0fa265d83322094d4c518e21e1b603b (patch)
treec332f4da68feebb9d258458129ffcf929c56b738 /docs/getting-started
parent7ca73b75424606cf4614e808ca0b36eedc03a732 (diff)
downloadbootstrap-6a810551d0fa265d83322094d4c518e21e1b603b.tar.xz
bootstrap-6a810551d0fa265d83322094d4c518e21e1b603b.zip
hide sections of homepage and quick start
Diffstat (limited to 'docs/getting-started')
-rw-r--r--docs/getting-started/quick-start.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/getting-started/quick-start.md b/docs/getting-started/quick-start.md
index adf715d77..6b1e68220 100644
--- a/docs/getting-started/quick-start.md
+++ b/docs/getting-started/quick-start.md
@@ -5,6 +5,9 @@ title: Quick start
Quickly add Bootstrap to your project via the [Bootstrap CDN](http://bootstrapcdn.com), graciously provided by the [MaxCDN](http://www.maxcdn.com/) folks. Copy-paste the stylesheet `<link>` into your `<head>` before all other stylesheets.
+**Disabled for v4 during alpha releases.**
+
+{% comment %}
{% highlight html %}
<link rel="stylesheet" href="{{ site.cdn.css }}">
{% endhighlight %}
@@ -42,3 +45,4 @@ Put it all together and your pages should look like this:
{% endhighlight %}
And that's it. Happy Bootstrapping!
+{% endcomment %}