From 57ed0415281689281cd5f514f7a5dc6f3868ebcf Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Tue, 10 Jun 2025 15:08:01 +0000 Subject: [PATCH] bump to 1.24.0 --- docusaurus.config.js | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index e6954d8e..ed9e593a 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -73,9 +73,9 @@ const pageConfig = renderApiSSR const globalVariables = { current: { - goVersion: "1.23", - minGoVersion: "1.23", - minNodeVersion: "18", + goVersion: "1.24", + minGoVersion: "1.24", + minNodeVersion: "22", version: "main-nightly", sourceVersion: "main", sourceBranch: "main", @@ -84,13 +84,13 @@ const globalVariables = { }, 1.24: { goVersion: "1.24", - minGoVersion: "1.23", - minNodeVersion: "18", - version: "1.24.0-rc0", - sourceVersion: "v1.24.0-rc0", + minGoVersion: "1.24", + minNodeVersion: "22", + version: "1.24.0", + sourceVersion: "v1.24.0", sourceBranch: "release/v1.24", - dockerVersion: "1.24.0-rc0", - displayVersion: "1.24.0-rc0", + dockerVersion: "1.24.0", + displayVersion: "1.24.0", }, 1.23: { goVersion: "1.23", @@ -390,7 +390,7 @@ const config = { label: "Docs", }, { - to: "/api/1.23/", + to: "/api/1.24/", label: "API", position: "left", activeBaseRegex: "api/(1.19|1.20|1.21|1.22|1.23|1.24|next)/", @@ -427,7 +427,7 @@ const config = { position: "right", items: [ { to: "/api/next/", label: "1.25-dev" }, - { to: "/api/1.24/", label: "1.24.0-rc0" }, + { to: "/api/1.24/", label: "1.24.0" }, { to: "/api/1.23/", label: "1.23.8" }, { to: "/api/1.22/", label: "1.22.6" }, { to: "/api/1.21/", label: "1.21.11" }, @@ -481,10 +481,6 @@ const config = { label: "Discord", href: "https://discord.gg/gitea", }, - { - label: "Matrix", - href: "https://matrix.to/#/#gitea-space:matrix.org", - }, { label: "Forum", href: "https://forum.gitea.com/", @@ -497,6 +493,10 @@ const config = { label: "Mastodon", href: "https://social.gitea.io/@gitea", }, + { + label: "Bluesky", + href: "https://bsky.app/profile/gitea.com", + }, ], }, {