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:
catlog22
2026-02-06 21:56:02 +08:00
parent 9b1655be9b
commit 6a5c17e42e
126 changed files with 3363 additions and 734 deletions

File diff suppressed because one or more lines are too long

View File

@@ -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"
}
}

View File

@@ -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"
}
}

View File

@@ -23,7 +23,7 @@
"permalink": "/docs/zh/workflows/level-4-brainstorm"
},
"next": {
"title": "FAQ",
"title": "常见问题",
"permalink": "/docs/zh/faq"
}
}