2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

hide sections of homepage and quick start

This commit is contained in:
Mark Otto
2014-11-25 17:40:08 -08:00
parent 7ca73b7542
commit 6a810551d0
2 changed files with 6 additions and 2 deletions
+4
View File
@@ -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 %}