From b4811de4fbffa25c15089afff7dc38e10eb3a337 Mon Sep 17 00:00:00 2001 From: Hammy Havoc Date: Thu, 29 May 2025 08:45:38 +0000 Subject: [PATCH] Moved Self-hosted vs. Cloud-hosted NetBird in navigation menu (#354) It makes far more sense to have this under `Use Cases`, IMO. It's the kind of information a user would like to have upfront and not as an afterthought. Furthermore, comparisons between the two options are typically made far sooner in other projects. May also consider changing the dir that the `.md` file is in, which also change the URL to `/selfhosted/` from to possibly `how-to`, though that's probably beyond the scope of what I can pull off from my cellphone in bed. :- ) Edits of course welcome re that. --- src/components/NavigationDocs.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/NavigationDocs.jsx b/src/components/NavigationDocs.jsx index ebfcbfc7..2b8cc164 100644 --- a/src/components/NavigationDocs.jsx +++ b/src/components/NavigationDocs.jsx @@ -241,6 +241,7 @@ export const docsNavigation = [ { title: 'Routing peers and Kubernetes', href: '/how-to/routing-peers-and-kubernetes'}, { title: 'NetBird Client on AWS ECS', href: '/how-to/examples'}, { title: 'NetBird on Mikrotik Router', href: '/how-to/client-on-mikrotik-router' }, + { title: 'Self-hosted vs. Cloud-hosted NetBird', href: '/selfhosted/self-hosted-vs-cloud-netbird' }, ], }, @@ -254,7 +255,6 @@ export const docsNavigation = [ { title: 'Supported IdPs', href: '/selfhosted/identity-providers' }, { title: 'Management geolocation', href: '/selfhosted/geo-support' }, { title: 'Troubleshooting', href: '/selfhosted/troubleshooting' }, - { title: 'Self-hosted vs. Cloud-hosted NetBird', href: '/selfhosted/self-hosted-vs-cloud-netbird' }, ],