From ce048fb27d41d07c0fb179774b472435f05b518e Mon Sep 17 00:00:00 2001 From: Vaibhav Shinde Date: Fri, 11 Oct 2024 11:38:28 +0530 Subject: [PATCH] fix: update ui kit sidebar version to v2 --- docusaurus.config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index f0ffd4ec3..cca7e59d1 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -51,7 +51,7 @@ const docs = [ routeBasePath: '/ui-kit', versions: { current: { - label: '1.x.x', + label: '2.x.x', }, }, }, @@ -61,7 +61,7 @@ const docs = [ routeBasePath: '/react-ui-kit', versions: { current: { - label: '1.x.x', + label: '2.x.x', }, }, }, @@ -71,7 +71,7 @@ const docs = [ routeBasePath: '/angular-ui-kit', versions: { current: { - label: '1.x.x', + label: '2.x.x', }, }, },