mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-12 02:37:45 +08:00
Add license files and new runtime JavaScript bundle for Chinese documentation site
This commit is contained in:
@@ -4,15 +4,15 @@ import ComponentCreator from '@docusaurus/ComponentCreator';
|
||||
export default [
|
||||
{
|
||||
path: '/docs/zh/',
|
||||
component: ComponentCreator('/docs/zh/', '47a'),
|
||||
component: ComponentCreator('/docs/zh/', 'f41'),
|
||||
routes: [
|
||||
{
|
||||
path: '/docs/zh/',
|
||||
component: ComponentCreator('/docs/zh/', 'dec'),
|
||||
component: ComponentCreator('/docs/zh/', 'dbd'),
|
||||
routes: [
|
||||
{
|
||||
path: '/docs/zh/',
|
||||
component: ComponentCreator('/docs/zh/', 'aea'),
|
||||
component: ComponentCreator('/docs/zh/', 'c34'),
|
||||
routes: [
|
||||
{
|
||||
path: '/docs/zh/commands/cli/cli-init',
|
||||
@@ -158,11 +158,6 @@ export default [
|
||||
exact: true,
|
||||
sidebar: "docs"
|
||||
},
|
||||
{
|
||||
path: '/docs/zh/overview.zh',
|
||||
component: ComponentCreator('/docs/zh/overview.zh', 'ce0'),
|
||||
exact: true
|
||||
},
|
||||
{
|
||||
path: '/docs/zh/workflows/faq',
|
||||
component: ComponentCreator('/docs/zh/workflows/faq', '319'),
|
||||
@@ -209,11 +204,6 @@ export default [
|
||||
component: ComponentCreator('/docs/zh/', '0e3'),
|
||||
exact: true,
|
||||
sidebar: "docs"
|
||||
},
|
||||
{
|
||||
path: '/docs/zh/',
|
||||
component: ComponentCreator('/docs/zh/', '792'),
|
||||
exact: true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user