From 1a6c7639fa86c49936649784a943162e1969d46c Mon Sep 17 00:00:00 2001 From: Misha Bragin Date: Sat, 25 Jul 2026 20:56:27 +0200 Subject: [PATCH] Add commercial license links (#885) --- src/components/NavigationDocs.jsx | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) 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,