Skip to content

Commit

Permalink
fix: update ui kit sidebar version to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhavshn committed Oct 11, 2024
1 parent 4638a4b commit ce048fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const docs = [
routeBasePath: '/ui-kit',
versions: {
current: {
label: '1.x.x',
label: '2.x.x',
},
},
},
Expand All @@ -61,7 +61,7 @@ const docs = [
routeBasePath: '/react-ui-kit',
versions: {
current: {
label: '1.x.x',
label: '2.x.x',
},
},
},
Expand All @@ -71,7 +71,7 @@ const docs = [
routeBasePath: '/angular-ui-kit',
versions: {
current: {
label: '1.x.x',
label: '2.x.x',
},
},
},
Expand Down

0 comments on commit ce048fb

Please sign in to comment.