From 164bf6cd075239db5b8cbef0cf8bae67246d38a1 Mon Sep 17 00:00:00 2001 From: Nimit Bhargava Date: Mon, 4 Nov 2019 18:39:06 +0530 Subject: [PATCH 1/3] fix - typos --- packages/docs/docs/miscellaneous/local-development.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/docs/docs/miscellaneous/local-development.md b/packages/docs/docs/miscellaneous/local-development.md index 2c97350aae..e9ec5d4ade 100644 --- a/packages/docs/docs/miscellaneous/local-development.md +++ b/packages/docs/docs/miscellaneous/local-development.md @@ -4,9 +4,9 @@ sidebar: auto # Local Development -## Informations +## Information -If you here youh may be intereset of improve core VuePress. +If you here you may be interested in improving core VuePress. VuePress is using a combo with [Yarn workspaces](https://yarnpkg.com/lang/en/docs/workspaces/) and [Lerna](https://github.com/lerna/lerna). From 80210c2463186ed1a8b9bfd930e1b2894fd222d0 Mon Sep 17 00:00:00 2001 From: Nimit Bhargava Date: Mon, 4 Nov 2019 19:01:43 +0530 Subject: [PATCH 2/3] fix - typos --- packages/docs/docs/miscellaneous/local-development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/docs/docs/miscellaneous/local-development.md b/packages/docs/docs/miscellaneous/local-development.md index e9ec5d4ade..431dbaa64d 100644 --- a/packages/docs/docs/miscellaneous/local-development.md +++ b/packages/docs/docs/miscellaneous/local-development.md @@ -29,7 +29,7 @@ Check the link by running the following command: You will all symlinks :::warning -You have to take care to declare all dependencies inside subFolders package.json. When publish the lib if dependencie from a package is not declare it will just not work. +You have to take care to declare all dependencies inside subFolders package.json. When publish the lib if dependencies from a package is not declare it will just not work. ::: :::warning From c91d097c5de125b5503e1eb57a2e57c7961c6805 Mon Sep 17 00:00:00 2001 From: Nimit Bhargava Date: Mon, 4 Nov 2019 19:09:01 +0530 Subject: [PATCH 3/3] adding links for Netlify --- packages/docs/docs/guide/deploy.md | 2 +- packages/docs/docs/guide/getting-started.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/docs/docs/guide/deploy.md b/packages/docs/docs/guide/deploy.md index 909256769b..24d20df5fd 100644 --- a/packages/docs/docs/guide/deploy.md +++ b/packages/docs/docs/guide/deploy.md @@ -121,7 +121,7 @@ pages: ## Netlify -1. On Netlify, setup up a new project from GitHub with the following settings: +1. On [Netlify](https://netlify.com), setup up a new project from GitHub with the following settings: - **Build Command:** `npm run docs:build` or `yarn docs:build` - **Publish directory:** `docs/.vuepress/dist` diff --git a/packages/docs/docs/guide/getting-started.md b/packages/docs/docs/guide/getting-started.md index 3fda7e1044..a98d6661e5 100644 --- a/packages/docs/docs/guide/getting-started.md +++ b/packages/docs/docs/guide/getting-started.md @@ -24,7 +24,7 @@ vuepress build ## Inside an Existing Project -If you have an existing project and would like to keep documentation inside the project, you should install VuePress as a local dependency. This setup also allows you to use CI or services like Netlify for automatic deployment on push. +If you have an existing project and would like to keep documentation inside the project, you should install VuePress as a local dependency. This setup also allows you to use CI or services like [Netlify](https://netlify.com) for automatic deployment on push. ``` bash # install as a local dependency