We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b282ef commit aed6934Copy full SHA for aed6934
docs/.vuepress/config.js
@@ -16,7 +16,12 @@ module.exports = {
16
lang: 'en-US',
17
selectText: 'Languages',
18
label: 'English',
19
- nav: [],
+ nav: [
20
+ {
21
+ text: 'Guide',
22
+ link: '/guide/',
23
+ },
24
+ ],
25
sidebar: {
26
'/guide/': [
27
'',
@@ -41,7 +46,12 @@ module.exports = {
41
46
lang: 'zh-CN',
42
47
selectText: '选择语言',
43
48
label: '简体中文',
44
49
50
51
+ text: '指南',
52
+ link: '/zh/guide/',
53
54
45
55
56
'/zh/guide/': [
57
0 commit comments