Add Kubernetes operator docs (#302)

This commit is contained in:
Maycon Santos
2025-04-01 21:33:09 +02:00
committed by GitHub
parent 147af63399
commit 1a2acac12e
10 changed files with 358 additions and 6 deletions

View File

@@ -188,10 +188,21 @@ export const docsNavigation = [
isOpen: false,
links: [
{title: 'Enable post quantum cryptography', href: '/how-to/enable-post-quantum-cryptography' },
{title: 'Deploying with Jamf Pro', href: '/how-to/jamf-pro-netbird-integration' },
{title: 'Deploying with Kandji', href: '/how-to/kandji-netbird-integration' },
{
title: 'MDM',
isOpen: true,
links: [
{title: 'Deploying with Jamf Pro', href: '/how-to/jamf-pro-netbird-integration' },
{title: 'Deploying with Kandji', href: '/how-to/kandji-netbird-integration' },
]
},
{
title: 'Kubernetes',
isOpen: true,
links: [
{title: 'Operator', href: '/how-to/kubernetes-operator' },
]
},
]
},