Updated references to 'service discovery' in dns docs (now dns aliases) (#556)

* Updated references to 'service discovery' in dns docs (now dns aliases)

* add entry to side bar menu & update references within page to match title
This commit is contained in:
shuuri-labs
2026-01-16 19:13:30 +01:00
committed by GitHub
parent 6079b88f71
commit 2900964bd6
10 changed files with 12 additions and 11 deletions

View File

@@ -165,6 +165,7 @@ export const docsNavigation = [
{ 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 Aliases for Routed Networks', href: '/manage/dns/dns-aliases-for-routed-networks' },
{ title: 'DNS Troubleshooting', href: '/manage/dns/troubleshooting' },
]
},