From 537b5f012771069b182aabab651eff9723d785b0 Mon Sep 17 00:00:00 2001 From: Jan Karlo Dela Cruz Date: Fri, 11 Aug 2017 14:26:51 +0100 Subject: Fix broken links in documentation. (#23315) --- docs/4.0/getting-started/webpack.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/4.0/getting-started/webpack.md') diff --git a/docs/4.0/getting-started/webpack.md b/docs/4.0/getting-started/webpack.md index 84ad74c7f..ec748c48e 100644 --- a/docs/4.0/getting-started/webpack.md +++ b/docs/4.0/getting-started/webpack.md @@ -8,11 +8,11 @@ toc: true ## Installing Bootstrap -[Install bootstrap](/getting-started/download/#npm) as a node module using npm. +[Install bootstrap]({{ site.baseurl }}/docs/{{ site.docs_version }}/getting-started/download/#npm) as a node module using npm. ## Importing JavaScript -Import [Bootstrap's JavaScript](/getting-started/javascript/) by adding this line to your app's entry point (usually `index.js` or `app.js`): +Import [Bootstrap's JavaScript]({{ site.baseurl }}/docs/{{ site.docs_version }}/getting-started/javascript/) by adding this line to your app's entry point (usually `index.js` or `app.js`): {% highlight js %} import 'bootstrap'; @@ -55,7 +55,7 @@ Notice that if you chose to **import plugins individually**, you must also insta To enjoy the full potential of Bootstrap and customize it to your needs, use the source files as a part of your project's bundling process. -First, create your own `_custom.scss` and use it to override the [built-in custom variables](/getting-started/options/). Then, use your main sass file to import your custom variables, followed by Bootstrap: +First, create your own `_custom.scss` and use it to override the [built-in custom variables]({{ site.baseurl }}/docs/{{ site.docs_version }}/getting-started/options/). Then, use your main sass file to import your custom variables, followed by Bootstrap: {% highlight scss %} @import "custom"; @import "~bootstrap/scss/bootstrap"; -- cgit v1.2.3 From 716e1247bf70d2fb57065179846fe1d423ace369 Mon Sep 17 00:00:00 2001 From: Steven Black Date: Fri, 11 Aug 2017 11:50:03 -0400 Subject: =?UTF-8?q?=E2=80=9CSass=E2=80=9D=20is=20standard=20in=20text=20an?= =?UTF-8?q?d=20headings.=20(#23328)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/4.0/getting-started/webpack.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/4.0/getting-started/webpack.md') diff --git a/docs/4.0/getting-started/webpack.md b/docs/4.0/getting-started/webpack.md index ec748c48e..d1a40cfed 100644 --- a/docs/4.0/getting-started/webpack.md +++ b/docs/4.0/getting-started/webpack.md @@ -51,7 +51,7 @@ Notice that if you chose to **import plugins individually**, you must also insta ## Importing Styles -### Importing Precompiled SASS +### Importing Precompiled Sass To enjoy the full potential of Bootstrap and customize it to your needs, use the source files as a part of your project's bundling process. -- cgit v1.2.3 From 44dcc8d719a9f3a45915db1f6136457682d7c628 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 27 Sep 2017 16:47:38 +0300 Subject: Make Node.js 6 the minimum version. Also, be consistent with Node.js' name. --- docs/4.0/getting-started/webpack.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/4.0/getting-started/webpack.md') diff --git a/docs/4.0/getting-started/webpack.md b/docs/4.0/getting-started/webpack.md index d1a40cfed..04af8d4f6 100644 --- a/docs/4.0/getting-started/webpack.md +++ b/docs/4.0/getting-started/webpack.md @@ -8,7 +8,7 @@ toc: true ## Installing Bootstrap -[Install bootstrap]({{ site.baseurl }}/docs/{{ site.docs_version }}/getting-started/download/#npm) as a node module using npm. +[Install bootstrap]({{ site.baseurl }}/docs/{{ site.docs_version }}/getting-started/download/#npm) as a Node.js module using npm. ## Importing JavaScript -- cgit v1.2.3