Skip to content

Chinese Translation Fix: Fix section titles in _toctree.yml to include proper Chinese numbering #522

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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
10 changes: 5 additions & 5 deletions units/zh-CN/_toctree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@
title: 第 1 单元最终测验
- local: unit1/conclusion
title: 结论
- title: Unit 2. AI 智能体框架
- title: 第 2 单元. AI 智能体框架
sections:
- local: unit2/introduction
title: AI 智能体框架
- title: Unit 2.1 smolagents 框架
- title: 2.1 单元. smolagents 框架
sections:
- local: unit2/smolagents/introduction
title: smolagents 简介
Expand All @@ -72,7 +72,7 @@
title: 最终测验
- local: unit2/smolagents/conclusion
title: 结论
- title: Unit 2.2 The LlamaIndex framework
- title: 2.2 单元. LlamaIndex 框架
sections:
- local: unit2/llama-index/introduction
title: LlamaIndex 简介
Expand All @@ -92,7 +92,7 @@
title: 快速测验2
- local: unit2/llama-index/conclusion
title: 结论
- title: Unit 2.3 LangGraph
- title: 2.3 单元. LangGraph 框架
sections:
- local: unit2/langgraph/introduction
title: LangGraph 是什么?
Expand Down Expand Up @@ -122,7 +122,7 @@
title: 创建你的 Gala 智能体
- local: unit3/agentic-rag/conclusion
title: 结论
- title: 第四单元. 最终项目 - 创建,测试和认证你的智能体
- title: 第 4 单元. 最终项目 - 创建,测试和认证你的智能体
sections:
- local: unit4/introduction
title: 欢迎来到最后一个单元
Expand Down