-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
70 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"label": "backend", | ||
"label": "后端 API", | ||
"position": 1, | ||
"link": { | ||
"type": "generated-index", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"label": "User Guide", | ||
"label": "用户指南", | ||
"position": 3, | ||
"link": { | ||
"type": "generated-index", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"label": "Backend Guide", | ||
"label": "后端用户指南", | ||
"position": 1, | ||
"link": { | ||
"type": "generated-index", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"label": "Frontend Guide", | ||
"label": "前端用户指南", | ||
"position": 2, | ||
"link": { | ||
"type": "generated-index", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
{ | ||
"version.label": { | ||
"message": "Next", | ||
"description": "The label for version current" | ||
}, | ||
"sidebar.docSidebar.category.用户指南": { | ||
"message": "User Guide", | ||
"description": "The label for category User Guide in sidebar docSidebar" | ||
}, | ||
"sidebar.docSidebar.category.后端用户指南": { | ||
"message": "Backend User Guide", | ||
"description": "The label for category Backend User Guide in sidebar docSidebar" | ||
}, | ||
"sidebar.docSidebar.category.前端用户指南": { | ||
"message": "Frontend User Guide", | ||
"description": "The label for category Frontend User Guide in sidebar docSidebar" | ||
}, | ||
"sidebar.docSidebar.category.API 参考": { | ||
"message": "API Reference", | ||
"description": "The label for category API Reference in sidebar docSidebar" | ||
}, | ||
"sidebar.docSidebar.category.API 参考.link.generated-index.description": { | ||
"message": "API Reference", | ||
"description": "The generated-index page description for category API Reference in sidebar docSidebar" | ||
}, | ||
"sidebar.docSidebar.category.后端 API": { | ||
"message": "Backend API", | ||
"description": "The label for category Backend API in sidebar docSidebar" | ||
}, | ||
"sidebar.docSidebar.category.后端 API.link.generated-index.description": { | ||
"message": "Backend API", | ||
"description": "The generated-index page description for category Backend API in sidebar docSidebar" | ||
}, | ||
"sidebar.docSidebar.category.frontend": { | ||
"message": "Frontend", | ||
"description": "The label for category Frontend in sidebar docSidebar" | ||
}, | ||
"sidebar.docSidebar.category.frontend.link.generated-index.description": { | ||
"message": "Frontend API", | ||
"description": "The generated-index page description for category Frontend in sidebar docSidebar" | ||
}, | ||
"sidebar.docSidebar.category.context": { | ||
"message": "Context", | ||
"description": "The label for category Context in sidebar docSidebar" | ||
}, | ||
"sidebar.docSidebar.category.context.link.generated-index.description": { | ||
"message": "Context", | ||
"description": "The generated-index page description for category Context in sidebar docSidebar" | ||
}, | ||
"sidebar.docSidebar.category.hooks": { | ||
"message": "Hooks", | ||
"description": "The label for category Hooks in sidebar docSidebar" | ||
}, | ||
"sidebar.docSidebar.category.hooks.link.generated-index.description": { | ||
"message": "Hooks", | ||
"description": "The generated-index page description for category Hooks in sidebar docSidebar" | ||
}, | ||
"sidebar.docSidebar.category.社区与贡献": { | ||
"message": "Community and Contribution", | ||
"description": "The label for category Community and Contribution in sidebar docSidebar" | ||
}, | ||
"sidebar.docSidebar.category.社区与贡献.link.generated-index.description": { | ||
"message": "Developer documentation for Open LLM Vtuber", | ||
"description": "The generated-index page description for category Community and Contribution in sidebar docSidebar" | ||
} | ||
} |