@@ -66,19 +66,19 @@ function sidebarGuide(): DefaultTheme.SidebarItem[] {
66
66
text : 'Publishers' ,
67
67
collapsed : false ,
68
68
items : [
69
- { text : 'appcenter ' , link : 'publishers/appcenter' } ,
70
- { text : 'appstore ' , link : 'publishers/appstore' } ,
71
- { text : 'fir' , link : 'publishers/fir' } ,
69
+ { text : 'App Center ' , link : 'publishers/appcenter' } ,
70
+ { text : 'App Store ' , link : 'publishers/appstore' } ,
71
+ { text : 'fir.im ' , link : 'publishers/fir' } ,
72
72
{
73
- text : 'firebase-hosting ' ,
73
+ text : 'Firebase Hosting ' ,
74
74
link : 'publishers/firebase-hosting' ,
75
75
} ,
76
- { text : 'firebase ' , link : 'publishers/firebase' } ,
77
- { text : 'github ' , link : 'publishers/github' } ,
78
- { text : 'pgyer ' , link : 'publishers/pgyer' } ,
79
- { text : 'playstore ' , link : 'publishers/playstore' } ,
80
- { text : 'qiniu ' , link : 'publishers/qiniu' } ,
81
- { text : 'vercel ' , link : 'publishers/vercel' } ,
76
+ { text : 'Firebase ' , link : 'publishers/firebase' } ,
77
+ { text : 'GitHub ' , link : 'publishers/github' } ,
78
+ { text : 'Pgyer ' , link : 'publishers/pgyer' } ,
79
+ { text : 'Play Store ' , link : 'publishers/playstore' } ,
80
+ { text : 'Qiniu ' , link : 'publishers/qiniu' } ,
81
+ { text : 'Vercel ' , link : 'publishers/vercel' } ,
82
82
] ,
83
83
} ,
84
84
{
0 commit comments