Add runtime JavaScript file for Chinese documentation build

This commit is contained in:
catlog22
2026-02-05 21:50:52 +08:00
parent 4258a77dd2
commit 05ad8110f4
93 changed files with 4098 additions and 137 deletions

View File

@@ -73,7 +73,7 @@ CCW supports all programming languages. The AI models can analyze and generate c
Use this quick decision tree:
1. **Post-development maintenance?** → Use [Issue Workflow](./workflows/faq.mdx#what-is-the-difference-between-main-workflow-and-issue-workflow)
1. **Post-development maintenance?** → Use [Issue Workflow](/workflows/faq#what-is-the-difference-between-main-workflow-and-issue-workflow)
2. **Uncertain which commands to use?** → Use `ccw-coordinator` (Level 5)
3. **Requirements unclear?** → Use `brainstorm:auto-parallel` (Level 4)
4. **Need persistent session?**
@@ -716,9 +716,9 @@ ccw plan "Continue auth refactor" --memory WFS-auth-v1
## Related Documentation
- [Workflow Introduction](./workflows/introduction.mdx) - Complete workflow guide
- [Workflow FAQ](./workflows/faq.mdx) - Workflow-specific questions
- [Command Reference](./commands/general/ccw.mdx) - All commands
- [Workflow Introduction](/workflows/introduction) - Complete workflow guide
- [Workflow FAQ](/workflows/faq) - Workflow-specific questions
- [Command Reference](/commands/general/ccw) - All commands
---