Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const nextConfig = {
},
{
source: '/docs/how-to-guides/nameservers',
destination: '/manage/dns/nameserver-groups',
destination: '/manage/dns/internal-dns-servers',
permanent: true,
},
{
Expand Down
18 changes: 7 additions & 11 deletions src/components/NavigationDocs.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
Expand Down Expand Up @@ -530,9 +526,8 @@ export const docsNavigation = [
},
{
title: 'Management Geolocation Database',
href: '/selfhosted/geo-support'
href: '/selfhosted/geo-support',
},

],
},
{
Expand Down Expand Up @@ -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',
Expand Down Expand Up @@ -876,4 +872,4 @@ function NavigationGroup({ group, className, hasChildren }) {
</div>
</li>
)
}
}
Loading