From 6416c39b32bf22fe68bab0aa2c0853980a9e2470 Mon Sep 17 00:00:00 2001 From: Jillian Date: Mon, 19 Jan 2026 14:39:44 +0800 Subject: [PATCH 1/3] Add Enterprise link to navbar Signed-off-by: Jillian --- docusaurus.config.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 493f8703bb..c8b03d72c3 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -136,7 +136,7 @@ const config = { { type: 'search', position: 'left', - }, + }, { type: 'dropdown', label: 'Quick Links', @@ -204,6 +204,12 @@ const config = { }, ], }, + { + type: 'link', + label: 'Enterprise', + href: `https://www.suse.com/products/rancher/virtualization/`, + position: 'right', + }, ], }, colorMode: { From 8c3dae6845054390ac72510830d0d0f9b941312a Mon Sep 17 00:00:00 2001 From: Jillian Date: Mon, 19 Jan 2026 15:24:44 +0800 Subject: [PATCH 2/3] Change type value to default Signed-off-by: Jillian --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index c8b03d72c3..5e4adc7dbe 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -205,7 +205,7 @@ const config = { ], }, { - type: 'link', + type: 'default', label: 'Enterprise', href: `https://www.suse.com/products/rancher/virtualization/`, position: 'right', From c8d3a6742315bd7f8099bc66f950e1db57e9c383 Mon Sep 17 00:00:00 2001 From: Jillian Date: Mon, 19 Jan 2026 15:28:38 +0800 Subject: [PATCH 3/3] Remove type field Signed-off-by: Jillian --- docusaurus.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 5e4adc7dbe..145e00d40e 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -205,7 +205,6 @@ const config = { ], }, { - type: 'default', label: 'Enterprise', href: `https://www.suse.com/products/rancher/virtualization/`, position: 'right',