Skip to content

Commit

Permalink
chore: bump package navbar to modules
Browse files Browse the repository at this point in the history
Signed-off-by: peefy <[email protected]>
  • Loading branch information
Peefy committed Nov 13, 2023
1 parent f4a7b71 commit a61dc0b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,8 @@ const config = {
{
href: 'https://artifacthub.io/packages/search?org=kcl&sort=relevance&page=1',
position: 'left',
sidebarId: 'packages',
label: 'Packages',
sidebarId: 'modules',
label: 'Modules',
},
{
href: 'http://play.kcl-lang.io/',
Expand Down
4 changes: 4 additions & 0 deletions i18n/en/docusaurus-theme-classic/navbar.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@
"message": "Packages",
"description": "Navbar item with label Packages"
},
"item.label.Modules": {
"message": "Modules",
"description": "Navbar item with label Modules"
},
"item.label.Examples": {
"message": "Examples",
"description": "Navbar item with label Examples"
Expand Down
4 changes: 4 additions & 0 deletions i18n/zh-CN/docusaurus-theme-classic/navbar.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
"message": "软件包",
"description": "Navbar item with label Packages"
},
"item.label.Modules": {
"message": "模型库",
"description": "Navbar item with label Modules"
},
"item.label.Examples": {
"message": "样例",
"description": "Navbar item with label Examples"
Expand Down

0 comments on commit a61dc0b

Please sign in to comment.