Skip to content

Commit 2a751d2

Browse files
committed
Modify cloud native
1 parent 5edbb0d commit 2a751d2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

components/business/app-footer.tsx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,8 @@ export default function AppFooter() {
1212
title: 'Architecture Support',
1313
links: [
1414
{ title: 'Bare Metal & Virtualization', href: docs_url('features/baremetal') },
15-
{ title: 'Alibaba Cloud', href: docs_url('features/aliyun') },
16-
{ title: 'Tencent Cloud', href: docs_url('features/qcloud') },
17-
{ title: 'Huawei Cloud', href: docs_url('features/huaweicloud') },
18-
{ title: 'International Cloud Providers', href: docs_url('features/aws-elastic') },
15+
{ title: 'AWS', href: docs_url('features/aws-elastic') },
16+
{ title: 'Cloud Native', href: docs_url('features/cloud-native') },
1917
]
2018
},
2119
{

0 commit comments

Comments
 (0)