We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5edbb0d commit 2a751d2Copy full SHA for 2a751d2
components/business/app-footer.tsx
@@ -12,10 +12,8 @@ export default function AppFooter() {
12
title: 'Architecture Support',
13
links: [
14
{ 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') },
+ { title: 'AWS', href: docs_url('features/aws-elastic') },
+ { title: 'Cloud Native', href: docs_url('features/cloud-native') },
19
]
20
},
21
{
0 commit comments