diff options
| author | Mark Otto <[email protected]> | 2015-08-10 11:11:35 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-08-10 11:11:35 -0700 |
| commit | 39a8402b650b4728e20770628237972fdb8a5483 (patch) | |
| tree | d0cb46f6a8a0f045a17a3c4bafedb3f4f0e4e3e3 /docs/getting-started | |
| parent | 7c87b75499fecef60cfb8509bf8eec3c94cae562 (diff) | |
| download | bootstrap-39a8402b650b4728e20770628237972fdb8a5483.tar.xz bootstrap-39a8402b650b4728e20770628237972fdb8a5483.zip | |
rip community as separate page, move to intro and restore table of contents on intro
Diffstat (limited to 'docs/getting-started')
| -rw-r--r-- | docs/getting-started/community.md | 15 | ||||
| -rw-r--r-- | docs/getting-started/introduction.md | 18 |
2 files changed, 18 insertions, 15 deletions
diff --git a/docs/getting-started/community.md b/docs/getting-started/community.md deleted file mode 100644 index 27dec7caf..000000000 --- a/docs/getting-started/community.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -layout: page -title: Community -group: getting-started ---- - -Stay up to date on the development of Bootstrap and reach out to the community with these helpful resources. - -- Read and subscribe to [The Official Bootstrap Blog](http://blog.getbootstrap.com/). -- Chat with fellow Bootstrappers using IRC in the `irc.freenode.net` server, in the [##twitter-bootstrap channel](irc://irc.freenode.net/%23twitter-bootstrap). -- For help using Bootstrap, ask on [StackOverflow using the tag `twitter-bootstrap-3`](https://stackoverflow.com/questions/tagged/twitter-bootstrap-3). -- Find inspiring examples of people building with Bootstrap at the [Bootstrap Expo](http://expo.getbootstrap.com). -- Developers should use the keyword `bootstrap` on packages which modify or add to the functionality of Bootstrap when distributing through [npm](https://www.npmjs.com/browse/keyword/bootstrap) or similar delivery mechanisms for maximum discoverability. - -You can also follow [@getbootstrap on Twitter](https://twitter.com/getbootstrap) for the latest gossip and awesome music videos. diff --git a/docs/getting-started/introduction.md b/docs/getting-started/introduction.md index d102b5c5a..28294e2d4 100644 --- a/docs/getting-started/introduction.md +++ b/docs/getting-started/introduction.md @@ -8,6 +8,11 @@ Bootstrap is the world's most popular framework for building responsive, mobile- Here's how to quickly get started with the Bootstrap CDN and a template starter page. +## Contents + +* Will be replaced with the ToC, excluding the "Contents" header +{:toc} + ## Quick start Looking to quickly add Bootstrap to your project? Use the Bootstrap CDN, provided for free by the folks at MaxCDN. Using a package manager or need to download the source files? [Head to the downloads page.]({{ site.baseurl }}/getting-started/download) @@ -107,3 +112,16 @@ Learn more about [box model and sizing at CSS Tricks](https://css-tricks.com/box ### Normalize.css For improved cross-browser rendering, we use [Normalize.css](http://necolas.github.io/normalize.css/) to correct small inconsistencies across browsers and devices. We further build on this with our own, slightly more opinionated styles with [Reboot]({{ site.baseurl }}/content/reboot/). + +## Community + +Stay up to date on the development of Bootstrap and reach out to the community with these helpful resources. + +- Follow [@getbootstrap on Twitter](https://twitter.com/getbootstrap). +- Read and subscribe to [The Official Bootstrap Blog](http://blog.getbootstrap.com). +- Join [the official Slack room](https://bootstrap-slack.herokuapp.com). +- Chat with fellow Bootstrappers in IRC. On the `irc.freenode.net` server, in the `##bootstrap` channel. +- Implementation help may be found at Stack Overflow (tagged [`twitter-bootstrap-3`](https://stackoverflow.com/questions/tagged/twitter-bootstrap-3)). +- Developers should use the keyword `bootstrap` on packages which modify or add to the functionality of Bootstrap when distributing through [npm](https://www.npmjs.com/browse/keyword/bootstrap) or similar delivery mechanisms for maximum discoverability. + +You can also follow [@getbootstrap on Twitter](https://twitter.com/getbootstrap) for the latest gossip and awesome music videos. |
