mirror of
https://gitea.com/gitea/docs.git
synced 2026-07-22 02:37:42 +00:00
bump to 1.24.0
This commit is contained in:
@@ -73,9 +73,9 @@ const pageConfig = renderApiSSR
|
|||||||
|
|
||||||
const globalVariables = {
|
const globalVariables = {
|
||||||
current: {
|
current: {
|
||||||
goVersion: "1.23",
|
goVersion: "1.24",
|
||||||
minGoVersion: "1.23",
|
minGoVersion: "1.24",
|
||||||
minNodeVersion: "18",
|
minNodeVersion: "22",
|
||||||
version: "main-nightly",
|
version: "main-nightly",
|
||||||
sourceVersion: "main",
|
sourceVersion: "main",
|
||||||
sourceBranch: "main",
|
sourceBranch: "main",
|
||||||
@@ -84,13 +84,13 @@ const globalVariables = {
|
|||||||
},
|
},
|
||||||
1.24: {
|
1.24: {
|
||||||
goVersion: "1.24",
|
goVersion: "1.24",
|
||||||
minGoVersion: "1.23",
|
minGoVersion: "1.24",
|
||||||
minNodeVersion: "18",
|
minNodeVersion: "22",
|
||||||
version: "1.24.0-rc0",
|
version: "1.24.0",
|
||||||
sourceVersion: "v1.24.0-rc0",
|
sourceVersion: "v1.24.0",
|
||||||
sourceBranch: "release/v1.24",
|
sourceBranch: "release/v1.24",
|
||||||
dockerVersion: "1.24.0-rc0",
|
dockerVersion: "1.24.0",
|
||||||
displayVersion: "1.24.0-rc0",
|
displayVersion: "1.24.0",
|
||||||
},
|
},
|
||||||
1.23: {
|
1.23: {
|
||||||
goVersion: "1.23",
|
goVersion: "1.23",
|
||||||
@@ -390,7 +390,7 @@ const config = {
|
|||||||
label: "Docs",
|
label: "Docs",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
to: "/api/1.23/",
|
to: "/api/1.24/",
|
||||||
label: "API",
|
label: "API",
|
||||||
position: "left",
|
position: "left",
|
||||||
activeBaseRegex: "api/(1.19|1.20|1.21|1.22|1.23|1.24|next)/",
|
activeBaseRegex: "api/(1.19|1.20|1.21|1.22|1.23|1.24|next)/",
|
||||||
@@ -427,7 +427,7 @@ const config = {
|
|||||||
position: "right",
|
position: "right",
|
||||||
items: [
|
items: [
|
||||||
{ to: "/api/next/", label: "1.25-dev" },
|
{ 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.23/", label: "1.23.8" },
|
||||||
{ to: "/api/1.22/", label: "1.22.6" },
|
{ to: "/api/1.22/", label: "1.22.6" },
|
||||||
{ to: "/api/1.21/", label: "1.21.11" },
|
{ to: "/api/1.21/", label: "1.21.11" },
|
||||||
@@ -481,10 +481,6 @@ const config = {
|
|||||||
label: "Discord",
|
label: "Discord",
|
||||||
href: "https://discord.gg/gitea",
|
href: "https://discord.gg/gitea",
|
||||||
},
|
},
|
||||||
{
|
|
||||||
label: "Matrix",
|
|
||||||
href: "https://matrix.to/#/#gitea-space:matrix.org",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Forum",
|
label: "Forum",
|
||||||
href: "https://forum.gitea.com/",
|
href: "https://forum.gitea.com/",
|
||||||
@@ -497,6 +493,10 @@ const config = {
|
|||||||
label: "Mastodon",
|
label: "Mastodon",
|
||||||
href: "https://social.gitea.io/@gitea",
|
href: "https://social.gitea.io/@gitea",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: "Bluesky",
|
||||||
|
href: "https://bsky.app/profile/gitea.com",
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user