@@ -4,19 +4,19 @@ export const enSidebar = [
44 collapsed : true ,
55 home : true ,
66 items : [
7- { text : 'What is RustFS' , link : '/en/ introduction' } ,
8- { text : 'Architecture' , link : '/en/ architecture' } ,
9- { text : 'Comparison with Other Storage' , link : '/en/ comparison' } ,
10- { text : 'Open Source License' , link : '/en/ license' } ,
7+ { text : 'What is RustFS' , link : '/introduction' } ,
8+ { text : 'Architecture' , link : '/architecture' } ,
9+ { text : 'Comparison with Other Storage' , link : '/comparison' } ,
10+ { text : 'Open Source License' , link : '/license' } ,
1111 {
12- text : 'Core Concepts' , link : '/en/ concepts/glossary' ,
12+ text : 'Core Concepts' , link : '/concepts/glossary' ,
1313 items : [
14- { text : 'Glossary' , link : '/en/ concepts/glossary' } ,
15- { text : 'Erasure Coding' , link : '/en/ concepts/erasure-coding' } ,
16- { text : 'Availability and Resiliency' , link : '/en/ concepts/availability-and-resiliency' } ,
17- { text : 'Object Healing and Auto Recovery' , link : '/en/ concepts/object-healing' } ,
18- { text : 'Object Scanner' , link : '/en/ concepts/object-scanner' } ,
19- { text : 'Usage Limits' , link : '/en/ concepts/limit' } ,
14+ { text : 'Glossary' , link : '/concepts/glossary' } ,
15+ { text : 'Erasure Coding' , link : '/concepts/erasure-coding' } ,
16+ { text : 'Availability and Resiliency' , link : '/concepts/availability-and-resiliency' } ,
17+ { text : 'Object Healing and Auto Recovery' , link : '/concepts/object-healing' } ,
18+ { text : 'Object Scanner' , link : '/concepts/object-scanner' } ,
19+ { text : 'Usage Limits' , link : '/concepts/limit' } ,
2020 ] ,
2121 } ,
2222 ] ,
@@ -71,27 +71,27 @@ export const enSidebar = [
7171 collapsed : true ,
7272 home : true ,
7373 items : [
74- { text : 'Startup Modes' , link : '/en/ installation/mode/' } ,
75- { text : 'Hardware Selection' , link : '/en/ installation/hardware-selection' } ,
74+ { text : 'Startup Modes' , link : '/installation/mode/' } ,
75+ { text : 'Hardware Selection' , link : '/installation/hardware-selection' } ,
7676 {
7777 text : 'Pre-installation Checks' ,
78- link : '/en/ installation/checklists' ,
78+ link : '/installation/checklists' ,
7979 items : [
80- { text : 'Checklists' , link : '/en/ installation/checklists' } ,
81- { text : 'Hardware Checklists' , link : '/en/ installation/hard-checklists' } ,
82- { text : 'Software Checklists' , link : '/en/ installation/software-checklists' } ,
83- { text : 'Network Checklists' , link : '/en/ installation/network-checklists' } ,
84- { text : 'Security Checklists' , link : '/en/ installation/security-checklists' } ,
80+ { text : 'Checklists' , link : '/installation/checklists' } ,
81+ { text : 'Hardware Checklists' , link : '/installation/hard-checklists' } ,
82+ { text : 'Software Checklists' , link : '/installation/software-checklists' } ,
83+ { text : 'Network Checklists' , link : '/installation/network-checklists' } ,
84+ { text : 'Security Checklists' , link : '/installation/security-checklists' } ,
8585 ]
8686 } ,
8787 {
8888 text : 'Installation Guides' ,
89- link : '/en/ installation/linux' ,
89+ link : '/installation/linux' ,
9090 items : [
91- { text : 'Linux Installation' , link : '/en/ installation/linux' } ,
92- { text : 'macOS Installation' , link : '/en/ installation/macos/' } ,
93- { text : 'Windows Installation' , link : '/en/ installation/windows/' } ,
94- { text : 'Docker Installation' , link : '/en/ installation/docker' } ,
91+ { text : 'Linux Installation' , link : '/installation/linux' } ,
92+ { text : 'macOS Installation' , link : '/installation/macos/' } ,
93+ { text : 'Windows Installation' , link : '/installation/windows/' } ,
94+ { text : 'Docker Installation' , link : '/installation/docker' } ,
9595 ]
9696 } ,
9797 ]
@@ -101,11 +101,11 @@ export const enSidebar = [
101101 collapsed : true ,
102102 home : true ,
103103 items : [
104- { text : 'SDK Overview' , link : '/en/ sdk/' } ,
105- { text : 'Java SDK' , link : '/en/ sdk/java' } ,
106- { text : 'Python SDK' , link : '/en/ sdk/python' } ,
107- { text : 'JavaScript SDK' , link : '/en/ sdk/js' } ,
108- { text : 'Other SDKs' , link : '/en/ sdk/other' } ,
104+ { text : 'SDK Overview' , link : '/sdk/' } ,
105+ { text : 'Java SDK' , link : '/sdk/java' } ,
106+ { text : 'Python SDK' , link : '/sdk/python' } ,
107+ { text : 'JavaScript SDK' , link : '/sdk/js' } ,
108+ { text : 'Other SDKs' , link : '/sdk/other' } ,
109109 ]
110110 }
111111]
0 commit comments