Skip to content

Commit 41411c8

Browse files
committed
fix some errors
1 parent 349135e commit 41411c8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/development-guide/live-dev.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ sidebar_position: 3
1111
- **Open-LLM-VTuber 主进程**: 运行 AI、TTS 等核心服务。
1212
- **前端 UI (用户界面)**: 展示 Live2D 模型、接收用户 (直播间管理员) 输入、播放音频等。
1313

14-
**关键连接拓扑:**
14+
**架构图**
1515

1616
```mermaid
1717
graph LR

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@
5959
"message": "Development Guide",
6060
"description": "The label for category Development Guide in sidebar docSidebar"
6161
},
62-
"sidebar.docSidebar.category.后端开发指南": {
63-
"message": "Backend Development Guide",
64-
"description": "The label for category Backend Development Guide in sidebar docSidebar"
62+
"sidebar.docSidebar.category.后端开发": {
63+
"message": "Backend Development",
64+
"description": "The label for category Backend Development in sidebar docSidebar"
6565
},
6666
"sidebar.docSidebar.category.社区与贡献": {
6767
"message": "Community and Contribution",

i18n/en/docusaurus-plugin-content-docs/current/development-guide/live-dev.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The live streaming integration in this project adopts a **separate process** arc
1111
- **Open-LLM-VTuber Main Process**: Runs AI, TTS, and other core services.
1212
- **Frontend UI (User Interface)**: Displays the Live2D model, receives user (the room admin) input, plays audio, etc.
1313

14-
**Key Connection Topology:**
14+
**Architecture Diagram**
1515

1616
```mermaid
1717
graph LR

0 commit comments

Comments
 (0)