diff --git a/src/components/NavigationDocs.jsx b/src/components/NavigationDocs.jsx index 47fc2c9c..cb4e2b78 100644 --- a/src/components/NavigationDocs.jsx +++ b/src/components/NavigationDocs.jsx @@ -550,9 +550,12 @@ export const docsNavigation = [ { title: 'Automated Setup', href: '/selfhosted/automated-setup' }, { title: 'Commercial License', - href: '/selfhosted/enterprise', isOpen: false, links: [ + { + title: 'Overview', + href: '/selfhosted/enterprise', + }, { title: 'Getting Started', href: '/selfhosted/enterprise/getting-started',