@@ -13,7 +13,7 @@ export const guideSections: GuideSection[] = [
1313 zhLabel : "入门" ,
1414 items : [
1515 { slug : "what-is-harness" , title : "What is a Harness?" , zhTitle : "什么是 Harness?" } ,
16- { slug : "your-first-harness" , title : "Your First Harness" , zhTitle : "搭建你的第一个 Harness" } ,
16+ { slug : "your-first-harness" , title : "Your First Harness" , zhTitle : "你的第一个 Harness" } ,
1717 { slug : "harness-vs-framework" , title : "Harness vs. Framework" , zhTitle : "Harness 与 Framework 的区别" } ,
1818 ] ,
1919 } ,
@@ -23,8 +23,8 @@ export const guideSections: GuideSection[] = [
2323 zhLabel : "核心概念" ,
2424 items : [
2525 { slug : "agentic-loop" , title : "Agentic Loop" , zhTitle : "Agentic Loop" } ,
26- { slug : "tool-system" , title : "Tool System" , zhTitle : "Tool System " } ,
27- { slug : "memory-and-context" , title : "Memory & Context" , zhTitle : "Memory & Context" } ,
26+ { slug : "tool-system" , title : "Tool System" , zhTitle : "Tool 系统 " } ,
27+ { slug : "memory-and-context" , title : "Memory & Context" , zhTitle : "Memory 与 Context" } ,
2828 { slug : "guardrails" , title : "Guardrails" , zhTitle : "Guardrails" } ,
2929 ] ,
3030 } ,
@@ -33,19 +33,19 @@ export const guideSections: GuideSection[] = [
3333 label : "Practice" ,
3434 zhLabel : "实战" ,
3535 items : [
36- { slug : "context-engineering" , title : "Context Engineering" , zhTitle : "Context Engineering " } ,
37- { slug : "sandbox" , title : "Sandbox" , zhTitle : "Sandbox 实战 " } ,
38- { slug : "skill-system" , title : "Skill System" , zhTitle : "Skill System " } ,
36+ { slug : "context-engineering" , title : "Context Engineering" , zhTitle : "Context 工程 " } ,
37+ { slug : "sandbox" , title : "Sandbox" , zhTitle : "Sandbox" } ,
38+ { slug : "skill-system" , title : "Skill System" , zhTitle : "Skill 系统 " } ,
3939 { slug : "sub-agent" , title : "Sub-Agent" , zhTitle : "Sub-Agent" } ,
40- { slug : "error-handling" , title : "Error Handling" , zhTitle : "Error Handling " } ,
40+ { slug : "error-handling" , title : "Error Handling" , zhTitle : "错误处理 " } ,
4141 ] ,
4242 } ,
4343 {
4444 id : "reference" ,
4545 label : "Reference" ,
4646 zhLabel : "参考" ,
4747 items : [
48- { slug : "comparison" , title : "Implementation Comparison" , zhTitle : "实现对比" } ,
48+ { slug : "comparison" , title : "Implementation Comparison" , zhTitle : "主流 Harness 实现对比" } ,
4949 { slug : "glossary" , title : "Glossary" , zhTitle : "术语表" } ,
5050 ] ,
5151 } ,
0 commit comments