mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-12 02:37:45 +08:00
- 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.
25 lines
719 B
JSON
25 lines
719 B
JSON
{
|
||
"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"
|
||
}
|
||
} |