Skip to content

docs: Remove @next tag in official plugins #2009

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

Merged
merged 1 commit into from
Nov 14, 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
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ metaTitle: A plugin of automatically activating sidebar links when page scrolls
## Install

```bash
yarn add -D @vuepress/plugin-active-header-links@next
# OR npm install -D @vuepress/plugin-active-header-links@next
yarn add -D @vuepress/plugin-active-header-links
# OR npm install -D @vuepress/plugin-active-header-links
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions packages/docs/docs/plugin/official/plugin-back-to-top.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ metaTitle: Back-To-Top Plugin | VuePress
## Install

```bash
yarn add -D @vuepress/plugin-back-to-top@next
# OR npm install -D @vuepress/plugin-back-to-top@next
yarn add -D @vuepress/plugin-back-to-top
# OR npm install -D @vuepress/plugin-back-to-top
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions packages/docs/docs/plugin/official/plugin-medium-zoom.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ metaTitle: Medium-Zoom Plugin | VuePress
## Install

```bash
yarn add -D @vuepress/plugin-medium-zoom@next
# OR npm install -D @vuepress/plugin-medium-zoom@next
yarn add -D @vuepress/plugin-medium-zoom
# OR npm install -D @vuepress/plugin-medium-zoom
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions packages/docs/docs/plugin/official/plugin-nprogress.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ metaTitle: Nprogress Plugin | VuePress
## Install

```bash
yarn add -D @vuepress/plugin-nprogress@next
# OR npm install -D @vuepress/plugin-nprogress@next
yarn add -D @vuepress/plugin-nprogress
# OR npm install -D @vuepress/plugin-nprogress
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions packages/docs/docs/plugin/official/plugin-pwa.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ metaTitle: PWA Plugin | VuePress
## Install

```bash
yarn add -D @vuepress/plugin-pwa@next
# OR npm install -D @vuepress/plugin-pwa@next
yarn add -D @vuepress/plugin-pwa
# OR npm install -D @vuepress/plugin-pwa
```

## Usage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ metaTitle: Register Components Plugin | VuePress
## Install

```bash
yarn add -D @vuepress/plugin-register-components@next
# OR npm install -D @vuepress/plugin-register-components@next
yarn add -D @vuepress/plugin-register-components
# OR npm install -D @vuepress/plugin-register-components
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions packages/docs/docs/plugin/official/plugin-search.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ metaTitle: Search Plugin | VuePress
## Install

```bash
yarn add -D @vuepress/plugin-search@next
# OR npm install -D @vuepress/plugin-search@next
yarn add -D @vuepress/plugin-search
# OR npm install -D @vuepress/plugin-search
```

::: tip
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ metaTitle: 页面滚动时自动激活侧边栏链接的插件 | VuePress
## 安装

```bash
yarn add -D @vuepress/plugin-active-header-links@next
# OR npm install -D @vuepress/plugin-active-header-links@next
yarn add -D @vuepress/plugin-active-header-links
# OR npm install -D @vuepress/plugin-active-header-links
```

## 使用
Expand Down
4 changes: 2 additions & 2 deletions packages/docs/docs/zh/plugin/official/plugin-back-to-top.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ metaTitle: Back-To-Top 插件 | VuePress
## 安装

```bash
yarn add -D @vuepress/plugin-back-to-top@next
# OR npm install -D @vuepress/plugin-back-to-top@next
yarn add -D @vuepress/plugin-back-to-top
# OR npm install -D @vuepress/plugin-back-to-top
```

## 使用
Expand Down
4 changes: 2 additions & 2 deletions packages/docs/docs/zh/plugin/official/plugin-medium-zoom.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ metaTitle: Medium-Zoom 插件 | VuePress
## 安装

```bash
yarn add -D @vuepress/plugin-medium-zoom@next
# OR npm install -D @vuepress/plugin-medium-zoom@next
yarn add -D @vuepress/plugin-medium-zoom
# OR npm install -D @vuepress/plugin-medium-zoom
```

## 使用
Expand Down
4 changes: 2 additions & 2 deletions packages/docs/docs/zh/plugin/official/plugin-nprogress.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ metaTitle: Nprogress 插件 | VuePress
## 安装

```bash
yarn add -D @vuepress/plugin-nprogress@next
# 或者 npm install -D @vuepress/plugin-nprogress@next
yarn add -D @vuepress/plugin-nprogress
# 或者 npm install -D @vuepress/plugin-nprogress
```

## 使用
Expand Down
4 changes: 2 additions & 2 deletions packages/docs/docs/zh/plugin/official/plugin-pwa.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ metaTitle: PWA 插件 | VuePress
## 安装

```bash
yarn add -D @vuepress/plugin-pwa@next
# OR npm install -D @vuepress/plugin-pwa@next
yarn add -D @vuepress/plugin-pwa
# OR npm install -D @vuepress/plugin-pwa
```

## 使用
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ metaTitle: 注册组件的插件 | VuePress
## 安装

```bash
yarn add -D @vuepress/plugin-register-components@next
# OR npm install -D @vuepress/plugin-register-components@next
yarn add -D @vuepress/plugin-register-components
# OR npm install -D @vuepress/plugin-register-components
```

## 使用
Expand Down
4 changes: 2 additions & 2 deletions packages/docs/docs/zh/plugin/official/plugin-search.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ metaTitle: Search 插件 | VuePress
## 安装

```bash
yarn add -D @vuepress/plugin-search@next
# OR npm install -D @vuepress/plugin-search@next
yarn add -D @vuepress/plugin-search
# OR npm install -D @vuepress/plugin-search
```

::: tip
Expand Down