@@ -53,8 +53,8 @@ function nav(): DefaultTheme.NavItem[] {
53
53
return [
54
54
{
55
55
text : '指南' ,
56
- link : '/getting-started' ,
57
- activeMatch : '/getting-started' ,
56
+ link : '/zh/ getting-started' ,
57
+ activeMatch : '/zh/ getting-started' ,
58
58
} ,
59
59
]
60
60
}
@@ -74,36 +74,36 @@ function sidebarGuide(): DefaultTheme.SidebarItem[] {
74
74
text : '制作器' ,
75
75
collapsed : false ,
76
76
items : [
77
- { text : 'aab' , link : '/ makers/aab/ ' } ,
78
- { text : 'apk' , link : '/ makers/apk/ ' } ,
79
- { text : 'appimage' , link : '/ makers/appimage/ ' } ,
80
- { text : 'deb' , link : '/ makers/deb/ ' } ,
81
- { text : 'dmg' , link : '/ makers/dmg/ ' } ,
82
- { text : 'exe' , link : '/ makers/exe/ ' } ,
83
- { text : 'ipa' , link : '/ makers/ipa/ ' } ,
84
- { text : 'msix' , link : '/ makers/msix/ ' } ,
85
- { text : 'pkg' , link : '/ makers/pkg/ ' } ,
86
- { text : 'rpm' , link : '/ makers/rpm/ ' } ,
87
- { text : 'zip' , link : '/ makers/zip/ ' } ,
77
+ { text : 'aab' , link : 'makers/aab' } ,
78
+ { text : 'apk' , link : 'makers/apk' } ,
79
+ { text : 'appimage' , link : 'makers/appimage' } ,
80
+ { text : 'deb' , link : 'makers/deb' } ,
81
+ { text : 'dmg' , link : 'makers/dmg' } ,
82
+ { text : 'exe' , link : 'makers/exe' } ,
83
+ { text : 'ipa' , link : 'makers/ipa' } ,
84
+ { text : 'msix' , link : 'makers/msix' } ,
85
+ { text : 'pkg' , link : 'makers/pkg' } ,
86
+ { text : 'rpm' , link : 'makers/rpm' } ,
87
+ { text : 'zip' , link : 'makers/zip' } ,
88
88
] ,
89
89
} ,
90
90
{
91
91
text : '发布器' ,
92
92
collapsed : false ,
93
93
items : [
94
- { text : 'appcenter' , link : '/ publishers/appcenter/ ' } ,
95
- { text : 'appstore' , link : '/ publishers/appstore/ ' } ,
96
- { text : 'fir' , link : '/ publishers/fir/ ' } ,
94
+ { text : 'appcenter' , link : 'publishers/appcenter' } ,
95
+ { text : 'appstore' , link : 'publishers/appstore' } ,
96
+ { text : 'fir' , link : 'publishers/fir' } ,
97
97
{
98
98
text : 'firebase-hosting' ,
99
- link : '/ publishers/firebase-hosting/ ' ,
99
+ link : 'publishers/firebase-hosting' ,
100
100
} ,
101
- { text : 'firebase' , link : '/ publishers/firebase/ ' } ,
102
- { text : 'github' , link : '/ publishers/github/ ' } ,
103
- { text : 'pgyer' , link : '/ publishers/pgyer/ ' } ,
104
- { text : 'playstore' , link : '/ publishers/playstore/ ' } ,
105
- { text : 'qiniu' , link : '/ publishers/qiniu/ ' } ,
106
- { text : 'vercel' , link : '/ publishers/vercel/ ' } ,
101
+ { text : 'firebase' , link : 'publishers/firebase' } ,
102
+ { text : 'github' , link : 'publishers/github' } ,
103
+ { text : 'pgyer' , link : 'publishers/pgyer' } ,
104
+ { text : 'playstore' , link : 'publishers/playstore' } ,
105
+ { text : 'qiniu' , link : 'publishers/qiniu' } ,
106
+ { text : 'vercel' , link : 'publishers/vercel' } ,
107
107
] ,
108
108
} ,
109
109
{
@@ -112,7 +112,7 @@ function sidebarGuide(): DefaultTheme.SidebarItem[] {
112
112
items : [
113
113
{
114
114
text : 'Parse App Package' ,
115
- link : '/ tools/parse-app-package/ ' ,
115
+ link : 'tools/parse-app-package' ,
116
116
} ,
117
117
] ,
118
118
} ,
0 commit comments