Fix 1.20 minor version (#95)
Reviewed-on: https://gitea.com/gitea/gitea-docusaurus/pulls/95 Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: lng2020 <nanguanlin6@gmail.com> Co-committed-by: lng2020 <nanguanlin6@gmail.com>
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