Skip to content

Commit

Permalink
set version 1.1.0 to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
yume-chan committed Dec 31, 2024
1 parent 61f6834 commit 4a48a0f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -213,11 +213,11 @@ const config: Config = {
editUrl: "https://github.com/tango-adb/docs/edit/main/",
remarkPlugins: [ts2js, [remarkPluginNpm2yarn, { sync: true }]],
showLastUpdateTime: true,
lastVersion: "1.0.0",
lastVersion: "current",
versions: {
current: {
label: "next",
path: "/next",
label: "1.1.0",
path: "/",
},
},
},
Expand Down

0 comments on commit 4a48a0f

Please sign in to comment.