Skip to content

Commit 81af507

Browse files
committed
fix: nav links
1 parent f60f411 commit 81af507

File tree

2 files changed

+48
-68
lines changed

2 files changed

+48
-68
lines changed

docs/en/sidebar.ts

Lines changed: 24 additions & 34 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: '/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/' },
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: '/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/' },
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: '/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/' },
6767
],
6868
},
6969
{
@@ -96,16 +96,6 @@ export const enSidebar = [
9696
},
9797
]
9898
},
99-
{
100-
text: 'Operations and Monitoring',
101-
collapsed: true,
102-
home: true,
103-
items: [
104-
{ text: 'Hardware Preparation', link: '/en/installation/hardware-checklist' },
105-
{ text: 'Software Preparation', link: '/en/installation/software-checklist' },
106-
{ text: 'Pre-installation Checks', link: '/en/installation/checklists' },
107-
]
108-
},
10999
{
110100
text: 'SDK and API',
111101
collapsed: true,

docs/zh/sidebar.ts

Lines changed: 24 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -26,44 +26,44 @@ export const zhSidebar = [
2626
collapsed: true,
2727
home: true,
2828
items: [
29-
{ text: '裸金属和虚拟化', link: '/zh/features/baremetal' },
30-
{ text: '阿里云', link: '/zh/features/aliyun' },
31-
{ text: '腾讯云', link: '/zh/features/qcloud' },
32-
{ text: '华为云', link: '/zh/features/huaweicloud' },
33-
{ text: 'VMWare Tanzu', link: '/zh/features/tanzu' },
34-
{ text: '国际云厂商', link: '/zh/features/aws-elastic' },
29+
{ text: '裸金属和虚拟化', link: '/zh/features/baremetal/' },
30+
{ text: '阿里云', link: '/zh/features/aliyun/' },
31+
{ text: '腾讯云', link: '/zh/features/qcloud/' },
32+
{ text: '华为云', link: '/zh/features/huaweicloud/' },
33+
{ text: 'VMWare Tanzu', link: '/zh/features/tanzu/' },
34+
{ text: '国际云厂商', link: '/zh/features/aws-elastic/' },
3535
],
3636
},
3737
{
3838
text: '产品功能',
3939
collapsed: true,
4040
home: true,
4141
items: [
42-
{ text: '分布式', link: '/zh/features/distributed' },
43-
{ text: '日志管理', link: '/zh/features/logging' },
44-
{ text: '版本控制', link: '/zh/features/versioning' },
45-
{ text: 'S3 兼容', link: '/zh/features/s3-compatibility' },
46-
{ text: '对象级与只读', link: '/zh/features/worm' },
47-
{ text: '跨区域复制', link: '/zh/features/replication' },
48-
{ text: '加密', link: '/zh/features/encryption' },
49-
{ text: '生命周期管理', link: '/zh/features/lifecycle' },
42+
{ text: '分布式', link: '/zh/features/distributed/' },
43+
{ text: '日志管理', link: '/zh/features/logging/' },
44+
{ text: '版本控制', link: '/zh/features/versioning/' },
45+
{ text: 'S3 兼容', link: '/zh/features/s3-compatibility/' },
46+
{ text: '对象级与只读', link: '/zh/features/worm/' },
47+
{ text: '跨区域复制', link: '/zh/features/replication/' },
48+
{ text: '加密', link: '/zh/features/encryption/' },
49+
{ text: '生命周期管理', link: '/zh/features/lifecycle/' },
5050
],
5151
},
5252
{
5353
text: '解决方案',
5454
collapsed: true,
5555
home: true,
5656
items: [
57-
{ text: '现代数据湖', link: '/zh/features/data-lake' },
58-
{ text: 'AI 和机器学习', link: '/zh/features/ai' },
59-
{ text: '云原生', link: '/zh/features/cloud-native' },
60-
{ text: '大数据计算存储分离', link: '/zh/features/hdfs' },
61-
{ text: 'SQL 支持', link: '/zh/features/sql-server' },
62-
{ text: '量化交易', link: '/zh/features/quantitative-trading' },
63-
{ text: '制造业降本', link: '/zh/features/industry' },
64-
{ text: '冷归档存储', link: '/zh/features/cold-archiving' },
65-
{ text: '视频存储方案', link: '/zh/features/video' },
66-
{ text: '国产信创和 SM 解决方案', link: '/zh/features/domestic' },
57+
{ text: '现代数据湖', link: '/zh/features/data-lake/' },
58+
{ text: 'AI 和机器学习', link: '/zh/features/ai/' },
59+
{ text: '云原生', link: '/zh/features/cloud-native/' },
60+
{ text: '大数据计算存储分离', link: '/zh/features/hdfs/' },
61+
{ text: 'SQL 支持', link: '/zh/features/sql-server/' },
62+
{ text: '量化交易', link: '/zh/features/quantitative-trading/' },
63+
{ text: '制造业降本', link: '/zh/features/industry/' },
64+
{ text: '冷归档存储', link: '/zh/features/cold-archiving/' },
65+
{ text: '视频存储方案', link: '/zh/features/video/' },
66+
{ text: '国产信创和 SM 解决方案', link: '/zh/features/domestic/' },
6767
],
6868
},
6969
{
@@ -96,16 +96,6 @@ export const zhSidebar = [
9696
},
9797
]
9898
},
99-
{
100-
text: '运维和监控',
101-
collapsed: true,
102-
home: true,
103-
items: [
104-
{ text: '硬件准备', link: '/zh/installation/hardware-checklist' },
105-
{ text: '软件准备', link: '/zh/installation/software-checklist' },
106-
{ text: '安装前检查', link: '/zh/installation/checklists' },
107-
]
108-
},
10999
{
110100
text: 'SDK 和 API',
111101
collapsed: true,

0 commit comments

Comments
 (0)