mirror of
https://gitea.com/gitea/docs.git
synced 2026-09-17 19:55:34 +00:00
1.27.1 (#476)
1.27.1 (gitea/docs#476) Co-authored-by: Lunny Xiao <[email protected]>
This commit is contained in:
committed by
techknowlogick
parent
31c6782d0c
commit
a7e2060a6a
@@ -86,11 +86,11 @@ const globalVariables = {
|
||||
goVersion: "1.26",
|
||||
minGoVersion: "1.26",
|
||||
minNodeVersion: "24",
|
||||
version: "1.27.0",
|
||||
sourceVersion: "v1.27.0",
|
||||
version: "1.27.1",
|
||||
sourceVersion: "v1.27.1",
|
||||
sourceBranch: "release/v1.27",
|
||||
dockerVersion: "1.27.0",
|
||||
displayVersion: "1.27.0",
|
||||
dockerVersion: "1.27.1",
|
||||
displayVersion: "1.27.1",
|
||||
},
|
||||
"1.26": {
|
||||
goVersion: "1.26",
|
||||
@@ -434,7 +434,7 @@ const config = {
|
||||
position: "right",
|
||||
items: [
|
||||
{ to: "/api/next/", label: "1.28-dev" },
|
||||
{ to: "/api/1.27/", label: "1.27.0" },
|
||||
{ to: "/api/1.27/", label: "1.27.1" },
|
||||
{ to: "/api/1.26/", label: "1.26.4" },
|
||||
{ to: "/api/1.25/", label: "1.25.5" },
|
||||
{ to: "/api/1.24/", label: "1.24.7" },
|
||||
|
||||
Reference in New Issue
Block a user