Skip to content

Commit

Permalink
docs: vuepress guide about the api package
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Apr 17, 2019
1 parent 7701571 commit aa2f71b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
5 changes: 3 additions & 2 deletions packages/docs/src/guide/vuepress.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ Vuepress 1.x is in alpha stage and is not stable, so our plugin may also have po

### Installation

Install `@vssue/vuepress-plugin-vssue` via NPM:
Install `@vssue/vuepress-plugin-vssue` and API package via NPM:

```bash
npm install -D @vssue/vuepress-plugin-vssue
npm install @vssue/vuepress-plugin-vssue
npm install @vssue/api-github-v3
```

### Use the plugin
Expand Down
3 changes: 2 additions & 1 deletion packages/docs/src/pt-BR/guide/vuepress.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ O Vuepress 1.x está no estágio alpha e não é estável, então nosso plugin t
Instalar o `@vssue/vuepress-plugin-vssue` via NPM:

```bash
npm install -D @vssue/vuepress-plugin-vssue
npm install @vssue/vuepress-plugin-vssue
npm install @vssue/api-github-v3
```

### Usando o plugin
Expand Down
5 changes: 3 additions & 2 deletions packages/docs/src/zh/guide/vuepress.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ Vuepress v1.0+ 开始支持插件。

### 安装

通过 NPM 安装 `@vssue/vuepress-plugin-vssue`
通过 NPM 安装 `@vssue/vuepress-plugin-vssue` 和你需要使用的 API 包

```bash
npm install -D @vssue/vuepress-plugin-vssue
npm install @vssue/vuepress-plugin-vssue
npm install @vssue/api-github-v3
```

### 使用插件
Expand Down

0 comments on commit aa2f71b

Please sign in to comment.