Skip to content

Commit 3771f59

Browse files
committed
docs($cn): rest official plugins
1 parent 0d1a1a5 commit 3771f59

15 files changed

+53
-59
lines changed

packages/docs/docs/plugin/official/plugin-back-to-top.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: back-to-top
44

55
# @vuepress/plugin-back-to-top
66

7-
> Back-to-top plugin.
7+
> Back-to-top plugin
88
99
## Install
1010

packages/docs/docs/plugin/official/plugin-blog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: blog
44

55
# @vuepress/plugin-blog
66

7-
> Blog plugin.
7+
> Blog plugin
88
99
## Install
1010

packages/docs/docs/plugin/official/plugin-google-analytics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: google-analytics
44

55
# @vuepress/plugin-google-analytics
66

7-
> Google analytics plugin for vuepress
7+
> Google analytics plugin
88
99
## Install
1010

packages/docs/docs/plugin/official/plugin-i18n-ui.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: i18n-ui
44

55
# @vuepress/plugin-i18n-ui
66

7-
> i18n-ui plugin for vuepress
7+
> i18n-ui plugin
88
99
## Install
1010

packages/docs/docs/plugin/official/plugin-last-updated.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,9 @@ title: last-updated
66

77
> last-updated plugin for vuepress
88
9-
> Note that this plugin has been included in the core.
10-
11-
## Install
12-
13-
```bash
14-
yarn add -D @vuepress/plugin-pagination
15-
# OR npm install -D @vuepress/plugin-pagination
16-
```
9+
::: warning Note
10+
Note that this plugin has been included in the core, you don't need to repeat the installation.
11+
:::
1712

1813
## Usage
1914

packages/docs/docs/plugin/official/plugin-medium-zoom.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: medium-zoom
44

55
# @vuepress/plugin-medium-zoom
66

7-
> medium-zoom plugin for vuepress
7+
> [medium-zoom](https://github.com/francoischalifour/medium-zoom) plugin
88
99
## Install
1010

packages/docs/docs/plugin/official/plugin-pagination.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: pagination
44

55
# @vuepress/plugin-pagination
66

7-
> pagination plugin for vuepress
7+
> pagination plugin
88
99
## Install
1010

@@ -21,7 +21,9 @@ module.exports = {
2121
}
2222
```
2323

24-
## postsFilter
24+
## Options
25+
26+
### postsFilter
2527

2628
- Type: `function`
2729
- Default:
@@ -30,7 +32,7 @@ module.exports = {
3032
(({ type }) => type === 'post')`
3133
```
3234

33-
## postsSorter
35+
### postsSorter
3436

3537
- Type: `function`
3638
- Default:

packages/docs/docs/plugin/official/plugin-pwa.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: pwa
44

55
# @vuepress/plugin-pwa
66

7-
> PWA plugin.
7+
> PWA plugin
88
99
## Install
1010

packages/docs/docs/plugin/official/plugin-search.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: search
44

55
# @vuepress/plugin-search
66

7-
> [Headers](../../miscellaneous/glossary.md#headers)-based search plugin.
7+
> [Headers](../../miscellaneous/glossary.md#headers)-based search plugin
88
99
## Install
1010

packages/docs/docs/zh/plugin/official/plugin-back-to-top.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ title: back-to-top
44

55
# @vuepress/plugin-back-to-top
66

7-
> Back-to-top plugin.
7+
> back-to-top 插件.
88
9-
## Install
9+
## 安装
1010

1111
```bash
1212
yarn add -D @vuepress/plugin-back-to-top
1313
# OR npm install -D @vuepress/plugin-back-to-top
1414
```
1515

16-
## Usage
16+
## 使用
1717

1818
```javascript
1919
module.exports = {

0 commit comments

Comments
 (0)