From 624723f4c3e68aa6f46c1283eb52981a10ffff72 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 18 Aug 2015 23:51:59 -0700 Subject: [PATCH] links, disable downloads, alert package manager downloads --- _config.yml | 5 ++--- docs/getting-started/download.md | 7 +++++++ 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index e3b4d05fcc..c4840edad8 100644 --- a/_config.yml +++ b/_config.yml @@ -28,9 +28,8 @@ sass_repo: https://github.com/twbs/bootstrap-sass slack: https://bootstrap-slack.herokuapp.com download: - source: https://github.com/twbs/bootstrap/archive/v3.3.5.zip - dist: https://github.com/twbs/bootstrap/releases/download/v3.3.5/bootstrap-3.3.5-dist.zip - sass: https://github.com/twbs/bootstrap-sass/archive/v3.3.5.tar.gz + source: https://github.com/twbs/bootstrap/archive/v4.0.0-alpha.zip + dist: https://github.com/twbs/bootstrap/releases/download/v4.0.0-alpha/bootstrap-4.0.0-alpha-dist.zip blog: http://blog.getbootstrap.com expo: http://expo.getbootstrap.com diff --git a/docs/getting-started/download.md b/docs/getting-started/download.md index fcb17ebc02..5dc3d5c387 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 %} Download Bootstrap +{% endcomment %} +Coming soon! {% endmarkdown %}
@@ -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).