From f3d8278b84ace038320e2cdd2b6bc49bbf02429d Mon Sep 17 00:00:00 2001 From: braginini Date: Sat, 25 Jul 2026 20:50:02 +0200 Subject: [PATCH 1/2] Add commercial license links --- src/components/NavigationDocs.jsx | 16 +++++++++++++++- src/pages/get-started/cli.mdx | 2 +- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/src/components/NavigationDocs.jsx b/src/components/NavigationDocs.jsx index e1f5cbff..47fc2c9c 100644 --- a/src/components/NavigationDocs.jsx +++ b/src/components/NavigationDocs.jsx @@ -548,7 +548,21 @@ export const docsNavigation = [ links: [ { title: 'Quickstart Guide', href: '/selfhosted/selfhosted-quickstart' }, { title: 'Automated Setup', href: '/selfhosted/automated-setup' }, - { title: 'Commercial License', href: '/selfhosted/enterprise' }, + { + title: 'Commercial License', + href: '/selfhosted/enterprise', + isOpen: false, + links: [ + { + title: 'Getting Started', + href: '/selfhosted/enterprise/getting-started', + }, + { + title: 'High Availability', + href: '/selfhosted/maintenance/scaling/high-availability', + }, + ], + }, { title: 'Infrastructure as Code', isOpen: false, diff --git a/src/pages/get-started/cli.mdx b/src/pages/get-started/cli.mdx index 77f06b6e..d5b5c076 100644 --- a/src/pages/get-started/cli.mdx +++ b/src/pages/get-started/cli.mdx @@ -522,7 +522,7 @@ For SFTP and SCP, use native clients (`sftp` and `scp` commands) which work with - Verify your IdP is properly configured - To disable JWT authentication: `netbird up --allow-server-ssh --disable-ssh-auth` -**Port forwarding not working:** +**Port forwarding not workihng:** - Ensure the server has the appropriate flags: ```shell From 5dad2382edadce488aa18af9f0db26c730c00918 Mon Sep 17 00:00:00 2001 From: braginini Date: Sat, 25 Jul 2026 20:56:14 +0200 Subject: [PATCH 2/2] Fix typo --- src/pages/get-started/cli.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/get-started/cli.mdx b/src/pages/get-started/cli.mdx index d5b5c076..77f06b6e 100644 --- a/src/pages/get-started/cli.mdx +++ b/src/pages/get-started/cli.mdx @@ -522,7 +522,7 @@ For SFTP and SCP, use native clients (`sftp` and `scp` commands) which work with - Verify your IdP is properly configured - To disable JWT authentication: `netbird up --allow-server-ssh --disable-ssh-auth` -**Port forwarding not workihng:** +**Port forwarding not working:** - Ensure the server has the appropriate flags: ```shell