From 8c6da4e1593a18b442d0e02c25e7f57b92b30926 Mon Sep 17 00:00:00 2001 From: Paige Calvert Date: Tue, 18 Nov 2025 07:56:07 -0700 Subject: [PATCH] add enterprise portal to the navbar dropdown --- docusaurus.config.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docusaurus.config.js b/docusaurus.config.js index b6795dd191..e8584c6b95 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -139,6 +139,11 @@ const config = { docId: 'vendor/embedded-overview', label: 'Embedded Cluster', }, + { + type: 'doc', + docId: 'vendor/enterprise-portal-about', + label: 'Enterprise Portal', + }, { type: 'doc', docId: 'intro-kots',