From ab649c835e85e7f9355a3faae29e3b266a30aac0 Mon Sep 17 00:00:00 2001 From: emrcbrn Date: Wed, 15 Jul 2026 10:26:33 +0200 Subject: [PATCH] Link Reverse Proxy troubleshooting under Connectivity Surface the existing /manage/reverse-proxy/troubleshooting page in the Troubleshooting section: add it to the Connectivity sidebar group, and move its hub chip from the Self-hosted card to Connectivity & networking so the hub and sidebar agree. The page covers reaching services exposed through routing peers, which is a connectivity concern rather than self-hosted control-plane infra. No new page and no duplicated content: both are pointers to the one existing page. Co-Authored-By: Claude Opus 4.8 --- src/components/NavigationDocs.jsx | 4 ++++ src/pages/help/troubleshooting.mdx | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/components/NavigationDocs.jsx b/src/components/NavigationDocs.jsx index 356c16a3..29486bad 100644 --- a/src/components/NavigationDocs.jsx +++ b/src/components/NavigationDocs.jsx @@ -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', diff --git a/src/pages/help/troubleshooting.mdx b/src/pages/help/troubleshooting.mdx index f9514d4a..6392a505 100644 --- a/src/pages/help/troubleshooting.mdx +++ b/src/pages/help/troubleshooting.mdx @@ -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" }, ], }, { @@ -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" },