aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-08-18 23:51:59 -0700
committerMark Otto <[email protected]>2015-08-18 23:51:59 -0700
commit624723f4c3e68aa6f46c1283eb52981a10ffff72 (patch)
treea67977fbb911dd225f14aa27866eb916cc137b74 /docs
parent1020297f0a6bfb35dd61faa8afd3edcb863c92c3 (diff)
downloadbootstrap-624723f4c3e68aa6f46c1283eb52981a10ffff72.tar.xz
bootstrap-624723f4c3e68aa6f46c1283eb52981a10ffff72.zip
links, disable downloads, alert package manager downloads
Diffstat (limited to 'docs')
-rw-r--r--docs/getting-started/download.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/getting-started/download.md b/docs/getting-started/download.md
index fcb17ebc0..5dc3d5c38 100644
--- a/docs/getting-started/download.md
+++ b/docs/getting-started/download.md
@@ -12,7 +12,10 @@ group: getting-started
### Compiled
Download just the compiled and minified CSS and JavaScript. Doesn't include any documentation or original source files.
+{% comment %}
<a href="{{ site.download.dist }}" class="btn btn-bs btn-outline" onclick="ga('send', 'event', 'Getting started', 'Download', 'Download compiled');">Download Bootstrap</a>
+{% endcomment %}
+<span class="text-muted">Coming soon!</span>
{% endmarkdown %}
</div>
<div class="col-sm-6">
@@ -29,6 +32,10 @@ Download everything: source Sass, JavaScript, and documentation files. **Require
Pull in Bootstrap's **source files** into nearly any project with some of the most popular package managers. No matter the package manager, Bootstrap will **require a Sass compiler and [Autoprefixer](https://github.com/postcss/autoprefixer)** for a setup that matches our official compiled versions.
+{% callout warning %}
+**Heads up!** Not all package managers have the v4 alpha published yet, but we should have them up shortly!
+{% endcallout %}
+
### Bower
Install and manage Bootstrap's Sass and JavaScript using [Bower](http://bower.io).