From 469a8427571fbab0d7ff6d81f26e192ea63ec094 Mon Sep 17 00:00:00 2001 From: zyzzmohit Date: Mon, 12 Jan 2026 18:08:04 +0530 Subject: [PATCH] feat(docs): add version selector dropdown Added docsVersionDropdown navbar item to enable users to select and view documentation for their specific Kmesh version. Changes: - Added version dropdown between Documentation and Blog navbar items - Uses Docusaurus native versioning feature Signed-off-by: zyzzmohit --- docusaurus.config.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docusaurus.config.js b/docusaurus.config.js index 3c5a39b..bd1a67e 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -91,6 +91,11 @@ const config = { position: "left", label: "Documentation", }, + { + type: "docsVersionDropdown", + position: "left", + dropdownActiveClassDisabled: true, + }, { to: "/blog", label: "Blog", position: "left" }, { href: "https://github.com/kmesh-net/kmesh/releases",