From c8ebd4e896095b83543b12e649ca7fc6d38fbcfd Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Tue, 10 Jun 2025 15:46:23 -0700 Subject: [PATCH] Fix latest stable version --- docusaurus.config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index ed9e593a..e8e019e9 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -29,7 +29,7 @@ const apiConfig = [ }, { route: "/api/", - spec: "static/swagger-23.json", + spec: "static/swagger-24.json", }, { route: "/api/1.24/", @@ -97,7 +97,7 @@ const globalVariables = { minGoVersion: "1.22", minNodeVersion: "18", version: "1.23.8", - sourceVersion: "v1.23.0", + sourceVersion: "v1.23.8", sourceBranch: "release/v1.23", dockerVersion: "1.23.8", displayVersion: "1.23.8", @@ -283,7 +283,7 @@ const config = { }/${docPath}`; }, versions: versions, - lastVersion: "1.23", + lastVersion: "1.24", async sidebarItemsGenerator({ defaultSidebarItemsGenerator, ...args