MSP Portal Docs (#296)

This commit is contained in:
Pedro Maia Costa
2025-03-30 21:41:23 +01:00
committed by GitHub
parent 9abb7a5dc5
commit 4733e4053a
15 changed files with 105 additions and 2 deletions

View File

@@ -203,6 +203,15 @@ export const docsNavigation = [
]
},
{
title: 'For Partners',
isOpen: false,
links: [
{ title: 'Managed Service Providers', href: '/how-to/msp-portal' },
]
},
],
},
@@ -213,10 +222,9 @@ export const docsNavigation = [
{ title: 'Serverless and NetBird', href: '/how-to/netbird-on-faas' },
{ 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: 'NetBird on Mikrotik Router', href: '/how-to/client-on-mikrotik-router' },
],
},
{
title: 'SELF-HOST NETBIRD',