-
Notifications
You must be signed in to change notification settings - Fork 4.7k
/
Copy pathzh.js
57 lines (57 loc) · 1.02 KB
/
zh.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
module.exports = [
{
text: '指南',
link: '/zh/guide/',
},
{
text: 'API',
link: '/zh/api/'
},
{
text: '插件',
link: '/zh/plugin/'
},
{
text: '主题',
link: '/zh/theme/'
},
{
text: '了解更多',
items: [
{
text: '开发指南',
items: [
{
text: '设计理念',
link: '/zh/miscellaneous/design-concepts.html'
},
{
text: 'FAQ',
link: '/zh/faq/',
},
{
text: '术语',
link: '/zh/miscellaneous/glossary.html'
},
]
},
{
text: '其他',
items: [
{
text: '从 0.x 迁移',
link: '/zh/miscellaneous/migration-guide.html'
},
{
text: 'Changelog',
link: 'https://github.com/vuejs/vuepress/blob/master/CHANGELOG.md'
}
]
}
]
},
{
text: '0.x',
link: 'https://vuepress.vuejs.org/'
},
]