mirror of
https://gitea.com/gitea/docs.git
synced 2026-09-17 19:55:34 +00:00
update version to 1.23.0 (#141)
Reviewed-on: https://gitea.com/gitea/docs/pulls/141
This commit is contained in:
@@ -63,8 +63,8 @@ const pageConfig = renderApiSSR ? {
|
||||
|
||||
const globalVariables = {
|
||||
current: {
|
||||
'goVersion': '1.22',
|
||||
'minGoVersion': '1.22',
|
||||
'goVersion': '1.23',
|
||||
'minGoVersion': '1.23',
|
||||
'minNodeVersion': '18',
|
||||
'version': 'main-nightly',
|
||||
'sourceVersion': 'main',
|
||||
@@ -76,11 +76,11 @@ const globalVariables = {
|
||||
'goVersion': '1.23',
|
||||
'minGoVersion': '1.22',
|
||||
'minNodeVersion': '18',
|
||||
'version': '1.23.0-rc0',
|
||||
'sourceVersion': 'v1.23.0-rc0',
|
||||
'version': '1.23.0',
|
||||
'sourceVersion': 'v1.23.0',
|
||||
'sourceBranch': 'release/v1.23',
|
||||
'dockerVersion': '1.23.0-rc0',
|
||||
'displayVersion': '1.23.0-rc0'
|
||||
'dockerVersion': '1.23.0',
|
||||
'displayVersion': '1.23.0'
|
||||
},
|
||||
'1.22': {
|
||||
'goVersion': '1.22',
|
||||
@@ -325,7 +325,7 @@ const config = {
|
||||
label: 'Docs',
|
||||
},
|
||||
{
|
||||
to: '/api/1.22/',
|
||||
to: '/api/1.23/',
|
||||
label: 'API',
|
||||
position: 'left',
|
||||
activeBaseRegex: 'api/(1.19|1.20|1.21|1.22|1.23|next)/',
|
||||
@@ -362,7 +362,7 @@ const config = {
|
||||
position: 'right',
|
||||
items: [
|
||||
{to: '/api/next/', label: '1.24-dev' },
|
||||
{to: '/api/1.23/', label: '1.23.0-rc0' },
|
||||
{to: '/api/1.23/', label: '1.23.0' },
|
||||
{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