mirror of
https://gitea.com/gitea/docs.git
synced 2026-07-02 08:58:45 +00:00
update 1.26.3 (#442)
Reviewed-on: https://gitea.com/gitea/docs/pulls/442 Reviewed-by: Nicolas <bircni@icloud.com> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-committed-by: Lunny Xiao <xiaolunwen@gmail.com>
This commit is contained in:
@@ -82,11 +82,11 @@ const globalVariables = {
|
||||
goVersion: "1.26",
|
||||
minGoVersion: "1.26",
|
||||
minNodeVersion: "22",
|
||||
version: "1.26.2",
|
||||
sourceVersion: "v1.26.2",
|
||||
version: "1.26.3",
|
||||
sourceVersion: "v1.26.3",
|
||||
sourceBranch: "release/v1.26",
|
||||
dockerVersion: "1.26.2",
|
||||
displayVersion: "1.26.2",
|
||||
dockerVersion: "1.26.3",
|
||||
displayVersion: "1.26.3",
|
||||
},
|
||||
"1.25": {
|
||||
goVersion: "1.25",
|
||||
@@ -417,7 +417,7 @@ const config = {
|
||||
position: "right",
|
||||
items: [
|
||||
{ to: "/api/next/", label: "1.27-dev" },
|
||||
{ to: "/api/1.26/", label: "1.26.2" },
|
||||
{ to: "/api/1.26/", label: "1.26.3" },
|
||||
{ to: "/api/1.25/", label: "1.25.5" },
|
||||
{ to: "/api/1.24/", label: "1.24.7" },
|
||||
{ to: "/api/1.23/", label: "1.23.8" },
|
||||
|
||||
Reference in New Issue
Block a user