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:
lng2020
2023-11-29 07:49:37 +00:00
committed by Lunny Xiao
parent d9712e0fd6
commit 251c3ee97c
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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' },
],
},