mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-18 00:16:36 +00:00
Add Kubernetes operator docs (#302)
This commit is contained in:
@@ -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' },
|
||||
]
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user