Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix versioned sidebar i18n does not work #54

Merged
merged 1 commit into from
Dec 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ lint-docs:

versioning-docs:
yarn docusaurus docs:version ${RELEASE_VERSION}
cp i18n/zh/docusaurus-plugin-content-docs/current.json i18n/zh/docusaurus-plugin-content-docs/version-${RELEASE_VERSION}.json
4 changes: 0 additions & 4 deletions i18n/zh/docusaurus-plugin-content-docs/current.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@
"sidebar.mainSidebar.category.FAQ": {
"message": "常见问题"
},
"version.label": {
"message": "WIP",
"description": "The label for version current"
},
"sidebar.mainSidebar.category.Starwhale Client(swcli) User Guide": {
"message": "Starwhale Client(swcli) 用户指南",
"description": "The label for category Starwhale Client(swcli) in sidebar mainSidebar"
Expand Down
Loading