Skip to content

Commit 8dbc1a9

Browse files
committed
docs: some tweaks
1 parent 05f4f15 commit 8dbc1a9

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

packages/docs/docs/config/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ Provide config options to the used theme. The options will vary depending on the
179179
- Type: `Object|Array`
180180
- Default: `undefined`
181181

182-
Please refer to [plugin API > Using a plugin](../plugin/README.md#using-a-plugin) to leran how to use a plugin.
182+
Please refer to [Plugin > Using a plugin](../plugin/README.md#using-a-plugin) to leran how to use a plugin.
183183

184184
## Markdown
185185

packages/docs/docs/theme/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -239,4 +239,4 @@ The plugin whose name starts with `@vuepress/theme-` is an officially maintained
239239
- Type: `Array|Object`
240240
- Default: undefined
241241

242-
See: [Config > plugins](../config/README.md#plugins).
242+
See: [Plugin > Using a plugin](../plugin/README.md#using-a-plugin).

packages/docs/docs/zh/config/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ VuePress provides a convenient way to add extra styles. you can create an `.vuep
174174
- Type: `Object|Array`
175175
- Default: `undefined`
176176

177-
请参考 [plugin API > Using a plugin](../plugin/README.md#using-a-plugin) 来使用一个插件。
177+
请参考 [plugin > Using a plugin](../plugin/README.md#using-a-plugin) 来使用一个插件。
178178

179179
## Markdown
180180

packages/docs/docs/zh/plugin/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ sidebar: auto
44

55
# Plugins
66

7+
> To be translated soon.
8+
79
## Writing a Plugin
810

911
Plugins usually add global-level functionality to VuePress. There is no strictly defined scope for a plugin - there are typically several types of plugins:

packages/docs/docs/zh/theme/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ sidebar: auto
44

55
# Theme
66

7+
> To be translated soon.
8+
79
::: tip
810
Theme components are subject to the same [browser API access restrictions](../guide/using-vue.md#browser-api-access-restrictions).
911
:::
@@ -239,4 +241,4 @@ The plugin whose name starts with `@vuepress/theme-` is an officially maintained
239241
- Type: `Array|Object`
240242
- Default: undefined
241243

242-
See: [Config > plugins](../config/README.md#plugins).
244+
See: [Plugin > Using a plugin](../plugin/README.md#using-a-plugin).

0 commit comments

Comments
 (0)