From 4a48a0f5f6ca40fb4a73303859d9c2fd6b324c90 Mon Sep 17 00:00:00 2001 From: Simon Chan <1330321+yume-chan@users.noreply.github.com> Date: Tue, 31 Dec 2024 16:42:55 +0800 Subject: [PATCH] set version 1.1.0 to latest --- docusaurus.config.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index b65d86f..ed83d29 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -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: "/", }, }, },