mirror of
https://github.com/netbirdio/docs.git
synced 2026-08-25 01:01:27 +02:00
Link Reverse Proxy troubleshooting under Connectivity (#852)
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 <noreply@anthropic.com>
This commit is contained in:
committed by
GitHub
parent
d24d3a4bdb
commit
32fcf94fb1
@@ -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',
|
||||
|
||||
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user