From 8a11b3e731ab70e570dbead558d54da12f04be0d Mon Sep 17 00:00:00 2001 From: Kevin Lee Date: Tue, 3 Dec 2024 00:26:27 +1100 Subject: [PATCH] Update docs with the latest version info --- website/docusaurus.config.js | 2 +- website/src/pages/versionsArchived.json | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index f35d977e..6478a28d 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -120,7 +120,7 @@ const websiteConfig = { "path": "v1", }, "current": { - "label": "2.0.0-beta14", + "label": "2.0.0", }, } }, diff --git a/website/src/pages/versionsArchived.json b/website/src/pages/versionsArchived.json index d152970f..33d110ab 100644 --- a/website/src/pages/versionsArchived.json +++ b/website/src/pages/versionsArchived.json @@ -1,4 +1,8 @@ [ + { + "name": "2.0.0-beta14", + "label": "2.0.0-beta14" + }, { "name": "2.0.0-beta13", "label": "2.0.0-beta13"