Skip to content

Commit 6421fa2

Browse files
committed
fix: nav links
1 parent 760633d commit 6421fa2

1 file changed

Lines changed: 27 additions & 27 deletions

File tree

app/components/app-footer.tsx

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -16,39 +16,39 @@ export function AppFooter() {
1616

1717
const navs: Record<string, NavItem[]> = {
1818
'architecture-support': [
19-
{ title: { zh: '裸金属和虚拟化', en: 'Bare Metal and Virtualization' }, href: 'https://docs.rustfs.com/features/baremetal' },
20-
{ title: { zh: '阿里云', en: 'Alibaba Cloud' }, href: 'https://docs.rustfs.com/features/aliyun' },
21-
{ title: { zh: '腾讯云', en: 'Tencent Cloud' }, href: 'https://docs.rustfs.com/features/qcloud' },
22-
{ title: { zh: '华为云', en: 'Huawei Cloud' }, href: 'https://docs.rustfs.com/features/huaweicloud' },
23-
{ title: { zh: 'AWS、Azure、GCP', en: 'AWS, Azure, GCP' }, href: 'https://docs.rustfs.com/features/aws-azure-gcp' },
24-
{ title: { zh: '国际云厂商', en: 'International Cloud Providers' }, href: 'https://docs.rustfs.com/features/aws-elastic' },
19+
{ title: { zh: '裸金属和虚拟化', en: 'Bare Metal and Virtualization' }, href: `https://docs.rustfs.com/${locale}/features/baremetal` },
20+
{ title: { zh: '阿里云', en: 'Alibaba Cloud' }, href: `https://docs.rustfs.com/${locale}/features/aliyun` },
21+
{ title: { zh: '腾讯云', en: 'Tencent Cloud' }, href: `https://docs.rustfs.com/${locale}/features/qcloud` },
22+
{ title: { zh: '华为云', en: 'Huawei Cloud' }, href: `https://docs.rustfs.com/${locale}/features/huaweicloud` },
23+
{ title: { zh: 'AWS、Azure、GCP', en: 'AWS, Azure, GCP' }, href: `https://docs.rustfs.com/${locale}/features/aws-azure-gcp` },
24+
{ title: { zh: '国际云厂商', en: 'International Cloud Providers' }, href: `https://docs.rustfs.com/${locale}/features/aws-elastic` },
2525
],
2626
'product-features': [
27-
{ title: { zh: '分布式', en: 'Distributed' }, href: 'https://docs.rustfs.com/features/distributed' },
28-
{ title: { zh: '日志管理', en: 'Log Management' }, href: 'https://docs.rustfs.com/features/aliyun' },
29-
{ title: { zh: '版本控制', en: 'Version Control' }, href: 'https://docs.rustfs.com/features/audit-logging' },
30-
{ title: { zh: 'S3 兼容', en: 'S3 Compatible' }, href: 'https://docs.rustfs.com/features/s3-compatibility' },
31-
{ title: { zh: '对象级与只读', en: 'Object-level and Read-only' }, href: 'https://docs.rustfs.com/features/worm' },
32-
{ title: { zh: '跨区域复制', en: 'Cross-region Replication' }, href: 'https://docs.rustfs.com/features/bucket-replication' },
33-
{ title: { zh: '加密', en: 'Encryption' }, href: 'https://docs.rustfs.com/features/encryption' },
34-
{ title: { zh: '生命周期管理', en: 'Lifecycle Management' }, href: 'https://docs.rustfs.com/features/lifecycle' },
27+
{ title: { zh: '分布式', en: 'Distributed' }, href: `https://docs.rustfs.com/${locale}/features/distributed` },
28+
{ title: { zh: '日志管理', en: 'Log Management' }, href: `https://docs.rustfs.com/${locale}/features/logging` },
29+
{ title: { zh: '版本控制', en: 'Version Control' }, href: `https://docs.rustfs.com/${locale}/features/versioning` },
30+
{ title: { zh: 'S3 兼容', en: 'S3 Compatible' }, href: `https://docs.rustfs.com/${locale}/features/s3-compatibility` },
31+
{ title: { zh: '对象级与只读', en: 'Object-level and Read-only' }, href: `https://docs.rustfs.com/${locale}/features/worm` },
32+
{ title: { zh: '跨区域复制', en: 'Cross-region Replication' }, href: `https://docs.rustfs.com/${locale}/features/replication` },
33+
{ title: { zh: '加密', en: 'Encryption' }, href: `https://docs.rustfs.com/${locale}/features/encryption` },
34+
{ title: { zh: '生命周期管理', en: 'Lifecycle Management' }, href: `https://docs.rustfs.com/${locale}/features/lifecycle` },
3535
],
3636
'solutions': [
37-
{ title: { zh: '现代数据湖', en: 'Modern Data Lake' }, href: 'https://docs.rustfs.com/features/data-lake' },
38-
{ title: { zh: 'AI 和机器学习', en: 'AI and Machine Learning' }, href: 'https://docs.rustfs.com/features/ai' },
39-
{ title: { zh: '云原生', en: 'Cloud Native' }, href: 'https://docs.rustfs.com/features/cloud-native' },
40-
{ title: { zh: '大数据计算存储分离', en: 'Big Data Compute-Storage Separation' }, href: 'https://docs.rustfs.com/features/hdfs' },
41-
{ title: { zh: 'SQL 支持', en: 'SQL Support' }, href: 'https://docs.rustfs.com/features/sql' },
42-
{ title: { zh: '量化交易', en: 'Quantitative Trading' }, href: 'https://docs.rustfs.com/features/quantitative-trading' },
43-
{ title: { zh: '制造业降本', en: 'Manufacturing Cost Reduction' }, href: 'https://docs.rustfs.com/features/industry' },
44-
{ title: { zh: '冷归档存储', en: 'Cold Archive Storage' }, href: 'https://docs.rustfs.com/features/cold-archiving' },
45-
{ title: { zh: '视频存储方案', en: 'Video Storage Solutions' }, href: 'https://docs.rustfs.com/features/video' },
46-
{ title: { zh: '国产信创和 SM 解决方案', en: 'Domestic Innovation and SM Solutions' }, href: 'https://docs.rustfs.com/features/domestic' },
37+
{ title: { zh: '现代数据湖', en: 'Modern Data Lake' }, href: `https://docs.rustfs.com/${locale}/features/data-lake` },
38+
{ title: { zh: 'AI 和机器学习', en: 'AI and Machine Learning' }, href: `https://docs.rustfs.com/${locale}/features/ai` },
39+
{ title: { zh: '云原生', en: 'Cloud Native' }, href: `https://docs.rustfs.com/${locale}/features/cloud-native` },
40+
{ title: { zh: '大数据计算存储分离', en: 'Big Data Compute-Storage Separation' }, href: `https://docs.rustfs.com/${locale}/features/hdfs` },
41+
{ title: { zh: 'SQL 支持', en: 'SQL Support' }, href: `https://docs.rustfs.com/${locale}/features/sql-server` },
42+
{ title: { zh: '量化交易', en: 'Quantitative Trading' }, href: `https://docs.rustfs.com/${locale}/features/quantitative-trading` },
43+
{ title: { zh: '制造业降本', en: 'Manufacturing Cost Reduction' }, href: `https://docs.rustfs.com/${locale}/features/industry` },
44+
{ title: { zh: '冷归档存储', en: 'Cold Archive Storage' }, href: `https://docs.rustfs.com/${locale}/features/cold-archiving` },
45+
{ title: { zh: '视频存储方案', en: 'Video Storage Solutions' }, href: `https://docs.rustfs.com/${locale}/features/video` },
46+
{ title: { zh: '国产信创和 SM 解决方案', en: 'Domestic Innovation and SM Solutions' }, href: `https://docs.rustfs.com/${locale}/features/domestic` },
4747
],
4848
'about-us': [
49-
{ title: { zh: '关于我们', en: 'About Us' }, href: 'https://docs.rustfs.com/about' },
50-
{ title: { zh: '投资和合作', en: 'Investment and Cooperation' }, href: 'https://docs.rustfs.com/about' },
51-
{ title: { zh: '商标使用', en: 'Trademark Usage' }, href: 'https://docs.rustfs.com/trademark' },
49+
{ title: { zh: '关于我们', en: 'About Us' }, href: `https://docs.rustfs.com/${locale}/about` },
50+
{ title: { zh: '投资和合作', en: 'Investment and Cooperation' }, href: `https://docs.rustfs.com/${locale}/about` },
51+
{ title: { zh: '商标使用', en: 'Trademark Usage' }, href: `https://docs.rustfs.com/${locale}/trademark` },
5252
],
5353
};
5454

0 commit comments

Comments
 (0)