docs: Reorganize DNS documentation (#635)

- Create Internal DNS Servers page consolidating nameserver configuration,
  private DNS routing, and Active Directory guidance
- Trim DNS Overview, DNS Settings removing duplicated and filler content
- Merge Configuring Nameservers page into Internal DNS Servers
- Replace Quickstart and Configuring Nameservers pages with redirects
- Update navigation sidebar and all internal links
This commit is contained in:
Jack Carter
2026-02-23 17:05:11 +01:00
committed by GitHub
parent e80b6b522a
commit a87e560602
10 changed files with 256 additions and 1074 deletions

View File

@@ -293,14 +293,10 @@ export const docsNavigation = [
title: 'DNS',
isOpen: false,
links: [
{
title: 'Quickstart',
href: '/manage/dns/private-dns-behind-routing-peers',
},
{ title: 'Overview', href: '/manage/dns' },
{
title: 'Configuring Nameservers',
href: '/manage/dns/nameserver-groups',
title: 'Internal DNS Servers',
href: '/manage/dns/internal-dns-servers',
},
{ title: 'DNS Settings', href: '/manage/dns/dns-settings' },
{ title: 'Custom Zones', href: '/manage/dns/custom-zones' },
@@ -530,9 +526,8 @@ export const docsNavigation = [
},
{
title: 'Management Geolocation Database',
href: '/selfhosted/geo-support'
href: '/selfhosted/geo-support',
},
],
},
{
@@ -619,8 +614,9 @@ export const docsNavigation = [
title: 'Coturn to Embedded STUN',
href: '/selfhosted/migration/coturn-to-stun-migration',
},
{ title: 'Combined Container Setup',
href: '/selfhosted/migration/combined-container'
{
title: 'Combined Container Setup',
href: '/selfhosted/migration/combined-container',
},
{
title: 'Enable Reverse Proxy',
@@ -876,4 +872,4 @@ function NavigationGroup({ group, className, hasChildren }) {
</div>
</li>
)
}
}