Skip to content

Commit 4db6796

Browse files
shuuri-labsash-nb
andauthored
docs: Restructure and improve DNS documentation (#504)
* docs: Restructure and improve DNS documentation Reorganizes DNS docs into overview, configuration, settings, and troubleshooting guides with clearer explanations and UI-aligned terminology * amendments from Vik's feedback * clarified IP assignment range * remove incorrect common mistake note * - added diagrams - renamed dns overview.mdx to index.mdx - updated references/redirects - created new spacer div class --------- Co-authored-by: Ashley Mensah <[email protected]>
1 parent c309000 commit 4db6796

File tree

14 files changed

+1647
-2028
lines changed

14 files changed

+1647
-2028
lines changed

next.config.mjs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,7 @@ const nextConfig = {
5151
},
5252
{
5353
source: '/docs/how-to-guides/nameservers',
54-
destination: '/manage/dns',
55-
permanent: true,
56-
},
57-
{
58-
source: '/docs/how-to-guides/nameservers',
59-
destination: '/manage/dns',
54+
destination: '/manage/dns/nameserver-groups',
6055
permanent: true,
6156
},
6257
{
93 KB
Loading
208 KB
Loading
68.2 KB
Loading
122 KB
Loading
57.2 KB
Loading

src/components/NavigationDocs.jsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,10 @@ export const docsNavigation = [
159159
title: 'DNS',
160160
isOpen: false,
161161
links: [
162-
{ title: 'Manage DNS in Your Network', href: '/manage/dns' },
162+
{ title: 'Overview', href: '/manage/dns' },
163+
{ title: 'Configuring Nameservers', href: '/manage/dns/nameserver-groups' },
164+
{ title: 'DNS Settings', href: '/manage/dns/dns-settings' },
165+
{ title: 'DNS Troubleshooting', href: '/manage/dns/troubleshooting' },
163166
]
164167
},
165168
{

0 commit comments

Comments
 (0)