Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix($docs): Fixed typo (#1997) #1997

Merged
merged 3 commits into from
Nov 10, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/docs/docs/guide/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/docs/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions packages/docs/docs/miscellaneous/local-development.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand All @@ -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
Expand Down