Skip to content

Commit

Permalink
更新导航栏脚本API信息
Browse files Browse the repository at this point in the history
  • Loading branch information
Qianshanyao committed May 4, 2024
1 parent 781fd9d commit 935ea97
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,11 +177,11 @@ const config = {
items: [
{
to: '/docs/sapi/stable',
label: '稳定版 [1.20.80]',
label: '稳定版 [1.20.8x]',
},
{
to: '/docs/sapi/preview',
label: '预览版 [1.21.0.23]',
label: '预览版 [1.21.0.24]',
}
]
},
Expand Down
12 changes: 6 additions & 6 deletions i18n/en/docusaurus-theme-classic/navbar.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
"message": "Preview",
"description": "Navbar item with label 预览版"
},
"item.label.稳定版 [1.20.80]": {
"message": "Stable [1.20.80]",
"description": "Navbar item with label 稳定版 [1.20.80]"
"item.label.稳定版 [1.20.8x]": {
"message": "Stable [1.20.8x]",
"description": "Navbar item with label 稳定版 [1.20.8x]"
},
"item.label.预览版 [1.21.0.23]": {
"message": "Preview [1.21.0.23]",
"description": "Navbar item with label 预览版 [1.21.0.23]"
"item.label.预览版 [1.21.0.24]": {
"message": "Preview [1.21.0.24]",
"description": "Navbar item with label 预览版 [1.21.0.24]"
}
}

0 comments on commit 935ea97

Please sign in to comment.