mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-10 02:24:35 +08:00
feat: add Chinese localization and new assets for CCW documentation
- Created LICENSE.txt for JavaScript assets including NProgress and React libraries. - Added runtime JavaScript file for main functionality. - Introduced new favicon and logo SVG assets for branding. - Added comprehensive FAQ section in Chinese, covering CCW features, installation, workflows, AI model support, and troubleshooting.
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -5,7 +5,7 @@
|
||||
"source": "@site/docs/faq.mdx",
|
||||
"sourceDirName": ".",
|
||||
"slug": "/faq",
|
||||
"permalink": "/docs/zh/faq",
|
||||
"permalink": "/docs/faq",
|
||||
"draft": false,
|
||||
"unlisted": false,
|
||||
"editUrl": "https://github.com/ccw/docs/tree/main/docs/faq.mdx",
|
||||
@@ -20,6 +20,6 @@
|
||||
"sidebar": "docs",
|
||||
"previous": {
|
||||
"title": "Level 5: Intelligent",
|
||||
"permalink": "/docs/zh/workflows/level-5-intelligent"
|
||||
"permalink": "/docs/workflows/level-5-intelligent"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"id": "faq",
|
||||
"title": "常见问题(FAQ)",
|
||||
"description": "关于 CCW、工作流、命令与排错的常见问题汇总。",
|
||||
"source": "@site/i18n/zh/docusaurus-plugin-content-docs/current/faq.mdx",
|
||||
"sourceDirName": ".",
|
||||
"slug": "/faq",
|
||||
"permalink": "/docs/zh/faq",
|
||||
"draft": false,
|
||||
"unlisted": false,
|
||||
"editUrl": "https://github.com/ccw/docs/tree/main/docs/faq.mdx",
|
||||
"tags": [],
|
||||
"version": "current",
|
||||
"sidebarPosition": 99,
|
||||
"frontMatter": {
|
||||
"title": "常见问题(FAQ)",
|
||||
"sidebar_label": "常见问题",
|
||||
"sidebar_position": 99
|
||||
},
|
||||
"sidebar": "docs",
|
||||
"previous": {
|
||||
"title": "Level 5: Intelligent",
|
||||
"permalink": "/docs/zh/workflows/level-5-intelligent"
|
||||
}
|
||||
}
|
||||
@@ -23,7 +23,7 @@
|
||||
"permalink": "/docs/zh/workflows/level-4-brainstorm"
|
||||
},
|
||||
"next": {
|
||||
"title": "FAQ",
|
||||
"title": "常见问题",
|
||||
"permalink": "/docs/zh/faq"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user