From aa146582d6e4f23a36edf9bddb1570d16cd61f34 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 26 Apr 2013 20:51:48 -0700 Subject: [PATCH] Redo the getting started section to mention BootstrapCDN --- docs/assets/css/docs.css | 10 ++++++++ docs/docs.html | 53 +++++++++++++++++++++++++--------------- 2 files changed, 43 insertions(+), 20 deletions(-) diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 3f3a253c84..ad211d2fdd 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -13,6 +13,16 @@ body { /* We add the padding to the body for >768px only */ } +hr { + margin-top: 30px; + margin-bottom: 30px; +} + +.bs-docs-dl-options h4 { + margin-top: 15px; + margin-bottom: 5px; +} + .bs-docs-container, .bs-home-container { padding-left: 15px; diff --git a/docs/docs.html b/docs/docs.html index e62e44661f..bd61e6a6b8 100644 --- a/docs/docs.html +++ b/docs/docs.html @@ -19,28 +19,41 @@ title: Bootstrap Documentation

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.

+ +

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 %} -
+ +
+ +

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 %}