mirror of
https://gitea.com/gitea/docs.git
synced 2026-09-19 12:38:51 +00:00
Fix 1.20 minor version (#95)
Reviewed-on: https://gitea.com/gitea/gitea-docusaurus/pulls/95 Reviewed-by: Lunny Xiao <[email protected]> Co-authored-by: lng2020 <[email protected]> Co-committed-by: lng2020 <[email protected]>
This commit is contained in:
@@ -111,7 +111,7 @@ const config = {
|
||||
label: '1.21.1',
|
||||
},
|
||||
'1.20': {
|
||||
label: '1.20.5'
|
||||
label: '1.20.6'
|
||||
},
|
||||
'1.19': {
|
||||
label: '1.19.4',
|
||||
@@ -199,7 +199,7 @@ const config = {
|
||||
items: [
|
||||
{to: '/api/next/', label: '1.22-dev' },
|
||||
{to: '/api/1.21/', label: '1.21.1' },
|
||||
{to: '/api/1.20/', label: '1.20.4' },
|
||||
{to: '/api/1.20/', label: '1.20.6' },
|
||||
{to: '/api/1.19/', label: '1.19.4' },
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user