11export const zhSidebar = [
22 {
33 text : 'RustFS 安装指南' ,
4- link : '/zh/installation/index' ,
54 collapsed : true ,
65 home : true ,
76 items : [
@@ -34,8 +33,8 @@ export const zhSidebar = [
3433 } ,
3534 {
3635 text : '安装检查清单' ,
37- link : '/zh/installation/checklists' ,
3836 collapsed : true ,
37+ home : true ,
3938 items : [
4039 {
4140 text : '硬件要求' ,
@@ -61,13 +60,11 @@ export const zhSidebar = [
6160 } ,
6261 {
6362 text : '管理 RustFS' ,
64- link : '/zh/management/index' ,
6563 collapsed : true ,
6664 home : true ,
6765 items : [
6866 {
6967 text : '对象管理' ,
70- link : '/zh/management/object' ,
7168 collapsed : true ,
7269 items : [
7370 {
@@ -98,7 +95,6 @@ export const zhSidebar = [
9895 } ,
9996 {
10097 text : '存储桶管理' ,
101- link : '/zh/management/bucket' ,
10298 collapsed : true ,
10399 items : [
104100 {
@@ -140,7 +136,6 @@ export const zhSidebar = [
140136 // },
141137 {
142138 text : 'IAM 管理' ,
143- link : '/zh/management/iam/index' ,
144139 collapsed : true ,
145140 items : [
146141 // {
@@ -190,7 +185,6 @@ export const zhSidebar = [
190185 // },
191186 {
192187 text : '故障排查' ,
193- link : '/zh/management/troubleshooting' ,
194188 collapsed : true ,
195189 items : [
196190 {
@@ -316,7 +310,6 @@ export const zhSidebar = [
316310 } ,
317311 {
318312 text : '开发者' ,
319- link : '/zh/developer/index' ,
320313 collapsed : true ,
321314 home : true ,
322315 items : [
@@ -334,7 +327,6 @@ export const zhSidebar = [
334327 } ,
335328 {
336329 text : 'SDK' ,
337- link : '/zh/developer/sdk' ,
338330 collapsed : true ,
339331 items : [
340332 {
0 commit comments