mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-16 07:26:35 +00:00
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:
@@ -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>
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user