Skip to content

Commit 4053e71

Browse files
authored
doc: add migration category to sidebar docs in English and Chinese (#726)
1 parent f302177 commit 4053e71

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

website/i18n/en/docusaurus-plugin-content-docs/current.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,9 @@
2626
"sidebar.docs.category.fesod-sheet": {
2727
"message": "Fesod Sheet",
2828
"description": "The label for category fesod-sheet in sidebar docs"
29+
},
30+
"sidebar.docs.category.migration": {
31+
"message": "Migration",
32+
"description": "The label for category migration in sidebar docs"
2933
}
3034
}

website/i18n/zh-cn/docusaurus-plugin-content-docs/current.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,9 @@
2626
"sidebar.docs.category.fesod-sheet": {
2727
"message": "Fesod Sheet",
2828
"description": "The label for category fesod-sheet in sidebar docs"
29+
},
30+
"sidebar.docs.category.migration": {
31+
"message": "迁移",
32+
"description": "The label for category migration in sidebar docs"
2933
}
3034
}

0 commit comments

Comments
 (0)