From: Mark Otto Date: Fri, 3 May 2013 21:13:06 +0000 (-0700) Subject: Merge branch 'bs3_cdn_docs_mention' into 3.0.0-wip X-Git-Tag: v3.0.0-rc1~378 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7cceaa69560b22acac6297d21a2e2e752d667912;p=thirdparty%2Fbootstrap.git Merge branch 'bs3_cdn_docs_mention' into 3.0.0-wip Conflicts: docs/docs.html --- 7cceaa69560b22acac6297d21a2e2e752d667912 diff --cc docs/docs.html index 3b092f8047,bd61e6a6b8..dd1964c835 --- a/docs/docs.html +++ b/docs/docs.html @@@ -19,28 -19,41 +19,41 @@@ title: Bootstrap Documentatio

Getting started

There are a few easy ways to quickly get started with Bootstrap, each one appealing to a different skill level and use case. Read through to see what suits your particular needs.

-
-
-

Compiled CSS and JS

-

The fastest way to get started: get the compiled and minified versions of our CSS, JavaScript, and fonts. No documentation or original source files are included.

-

Download Bootstrap

-
-
-

Latest source code

-

Get the original files for all CSS and JavaScript, along with a local copy of the docs by downloading the latest version directly from GitHub.

-

Download Bootstrap source

-
-
-

Clone or fork via GitHub

-

Clone the entire project or fork your own version of Bootstrap to make it your own by visiting us on GitHub.

-

GitHub repository

-
-
-

Bower

-

Install and manage the original files for all CSS and JavaScript, along with a local copy of the docs, using Bower.

- {% highlight bash %}$ bower install bootstrap{% endhighlight %} -
+ +

Download compiled CSS and JS

+

The fastest way to get started is to get the compiled and minified versions of our CSS, JavaScript, and fonts. No documentation or original source files are included.

+

Download Bootstrap

+ +
+ +

More download options

+
+

+ Download latest source code +

+

Get the original files for all CSS and JavaScript by downloading the latest version directly from GitHub.

+

+ Clone or fork via GitHub +

+

Clone the entire project or fork your own version of Bootstrap to make it your own by visiting us on GitHub.

+

+ Install with Bower +

+

Install and manage the original files for all CSS and JavaScript, along with a local copy of the docs, using Bower.

- {% highlight bash %}$ bower install bootstrap{% endhighlight %} ++ {% highlight bash %}$ bower install bootstrap{% endhighlight %}
+ +
+ +

Use the Bootstrap CDN

+

The folks over at NetDNA have graciously provided CDN support for Bootstrap's CSS and JavaScript. To use, swap your local instances for the Bootstrap CDN links listed below.

+ {% highlight html linenos %} + - ++ + + - ++ + {% endhighlight %}