mirror of
https://gitea.com/gitea/docs.git
synced 2026-07-01 08:34:24 +00:00
upgrade to 1.23.2 (#166)
Reviewed-on: https://gitea.com/gitea/docs/pulls/166 Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.com> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-committed-by: Lunny Xiao <xiaolunwen@gmail.com>
This commit is contained in:
committed by
techknowlogick
parent
93d5d77bfd
commit
cea3a053b7
@@ -80,11 +80,11 @@ const globalVariables = {
|
||||
'goVersion': '1.23',
|
||||
'minGoVersion': '1.22',
|
||||
'minNodeVersion': '18',
|
||||
'version': '1.23.1',
|
||||
'version': '1.23.2',
|
||||
'sourceVersion': 'v1.23.0',
|
||||
'sourceBranch': 'release/v1.23',
|
||||
'dockerVersion': '1.23.1',
|
||||
'displayVersion': '1.23.1'
|
||||
'dockerVersion': '1.23.2',
|
||||
'displayVersion': '1.23.2'
|
||||
},
|
||||
'1.22': {
|
||||
'goVersion': '1.22',
|
||||
@@ -368,7 +368,7 @@ const config = {
|
||||
position: 'right',
|
||||
items: [
|
||||
{to: '/api/next/', label: '1.24-dev' },
|
||||
{to: '/api/1.23/', label: '1.23.1' },
|
||||
{to: '/api/1.23/', label: '1.23.2' },
|
||||
{to: '/api/1.22/', label: '1.22.6' },
|
||||
{to: '/api/1.21/', label: '1.21.11' },
|
||||
{to: '/api/1.20/', label: '1.20.6' },
|
||||
|
||||
Reference in New Issue
Block a user