From 7d6e420eb42112c7c997090b4bffd20268d3bf4a Mon Sep 17 00:00:00 2001 From: Nimit Bhargava Date: Sun, 10 Nov 2019 14:53:41 +0530 Subject: [PATCH] fix($docs): Fixed typo (#1997) --- packages/docs/docs/guide/deploy.md | 2 +- packages/docs/docs/guide/getting-started.md | 2 +- packages/docs/docs/miscellaneous/local-development.md | 6 +++--- 3 files changed, 5 insertions(+), 5 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 diff --git a/packages/docs/docs/miscellaneous/local-development.md b/packages/docs/docs/miscellaneous/local-development.md index 2c97350aae..431dbaa64d 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). @@ -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