File tree Expand file tree Collapse file tree 8 files changed +70
-28
lines changed Expand file tree Collapse file tree 8 files changed +70
-28
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ export const navbarEn: NavbarConfig = [
24
24
text : 'Reference' ,
25
25
children : [
26
26
{
27
- text : 'VuePress ' ,
27
+ text : 'Core ' ,
28
28
children : [
29
29
{
30
30
text : 'CLI' ,
@@ -46,6 +46,19 @@ export const navbarEn: NavbarConfig = [
46
46
'/reference/bundler/webpack.md' ,
47
47
] ,
48
48
} ,
49
+ {
50
+ text : 'Ecosystem' ,
51
+ children : [
52
+ {
53
+ text : 'Default Theme' ,
54
+ link : 'https://ecosystem.vuejs.press/themes/default/' ,
55
+ } ,
56
+ {
57
+ text : 'Plugins' ,
58
+ link : 'https://ecosystem.vuejs.press/plugins/' ,
59
+ } ,
60
+ ] ,
61
+ } ,
49
62
] ,
50
63
} ,
51
64
@@ -68,13 +81,17 @@ export const navbarEn: NavbarConfig = [
68
81
text : 'Resources' ,
69
82
children : [
70
83
{
71
- text : 'Official Ecosystem' ,
84
+ text : 'Ecosystem' ,
72
85
link : 'https://ecosystem.vuejs.press/' ,
73
86
} ,
74
87
{
75
- text : 'VuePress MarketPlace' ,
88
+ text : 'MarketPlace' ,
76
89
link : 'https://marketplace.vuejs.press' ,
77
90
} ,
91
+ {
92
+ text : 'Awesome VuePress' ,
93
+ link : 'https://github.com/vuepress/awesome-vuepress' ,
94
+ } ,
78
95
{
79
96
text : 'Contributing Guide' ,
80
97
link : 'https://github.com/vuepress/core/blob/main/CONTRIBUTING.md' ,
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ export const navbarZh: NavbarConfig = [
24
24
text : '参考' ,
25
25
children : [
26
26
{
27
- text : 'VuePress ' ,
27
+ text : '核心 ' ,
28
28
children : [
29
29
'/zh/reference/cli.md' ,
30
30
'/zh/reference/config.md' ,
@@ -43,6 +43,19 @@ export const navbarZh: NavbarConfig = [
43
43
'/zh/reference/bundler/webpack.md' ,
44
44
] ,
45
45
} ,
46
+ {
47
+ text : '生态系统' ,
48
+ children : [
49
+ {
50
+ text : '默认主题' ,
51
+ link : 'https://ecosystem.vuejs.press/zh/themes/default/' ,
52
+ } ,
53
+ {
54
+ text : '插件' ,
55
+ link : 'https://ecosystem.vuejs.press/zh/plugins/' ,
56
+ } ,
57
+ ] ,
58
+ } ,
46
59
] ,
47
60
} ,
48
61
{
@@ -64,13 +77,17 @@ export const navbarZh: NavbarConfig = [
64
77
text : '其他资源' ,
65
78
children : [
66
79
{
67
- text : '官方生态系统 ' ,
80
+ text : '生态系统 ' ,
68
81
link : 'https://ecosystem.vuejs.press/zh/' ,
69
82
} ,
70
83
{
71
- text : 'VuePress 市场' ,
84
+ text : '市场' ,
72
85
link : 'https://marketplace.vuejs.press/zh/' ,
73
86
} ,
87
+ {
88
+ text : 'Awesome VuePress' ,
89
+ link : 'https://github.com/vuepress/awesome-vuepress' ,
90
+ } ,
74
91
{
75
92
text : '贡献指南' ,
76
93
link : 'https://github.com/vuepress/core/blob/main/CONTRIBUTING_zh.md' ,
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ export const sidebarEn: SidebarConfig = {
44
44
] ,
45
45
'/reference/' : [
46
46
{
47
- text : 'VuePress Reference ' ,
47
+ text : 'Core ' ,
48
48
collapsible : true ,
49
49
children : [
50
50
'/reference/cli.md' ,
@@ -58,17 +58,21 @@ export const sidebarEn: SidebarConfig = {
58
58
] ,
59
59
} ,
60
60
{
61
- text : 'Bundlers Reference' ,
62
- collapsible : true ,
61
+ text : 'Bundlers' ,
63
62
children : [ '/reference/bundler/vite.md' , '/reference/bundler/webpack.md' ] ,
64
63
} ,
65
64
{
66
- text : 'Official Ecosystem' ,
67
- link : 'https://ecosystem.vuejs.press/' ,
68
- } ,
69
- {
70
- text : 'VuePress Marketplace' ,
71
- link : 'https://marketplace.vuejs.press/' ,
65
+ text : 'Ecosystem' ,
66
+ children : [
67
+ {
68
+ text : 'Default Theme' ,
69
+ link : 'https://ecosystem.vuejs.press/themes/default/' ,
70
+ } ,
71
+ {
72
+ text : 'Plugins' ,
73
+ link : 'https://ecosystem.vuejs.press/plugins/' ,
74
+ } ,
75
+ ] ,
72
76
} ,
73
77
] ,
74
78
}
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ export const sidebarZh: SidebarConfig = {
44
44
] ,
45
45
'/zh/reference/' : [
46
46
{
47
- text : 'VuePress 参考 ' ,
47
+ text : '核心 ' ,
48
48
collapsible : true ,
49
49
children : [
50
50
'/zh/reference/cli.md' ,
@@ -58,20 +58,24 @@ export const sidebarZh: SidebarConfig = {
58
58
] ,
59
59
} ,
60
60
{
61
- text : '打包工具参考' ,
62
- collapsible : true ,
61
+ text : '打包工具' ,
63
62
children : [
64
63
'/zh/reference/bundler/vite.md' ,
65
64
'/zh/reference/bundler/webpack.md' ,
66
65
] ,
67
66
} ,
68
67
{
69
- text : '官方生态系统' ,
70
- link : 'https://ecosystem.vuejs.press/zh/' ,
71
- } ,
72
- {
73
- text : 'VuePress 市场' ,
74
- link : 'https://marketplace.vuejs.press/' ,
68
+ text : '生态系统' ,
69
+ children : [
70
+ {
71
+ text : '默认主题' ,
72
+ link : 'https://ecosystem.vuejs.press/zh/themes/default/' ,
73
+ } ,
74
+ {
75
+ text : '插件' ,
76
+ link : 'https://ecosystem.vuejs.press/zh/plugins/' ,
77
+ } ,
78
+ ] ,
75
79
} ,
76
80
] ,
77
81
}
Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ See the bundler reference for how to configure bundlers properly:
11
11
12
12
See the default theme reference for how to configure the default theme properly:
13
13
14
- - [ Default Theme > Config] ( https://ecosystem.vuejs.press/themes/default/config.html )
14
+ - [ Default Theme > Config] ( https://ecosystem.vuejs.press/themes/default/ )
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ Rendered as:
150
150
151
151
- Also see:
152
152
- [ Guide > Theme] ( ../guide/theme.md )
153
- - [ Default Theme > Config] ( https://ecosystem.vuejs.press/themes/default/config.md )
153
+ - [ Default Theme > Config] ( https://ecosystem.vuejs.press/themes/default/config.html )
154
154
155
155
## Bundler Config
156
156
Original file line number Diff line number Diff line change 11
11
12
12
请参阅默认主题参考,了解如何正确配置默认主题:
13
13
14
- - [ 默认主题 > 配置] ( https://ecosystem.vuejs.press/zh/themes/default/config.html )
14
+ - [ 默认主题 > 配置] ( https://ecosystem.vuejs.press/zh/themes/default/ )
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ export default {
149
149
150
150
- 参考:
151
151
- [ 指南 > 主题] ( ../guide/theme.md )
152
- - [ 默认主题 > 配置] ( https://ecosystem.vuejs.press/zh/themes/default/config.md )
152
+ - [ 默认主题 > 配置] ( https://ecosystem.vuejs.press/zh/themes/default/config.html )
153
153
154
154
## 打包工具配置
155
155
You can’t perform that action at this time.
0 commit comments