From 35c90fe13d65ee14283373d4afba316c68bb4e8d Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 10 Jul 2014 02:24:13 -0700 Subject: rewrite getting started quick start and download in markdown --- docs/_includes/getting-started/download.html | 46 ---------------------------- 1 file changed, 46 deletions(-) delete mode 100644 docs/_includes/getting-started/download.html (limited to 'docs/_includes/getting-started/download.html') diff --git a/docs/_includes/getting-started/download.html b/docs/_includes/getting-started/download.html deleted file mode 100644 index 5e9bfd838..000000000 --- a/docs/_includes/getting-started/download.html +++ /dev/null @@ -1,46 +0,0 @@ -
-

Download

- -

Bootstrap (currently v{{ site.current_version }}) has a few easy ways to quickly get started, each one appealing to a different skill level and use case. Read through to see what suits your particular needs.

- -
-
-

Bootstrap

-

Compiled and minified CSS and JavaScript. No docs or original source files are included.

-

- Download Bootstrap -

-
-
-

Source code

-

Source Less, JavaScript, and documentation. Requires a Less compiler and some setup.

-

- Download source -

-
-
-

Sass

-

Bootstrap ported from Less to Sass for easy inclusion in Rails, Compass, or Sass-only projects.

-

- Download Sass -

-
-
- -

Bootstrap CDN

-

The folks over at MaxCDN graciously provide CDN support for Bootstrap's CSS and JavaScript. Just use these Bootstrap CDN links.

-{% highlight html %} - - - - - - - - -{% endhighlight %} - -

Install with Bower

-

Install and manage Bootstrap's Less, CSS, and JavaScript using Bower.

- {% highlight bash %}$ bower install bootstrap{% endhighlight %} -
-- cgit v1.2.3