Add license files and new runtime JavaScript bundle for Chinese documentation site

This commit is contained in:
catlog22
2026-02-05 20:57:57 +08:00
parent 9fc2c876f7
commit 4258a77dd2
108 changed files with 305 additions and 1222 deletions

View File

@@ -1,34 +1,34 @@
{
"version.label": {
"message": "Next",
"message": "当前",
"description": "The label for version current"
},
"sidebar.docs.category.Commands": {
"message": "Commands",
"message": "命令",
"description": "The label for category 'Commands' in sidebar 'docs'"
},
"sidebar.docs.category.General Commands": {
"message": "General Commands",
"message": "通用命令",
"description": "The label for category 'General Commands' in sidebar 'docs'"
},
"sidebar.docs.category.Issue Commands": {
"message": "Issue Commands",
"message": "Issue 命令",
"description": "The label for category 'Issue Commands' in sidebar 'docs'"
},
"sidebar.docs.category.CLI Commands": {
"message": "CLI Commands",
"message": "CLI 命令",
"description": "The label for category 'CLI Commands' in sidebar 'docs'"
},
"sidebar.docs.category.Memory Commands": {
"message": "Memory Commands",
"message": "Memory 命令",
"description": "The label for category 'Memory Commands' in sidebar 'docs'"
},
"sidebar.docs.category.Workflows": {
"message": "Workflows",
"message": "工作流",
"description": "The label for category 'Workflows' in sidebar 'docs'"
},
"sidebar.docs.doc.Quick Start": {
"message": "Quick Start",
"message": "概览",
"description": "The label for the doc item 'Quick Start' in sidebar 'docs', linking to the doc overview"
},
"sidebar.docs.doc.ccw": {
@@ -120,31 +120,31 @@
"description": "The label for the doc item 'memory-compact' in sidebar 'docs', linking to the doc commands/memory/memory-compact"
},
"sidebar.docs.doc.Introduction": {
"message": "Introduction",
"message": "介绍",
"description": "The label for the doc item 'Introduction' in sidebar 'docs', linking to the doc workflows/introduction"
},
"sidebar.docs.doc.Level 1: Ultra Lightweight": {
"message": "Level 1: Ultra Lightweight",
"message": "级别 1超轻量",
"description": "The label for the doc item 'Level 1: Ultra Lightweight' in sidebar 'docs', linking to the doc workflows/level-1-ultra-lightweight"
},
"sidebar.docs.doc.Level 2: Rapid": {
"message": "Level 2: Rapid",
"message": "级别 2快速",
"description": "The label for the doc item 'Level 2: Rapid' in sidebar 'docs', linking to the doc workflows/level-2-rapid"
},
"sidebar.docs.doc.Level 3: Standard": {
"message": "Level 3: Standard",
"message": "级别 3标准",
"description": "The label for the doc item 'Level 3: Standard' in sidebar 'docs', linking to the doc workflows/level-3-standard"
},
"sidebar.docs.doc.Level 4: Brainstorm": {
"message": "Level 4: Brainstorm",
"message": "级别 4头脑风暴",
"description": "The label for the doc item 'Level 4: Brainstorm' in sidebar 'docs', linking to the doc workflows/level-4-brainstorm"
},
"sidebar.docs.doc.Level 5: Intelligent": {
"message": "Level 5: Intelligent",
"message": "级别 5智能",
"description": "The label for the doc item 'Level 5: Intelligent' in sidebar 'docs', linking to the doc workflows/level-5-intelligent"
},
"sidebar.docs.doc.FAQ": {
"message": "FAQ",
"message": "常见问题",
"description": "The label for the doc item 'FAQ' in sidebar 'docs', linking to the doc faq"
}
}

View File

@@ -16,7 +16,7 @@ import Link from '@docusaurus/Link';
</div>
<div className="card__body">
<p>探索 15 个工作流级别,从快速执行到智能编排</p>
<Link to="/docs/zh/workflows/introduction">开始使用</Link>
<Link to="/workflows/introduction">开始使用</Link>
</div>
</div>
</div>
@@ -27,7 +27,7 @@ import Link from '@docusaurus/Link';
</div>
<div className="card__body">
<p>完整命令参考涵盖工作流、issue、CLI 和内存操作</p>
<Link to="/docs/zh/commands/general/ccw">浏览命令</Link>
<Link to="/commands/general/ccw">浏览命令</Link>
</div>
</div>
</div>
@@ -35,6 +35,6 @@ import Link from '@docusaurus/Link';
## 快速链接
- [工作流介绍](/docs/zh/workflows/introduction)
- [命令参考](/docs/zh/commands/general/ccw)
- [常见问题](/docs/zh/faq)
- [工作流介绍](/workflows/introduction)
- [命令参考](/commands/general/ccw)
- [常见问题](/faq)

View File

@@ -28,7 +28,7 @@ CCW (Claude Code Workflows) 是一个高级开发环境,编排 AI 代理、工
<div className="row">
<div className="col col--4">
<Link to="/docs/workflows/introduction" className="card padding--lg">
<Link to="/workflows/introduction" className="card padding--lg">
<div className="card__header">
<h3>工作流</h3>
</div>
@@ -38,7 +38,7 @@ CCW (Claude Code Workflows) 是一个高级开发环境,编排 AI 代理、工
</Link>
</div>
<div className="col col--4">
<Link to="/docs/commands/general/ccw" className="card padding--lg">
<Link to="/commands/general/ccw" className="card padding--lg">
<div className="card__header">
<h3>命令</h3>
</div>
@@ -48,7 +48,7 @@ CCW (Claude Code Workflows) 是一个高级开发环境,编排 AI 代理、工
</Link>
</div>
<div className="col col--4">
<Link to="/docs/faq" className="card padding--lg">
<Link to="/faq" className="card padding--lg">
<div className="card__header">
<h3>常见问题</h3>
</div>
@@ -186,7 +186,7 @@ CCW 为所有工作流会话提供完整的状态持久化:
<li>简单功能实现</li>
<li>无规划开销的直接执行</li>
</ul>
<Link to="/docs/workflows/level-1-ultra-lightweight" className="button button--primary button--sm">学习级别 1</Link>
<Link to="/workflows/level-1-ultra-lightweight" className="button button--primary button--sm">学习级别 1</Link>
</div>
</div>
</div>
@@ -202,7 +202,7 @@ CCW 为所有工作流会话提供完整的状态持久化:
<li>测试驱动开发</li>
<li>带验证的完整规划</li>
</ul>
<Link to="/docs/workflows/level-3-standard" className="button button--primary button--sm">学习级别 3</Link>
<Link to="/workflows/level-3-standard" className="button button--primary button--sm">学习级别 3</Link>
</div>
</div>
</div>