diff --git a/docs/docs.html b/docs/docs.html index bf46cb34ca..1350d667eb 100644 --- a/docs/docs.html +++ b/docs/docs.html @@ -22,17 +22,22 @@ title: Bootstrap Documentation

There are three 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

+

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

-

Project source code

+

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

-

Bower

+

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