Skip to content

Commit 2306943

Browse files
committed
fix: 恢复英文侧边栏链接格式,移除 /en 前缀
1 parent 3ca65b5 commit 2306943

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

docs/en/sidebar.ts

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -26,44 +26,44 @@ export const enSidebar = [
2626
collapsed: true,
2727
home: true,
2828
items: [
29-
{ text: 'Bare Metal and Virtualization', link: '/en/features/baremetal/' },
30-
{ text: 'Alibaba Cloud', link: '/en/features/aliyun/' },
31-
{ text: 'Tencent Cloud', link: '/en/features/qcloud/' },
32-
{ text: 'Huawei Cloud', link: '/en/features/huaweicloud/' },
33-
{ text: 'VMWare Tanzu', link: '/en/features/tanzu/' },
34-
{ text: 'International Cloud Providers', link: '/en/features/aws-elastic/' },
29+
{ text: 'Bare Metal and Virtualization', link: '/features/baremetal/' },
30+
{ text: 'Alibaba Cloud', link: '/features/aliyun/' },
31+
{ text: 'Tencent Cloud', link: '/features/qcloud/' },
32+
{ text: 'Huawei Cloud', link: '/features/huaweicloud/' },
33+
{ text: 'VMWare Tanzu', link: '/features/tanzu/' },
34+
{ text: 'International Cloud Providers', link: '/features/aws-elastic/' },
3535
],
3636
},
3737
{
3838
text: 'Product Features',
3939
collapsed: true,
4040
home: true,
4141
items: [
42-
{ text: 'Distributed', link: '/en/features/distributed/' },
43-
{ text: 'Logging', link: '/en/features/logging/' },
44-
{ text: 'Versioning', link: '/en/features/versioning/' },
45-
{ text: 'S3 Compatibility', link: '/en/features/s3-compatibility/' },
46-
{ text: 'Object Lock & WORM', link: '/en/features/worm/' },
47-
{ text: 'Cross-Region Replication', link: '/en/features/replication/' },
48-
{ text: 'Encryption', link: '/en/features/encryption/' },
49-
{ text: 'Lifecycle Management', link: '/en/features/lifecycle/' },
42+
{ text: 'Distributed', link: '/features/distributed/' },
43+
{ text: 'Logging', link: '/features/logging/' },
44+
{ text: 'Versioning', link: '/features/versioning/' },
45+
{ text: 'S3 Compatibility', link: '/features/s3-compatibility/' },
46+
{ text: 'Object Lock & WORM', link: '/features/worm/' },
47+
{ text: 'Cross-Region Replication', link: '/features/replication/' },
48+
{ text: 'Encryption', link: '/features/encryption/' },
49+
{ text: 'Lifecycle Management', link: '/features/lifecycle/' },
5050
],
5151
},
5252
{
5353
text: 'Solutions',
5454
collapsed: true,
5555
home: true,
5656
items: [
57-
{ text: 'Modern Data Lake', link: '/en/features/data-lake/' },
58-
{ text: 'AI and Machine Learning', link: '/en/features/ai/' },
59-
{ text: 'Cloud Native', link: '/en/features/cloud-native/' },
60-
{ text: 'Big Data Compute-Storage Separation', link: '/en/features/hdfs/' },
61-
{ text: 'SQL Support', link: '/en/features/sql-server/' },
62-
{ text: 'Quantitative Trading', link: '/en/features/quantitative-trading/' },
63-
{ text: 'Manufacturing Cost Reduction', link: '/en/features/industry/' },
64-
{ text: 'Cold Archive Storage', link: '/en/features/cold-archiving/' },
65-
{ text: 'Video Storage Solutions', link: '/en/features/video/' },
66-
{ text: 'Domestic Innovation and SM Solutions', link: '/en/features/domestic/' },
57+
{ text: 'Modern Data Lake', link: '/features/data-lake/' },
58+
{ text: 'AI and Machine Learning', link: '/features/ai/' },
59+
{ text: 'Cloud Native', link: '/features/cloud-native/' },
60+
{ text: 'Big Data Compute-Storage Separation', link: '/features/hdfs/' },
61+
{ text: 'SQL Support', link: '/features/sql-server/' },
62+
{ text: 'Quantitative Trading', link: '/features/quantitative-trading/' },
63+
{ text: 'Manufacturing Cost Reduction', link: '/features/industry/' },
64+
{ text: 'Cold Archive Storage', link: '/features/cold-archiving/' },
65+
{ text: 'Video Storage Solutions', link: '/features/video/' },
66+
{ text: 'Domestic Innovation and SM Solutions', link: '/features/domestic/' },
6767
],
6868
},
6969
{

0 commit comments

Comments
 (0)