Add custom DNS zones (#518)

This commit is contained in:
Bethuel Mmbaga
2026-01-16 16:43:33 +01:00
committed by GitHub
parent c7e50d8a58
commit 157f390c6c
16 changed files with 354 additions and 0 deletions

View File

@@ -164,6 +164,7 @@ export const docsNavigation = [
{ title: 'Overview', href: '/manage/dns' },
{ title: 'Configuring Nameservers', href: '/manage/dns/nameserver-groups' },
{ title: 'DNS Settings', href: '/manage/dns/dns-settings' },
{ title: 'Custom Zones', href: '/manage/dns/custom-zones' },
{ title: 'DNS Troubleshooting', href: '/manage/dns/troubleshooting' },
]
},