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 ---------------------------------------- docs/getting-started/overview.md | 54 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 54 insertions(+), 54 deletions(-) delete mode 100644 docs/getting-started/index.md create mode 100644 docs/getting-started/overview.md (limited to 'docs/getting-started') 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! diff --git a/docs/getting-started/overview.md b/docs/getting-started/overview.md new file mode 100644 index 000000000..6127f3873 --- /dev/null +++ b/docs/getting-started/overview.md @@ -0,0 +1,54 @@ +--- +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