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,