From 7192eda17f730c46d6806e30e7a14e25c052202b Mon Sep 17 00:00:00 2001 From: Joshua Wong Date: Thu, 12 Dec 2019 11:07:30 +0900 Subject: [PATCH 1/5] Update UG with minimum required Node version --- docs/userGuide/gettingStarted.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/userGuide/gettingStarted.md b/docs/userGuide/gettingStarted.md index 4370822b51..35dd42b2b8 100644 --- a/docs/userGuide/gettingStarted.md +++ b/docs/userGuide/gettingStarted.md @@ -13,6 +13,7 @@ %%{{ icon_ticked }}%% a basic knowledge of [Markdown](https://www.markdownguide.org/basic-syntax/) and [HTML](https://www.w3schools.com/html/) syntax
%%{{ icon_ticked }}%% a basic knowledge of running CLI commands
%%{{ icon_ticked }}%% a recent version of [npm](https://www.npmjs.com/get-npm) installed + %%{{ icon_ticked }}%% [Node v8.11.3](https://nodejs.org) or higher installed **1. Install MarkBind** From c9b404f0b279359833c9cdefabc264508218a807 Mon Sep 17 00:00:00 2001 From: Joshua Wong Date: Fri, 13 Dec 2019 17:58:06 +0900 Subject: [PATCH 2/5] Fix according to comment --- docs/userGuide/gettingStarted.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/userGuide/gettingStarted.md b/docs/userGuide/gettingStarted.md index 35dd42b2b8..8be3b81202 100644 --- a/docs/userGuide/gettingStarted.md +++ b/docs/userGuide/gettingStarted.md @@ -13,7 +13,7 @@ %%{{ icon_ticked }}%% a basic knowledge of [Markdown](https://www.markdownguide.org/basic-syntax/) and [HTML](https://www.w3schools.com/html/) syntax
%%{{ icon_ticked }}%% a basic knowledge of running CLI commands
%%{{ icon_ticked }}%% a recent version of [npm](https://www.npmjs.com/get-npm) installed - %%{{ icon_ticked }}%% [Node v8.11.3](https://nodejs.org) or higher installed + %%{{ icon_ticked }}%% [Node v10.13.0](https://nodejs.org) or higher installed **1. Install MarkBind** From 155d455c50bee8d78325f61394e9e00508d7e75c Mon Sep 17 00:00:00 2001 From: Joshua Wong Date: Sat, 14 Dec 2019 23:10:54 +0900 Subject: [PATCH 3/5] Fix anchor style --- docs/userGuide/gettingStarted.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/userGuide/gettingStarted.md b/docs/userGuide/gettingStarted.md index 8be3b81202..2806d3bf6e 100644 --- a/docs/userGuide/gettingStarted.md +++ b/docs/userGuide/gettingStarted.md @@ -13,7 +13,7 @@ %%{{ icon_ticked }}%% a basic knowledge of [Markdown](https://www.markdownguide.org/basic-syntax/) and [HTML](https://www.w3schools.com/html/) syntax
%%{{ icon_ticked }}%% a basic knowledge of running CLI commands
%%{{ icon_ticked }}%% a recent version of [npm](https://www.npmjs.com/get-npm) installed - %%{{ icon_ticked }}%% [Node v10.13.0](https://nodejs.org) or higher installed + %%{{ icon_ticked }}%% [Node](https://nodejs.org) v10.13.0 or higher installed **1. Install MarkBind** From 379c25ef3d2b9f0eecef42f84c141cbc77caaa52 Mon Sep 17 00:00:00 2001 From: Joshua Wong Date: Sat, 14 Dec 2019 23:27:18 +0900 Subject: [PATCH 4/5] Fix Node.js naming --- docs/userGuide/gettingStarted.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/userGuide/gettingStarted.md b/docs/userGuide/gettingStarted.md index 2806d3bf6e..d2157c82ff 100644 --- a/docs/userGuide/gettingStarted.md +++ b/docs/userGuide/gettingStarted.md @@ -13,7 +13,7 @@ %%{{ icon_ticked }}%% a basic knowledge of [Markdown](https://www.markdownguide.org/basic-syntax/) and [HTML](https://www.w3schools.com/html/) syntax
%%{{ icon_ticked }}%% a basic knowledge of running CLI commands
%%{{ icon_ticked }}%% a recent version of [npm](https://www.npmjs.com/get-npm) installed - %%{{ icon_ticked }}%% [Node](https://nodejs.org) v10.13.0 or higher installed + %%{{ icon_ticked }}%% [Node.js](https://nodejs.org) v10.13.0 or higher installed **1. Install MarkBind** From 4aa9c079efec82a16d6dce8be16edaf48ec2fb84 Mon Sep 17 00:00:00 2001 From: Joshua Wong Date: Sun, 15 Dec 2019 23:32:26 +0900 Subject: [PATCH 5/5] Add breakline --- docs/userGuide/gettingStarted.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/userGuide/gettingStarted.md b/docs/userGuide/gettingStarted.md index d2157c82ff..9efe454e6a 100644 --- a/docs/userGuide/gettingStarted.md +++ b/docs/userGuide/gettingStarted.md @@ -12,7 +12,7 @@ %%{{ icon_ticked }}%% a basic knowledge of [Markdown](https://www.markdownguide.org/basic-syntax/) and [HTML](https://www.w3schools.com/html/) syntax
%%{{ icon_ticked }}%% a basic knowledge of running CLI commands
- %%{{ icon_ticked }}%% a recent version of [npm](https://www.npmjs.com/get-npm) installed + %%{{ icon_ticked }}%% a recent version of [npm](https://www.npmjs.com/get-npm) installed
%%{{ icon_ticked }}%% [Node.js](https://nodejs.org) v10.13.0 or higher installed