From 0977b7e7b429d7ae04ed53f33b0442c7d398ecf3 Mon Sep 17 00:00:00 2001 From: Jack Carter <128555021+SunsetDrifter@users.noreply.github.com> Date: Tue, 28 Jul 2026 12:26:22 +0200 Subject: [PATCH] docs: add Commercial License Overview nav entry (#892) Turn "Commercial License" into a plain nav group and add an "Overview" child pointing at /selfhosted/enterprise, above "Getting Started". This matches the pattern already used by Networks, Cloud Marketplaces, Observability, and Troubleshooting, where the section index page is reachable as its own "Overview" link rather than only via the group label. --- src/components/NavigationDocs.jsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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',