mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-03-29 20:11:04 +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:
@@ -4,15 +4,15 @@ import ComponentCreator from '@docusaurus/ComponentCreator';
|
||||
export default [
|
||||
{
|
||||
path: '/docs/zh/',
|
||||
component: ComponentCreator('/docs/zh/', 'f41'),
|
||||
component: ComponentCreator('/docs/zh/', 'b34'),
|
||||
routes: [
|
||||
{
|
||||
path: '/docs/zh/',
|
||||
component: ComponentCreator('/docs/zh/', 'dbd'),
|
||||
component: ComponentCreator('/docs/zh/', 'a8e'),
|
||||
routes: [
|
||||
{
|
||||
path: '/docs/zh/',
|
||||
component: ComponentCreator('/docs/zh/', 'c34'),
|
||||
component: ComponentCreator('/docs/zh/', '632'),
|
||||
routes: [
|
||||
{
|
||||
path: '/docs/zh/commands/cli/cli-init',
|
||||
@@ -148,7 +148,7 @@ export default [
|
||||
},
|
||||
{
|
||||
path: '/docs/zh/faq',
|
||||
component: ComponentCreator('/docs/zh/faq', '9bf'),
|
||||
component: ComponentCreator('/docs/zh/faq', 'd6c'),
|
||||
exact: true,
|
||||
sidebar: "docs"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user