From cf965734cdfc5fb49255591b4a9c6eaee439c85c Mon Sep 17 00:00:00 2001 From: Raphael Ackermann Date: Tue, 15 Sep 2015 22:41:08 +0200 Subject: grammar. you're your way --> you're on your way --- docs/getting-started/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/getting-started/introduction.md') diff --git a/docs/getting-started/introduction.md b/docs/getting-started/introduction.md index 06ac547a2..8862754b8 100644 --- a/docs/getting-started/introduction.md +++ b/docs/getting-started/introduction.md @@ -31,7 +31,7 @@ Add our JavaScript plugins and jQuery near the end of your pages, right before t {% endhighlight %} -And that's it—you're your way to a fully Bootstrapped site. If you're at all unsure about the general page structure, keep reading for an example page template. +And that's it—you're on your way to a fully Bootstrapped site. If you're at all unsure about the general page structure, keep reading for an example page template. ## Starter template -- cgit v1.2.3 From 835e2a7fbeefb3448836411c02aeb05801d4875f Mon Sep 17 00:00:00 2001 From: Daniel Opitz Date: Tue, 22 Sep 2015 13:47:32 +0200 Subject: Update StackOverflow tag to `bootstrap-4`; closes #17675 --- docs/getting-started/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/getting-started/introduction.md') diff --git a/docs/getting-started/introduction.md b/docs/getting-started/introduction.md index 8862754b8..395d43f63 100644 --- a/docs/getting-started/introduction.md +++ b/docs/getting-started/introduction.md @@ -122,7 +122,7 @@ Stay up to date on the development of Bootstrap and reach out to the community w - 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)). +- Implementation help may be found at Stack Overflow (tagged [`bootstrap-4`](https://stackoverflow.com/questions/tagged/bootstrap-4)). - 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. -- cgit v1.2.3 From 6ebd6c4aab70fde4ab6dadc2ac7a982bb0932484 Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Fri, 9 Oct 2015 21:01:21 +0100 Subject: Add shrink-to-fit to getting started See https://github.com/twbs/bootstrap/pull/17793#issuecomment-146960473 --- docs/getting-started/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/getting-started/introduction.md') diff --git a/docs/getting-started/introduction.md b/docs/getting-started/introduction.md index 395d43f63..03c1079dc 100644 --- a/docs/getting-started/introduction.md +++ b/docs/getting-started/introduction.md @@ -49,7 +49,7 @@ Put it all together and your pages should look like this: - + -- cgit v1.2.3 From 3bc5fb947dabc2ec2ab52bbd29cb978a8a8f54f3 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Fri, 23 Oct 2015 22:35:22 -0700 Subject: Port #17729 to v4: Add SRI hashes to CDN links in docs [skip sauce] --- docs/getting-started/introduction.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/getting-started/introduction.md') diff --git a/docs/getting-started/introduction.md b/docs/getting-started/introduction.md index 03c1079dc..9fe3103e5 100644 --- a/docs/getting-started/introduction.md +++ b/docs/getting-started/introduction.md @@ -21,14 +21,14 @@ Looking to quickly add Bootstrap to your project? Use the Bootstrap CDN, provide Copy-paste the stylesheet `` into your `` before all other stylesheets to load our CSS. {% highlight html %} - + {% endhighlight %} Add our JavaScript plugins and jQuery near the end of your pages, right before the closing `` tag. Be sure to place jQuery first as our code depends on it. {% highlight html %} - + {% endhighlight %} And that's it—you're on your way to a fully Bootstrapped site. If you're at all unsure about the general page structure, keep reading for an example page template. @@ -53,14 +53,14 @@ Put it all together and your pages should look like this: - +

Hello, world!

- + {% endhighlight %} -- cgit v1.2.3 From 1f379a12cabbfbb0d87c823022a307fd8c119d25 Mon Sep 17 00:00:00 2001 From: David Beitey Date: Mon, 26 Oct 2015 10:38:56 +1000 Subject: Use Jekyll configuration for blog/slack URLs This reuses the existing URLs in the docs Jekyll configuration rather than hard coding. --- docs/getting-started/introduction.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/getting-started/introduction.md') diff --git a/docs/getting-started/introduction.md b/docs/getting-started/introduction.md index 9fe3103e5..845d3c97c 100644 --- a/docs/getting-started/introduction.md +++ b/docs/getting-started/introduction.md @@ -119,8 +119,8 @@ For improved cross-browser rendering, we use [Normalize.css](http://necolas.gith 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). +- Read and subscribe to [The Official Bootstrap Blog]({{ site.blog }}). +- Join [the official Slack room]({{ site.slack }}). - 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 [`bootstrap-4`](https://stackoverflow.com/questions/tagged/bootstrap-4)). - 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. -- cgit v1.2.3 From 6c42c6dfa4d7ba59ba407eb29611620d07918eb4 Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Fri, 13 Nov 2015 16:16:17 +0000 Subject: Add shrink-to-fit to responsive meta section --- docs/getting-started/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/getting-started/introduction.md') diff --git a/docs/getting-started/introduction.md b/docs/getting-started/introduction.md index 845d3c97c..6e9162c89 100644 --- a/docs/getting-started/introduction.md +++ b/docs/getting-started/introduction.md @@ -87,7 +87,7 @@ Bootstrap requires the use of the HTML5 doctype. Without it, you'll see some fun Bootstrap is developed *mobile first*, a strategy in which we optimize code for mobile devices first and then scale up components as necessary using CSS media queries. To ensure proper rendering and touch zooming for all devices, **add the responsive viewport meta tag** to your ``. {% highlight html %} - + {% endhighlight %} You can see an example of this in action in the [starter template](#starter-template). -- cgit v1.2.3