From e615ae053c816fa477d158562e20ecaf2609128d Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 13 Jun 2015 14:05:25 -0700 Subject: overhaul nav and shit again - drop the index pages save for examples - comment out the extend section for now - fix up spacing fix on team list --- docs/getting-started/index.md | 54 ------------------------------------------- 1 file changed, 54 deletions(-) delete mode 100644 docs/getting-started/index.md (limited to 'docs/getting-started/index.md') diff --git a/docs/getting-started/index.md b/docs/getting-started/index.md deleted file mode 100644 index 6127f3873..000000000 --- a/docs/getting-started/index.md +++ /dev/null @@ -1,54 +0,0 @@ ---- -layout: page -title: Getting started ---- - -Quickly add Bootstrap to your project via the [Bootstrap CDN](http://bootstrapcdn.com), graciously provided by the [MaxCDN](http://www.maxcdn.com/) folks. - -## Include CSS and JS - -Copy-paste the stylesheet `` into your `` before all other stylesheets. - -
- Heads up! Much of this page will be inaccurate during the v4 alpha releases. -
- -{% highlight html %} - -{% endhighlight %} - -Then, add the Bootstrap JavaScript—and jQuery—near the end of your pages. It's best placed right before the closing `` tag. Be sure to place jQuery first as our code depends on it. - -{% highlight html %} - - -{% endhighlight %} - -## Page template - -Be sure to have your pages set up with the latest design and development standards. That means: - -* Using an HTML5 doctype -* Forcing Internet Explorer to use its latest rendering mode ([read more]()) -* And, utilizing the viewport meta tag. - -Put it all together and your pages should look like this: - -{% highlight html %} - - - - - - - - -

Hello, world!

- - - - - -{% endhighlight %} - -And that's it. Happy Bootstrapping! -- cgit v1.2.3