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
4 changes: 4 additions & 0 deletions src/components/NavigationDocs.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -1030,6 +1030,10 @@ export const docsNavigation = [
title: 'Resource Connectivity',
href: '/help/troubleshooting-resource-connectivity',
},
{
title: 'Reverse Proxy',
href: '/manage/reverse-proxy/troubleshooting',
},
{
title: 'NAT & Connectivity',
href: '/about-netbird/understanding-nat-and-connectivity',
Expand Down
2 changes: 1 addition & 1 deletion src/pages/help/troubleshooting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ next to the feature they cover, so nothing here is a copy.
{ label: "Signal service", href: "/about-netbird/how-netbird-works#signal-service" },
{ label: "Relay / TURN", href: "/selfhosted/troubleshooting/connectivity#debugging-turn-connections" },
{ label: "Dashboard", href: "/selfhosted/troubleshooting/dashboard" },
{ label: "Reverse proxy", href: "/manage/reverse-proxy/troubleshooting" },
],
},
{
Expand All @@ -65,6 +64,7 @@ next to the feature they cover, so nothing here is a copy.
chips: [
{ label: "Relayed connections", href: "/help/troubleshooting-relayed-connections" },
{ label: "Resource connectivity", href: "/help/troubleshooting-resource-connectivity" },
{ label: "Reverse proxy", href: "/manage/reverse-proxy/troubleshooting" },
{ label: "NAT & firewall ports", href: "/about-netbird/ports-and-firewalls" },
{ label: "DNS", href: "/manage/dns/troubleshooting" },
{ label: "Network routes", href: "/manage/network-routes" },
Expand Down
Loading