Skip to content

Commit f7b5e99

Browse files
committed
docs: fix nav and some enhancements
1 parent 2526212 commit f7b5e99

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

packages/docs/docs/.vuepress/nav/zh.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ module.exports = [
2727
},
2828
{
2929
text: '官方插件',
30-
link: '/plugin/official.html'
30+
link: '/zh/plugin/official.html'
3131
}
3232
]
3333
},
@@ -57,11 +57,11 @@ module.exports = [
5757
items: [
5858
{
5959
text: '设计理念',
60-
link: '/miscellaneous/design-concepts.html'
60+
link: '/zh/miscellaneous/design-concepts.html'
6161
},
6262
{
6363
text: '从 0.x.x 迁移',
64-
link: '/miscellaneous/migration-guide.html'
64+
link: '/zh/miscellaneous/migration-guide.html'
6565
}
6666
]
6767
},

packages/docs/docs/miscellaneous/design-concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,6 @@ With the goal of decoupling, we were able to separate VuePress into the followin
193193
- [@vuepress/core](https://github.com/vuejs/vuepress/tree/master/packages/@vuepress/core):Including the core implementation of `dev`, `build` and `Plugin API`;
194194
- [@vuepress/theme-default](https://github.com/vuejs/vuepress/tree/master/packages/@vuepress/theme-default):The default theme you see now.
195195

196-
Of course, for most users, you don't need to care about the three libraries. Package [vuepress](https://www.npmjs.com/search?Q=vuepress) has already assembled the three packages together, so you can use VuePress like `0.x`.
196+
Of course, for most users, you don't need to care about these three libraries, package [vuepress](https://www.npmjs.com/search?Q=vuepress) has already assembled them together, so you can use VuePress like `0.x`.
197197

198198

packages/docs/docs/zh/miscellaneous/design-concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,4 +193,4 @@ i18n UI 最终的路由将是 `/i18n/`.
193193
- [@vuepress/core](https://github.com/vuejs/vuepress/tree/master/packages/@vuepress/core):包含 dev、build 的核心实现和 Plugin API;
194194
- [@vuepress/theme-default](https://github.com/vuejs/vuepress/tree/master/packages/@vuepress/theme-default):你现在所看到的默认主题。
195195

196-
当然,对于大多数用户来说,你并不需要关心上述三个库,[vuepress](https://www.npmjs.com/search?q=vuepress) 这个包已经将上述三个包组装在一起,你完全可以像 `0.x` 那样使用 VuePress。
196+
当然,对于大多数用户来说,你并不需要关心上述三个库,[vuepress](https://www.npmjs.com/search?q=vuepress) 这个包已经将上述三个包组装在一起,因此你完全可以像 `0.x` 那样使用 VuePress。

0 commit comments

Comments
 (0)