[dooc] fixed the sidebar itemm key (#2672)

pull/2674/head
Frank Lee 2023-02-13 10:45:16 +08:00 committed by GitHub
parent 6d60634433
commit 0966008839
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 18 deletions

View File

@ -1,26 +1,26 @@
{
"sidebar.docs.category.Get started": {
"sidebar.tutorialSidebar.category.Get started": {
"message": "Get started",
"description": "The label for category Get started in sidebar docs"
"description": "The label for category Get started in sidebar tutorialSidebar"
},
"sidebar.docs.category.Concepts": {
"sidebar.tutorialSidebar.category.Concepts": {
"message": "Concepts",
"description": "The label for category Concepts in sidebar docs"
"description": "The label for category Concepts in sidebar tutorialSidebar"
},
"sidebar.docs.category.Basics": {
"sidebar.tutorialSidebar.category.Basics": {
"message": "Basics",
"description": "The label for category Basics in sidebar docs"
"description": "The label for category Basics in sidebar tutorialSidebar"
},
"sidebar.docs.category.Features": {
"sidebar.tutorialSidebar.category.Features": {
"message": "Features",
"description": "The label for category Features in sidebar docs"
"description": "The label for category Features in sidebar tutorialSidebar"
},
"sidebar.docs.category.Tensor Parallel": {
"sidebar.tutorialSidebar.category.Tensor Parallel": {
"message": "Tensor Parallel",
"description": "The label for category Tensor Parallel in sidebar docs"
"description": "The label for category Tensor Parallel in sidebar tutorialSidebar"
},
"sidebar.docs.category.Advanced Tutorials": {
"sidebar.tutorialSidebar.category.Advanced Tutorials": {
"message": "Advanced Tutorials",
"description": "The label for category Advanced Tutorials in sidebar docs"
"description": "The label for category Advanced Tutorials in sidebar tutorialSidebar"
}
}

View File

@ -1,25 +1,25 @@
{
"sidebar.docs.category.Get started": {
"sidebar.tutorialSidebar.category.Get started": {
"message": "快速开始",
"description": "The label for category Get started in sidebar docs"
},
"sidebar.docs.category.Concepts": {
"sidebar.tutorialSidebar.category.Concepts": {
"message": "概念",
"description": "The label for category Concepts in sidebar docs"
},
"sidebar.docs.category.Basics": {
"sidebar.tutorialSidebar.category.Basics": {
"message": "基础",
"description": "The label for category Basics in sidebar docs"
},
"sidebar.docs.category.Features": {
"sidebar.dotutorialSidebarcs.category.Features": {
"message": "功能",
"description": "The label for category Features in sidebar docs"
},
"sidebar.docs.category.Tensor Parallel": {
"sidebar.dtutorialSidebarocs.category.Tensor Parallel": {
"message": "张量并行",
"description": "The label for category Tensor Parallel in sidebar docs"
},
"sidebar.docs.category.Advanced Tutorials": {
"sidebar.tutorialSidebar.category.Advanced Tutorials": {
"message": "高级教程",
"description": "The label for category Advanced Tutorials in sidebar docs"
}