Fix latest stable version

This commit is contained in:
Lunny Xiao
2025-06-10 15:46:23 -07:00
parent a320f53087
commit c8ebd4e896

View File

@@ -29,7 +29,7 @@ const apiConfig = [
}, },
{ {
route: "/api/", route: "/api/",
spec: "static/swagger-23.json", spec: "static/swagger-24.json",
}, },
{ {
route: "/api/1.24/", route: "/api/1.24/",
@@ -97,7 +97,7 @@ const globalVariables = {
minGoVersion: "1.22", minGoVersion: "1.22",
minNodeVersion: "18", minNodeVersion: "18",
version: "1.23.8", version: "1.23.8",
sourceVersion: "v1.23.0", sourceVersion: "v1.23.8",
sourceBranch: "release/v1.23", sourceBranch: "release/v1.23",
dockerVersion: "1.23.8", dockerVersion: "1.23.8",
displayVersion: "1.23.8", displayVersion: "1.23.8",
@@ -283,7 +283,7 @@ const config = {
}/${docPath}`; }/${docPath}`;
}, },
versions: versions, versions: versions,
lastVersion: "1.23", lastVersion: "1.24",
async sidebarItemsGenerator({ async sidebarItemsGenerator({
defaultSidebarItemsGenerator, defaultSidebarItemsGenerator,
...args ...args