Remove deprecated issue management skills: issue-discover, issue-new, issue-plan, and issue-queue. These skills have been deleted to streamline the codebase and improve maintainability.

This commit is contained in:
catlog22
2026-02-07 15:28:31 +08:00
parent 514f97956e
commit 4ce4419ea6
56 changed files with 2769 additions and 9927 deletions

View File

@@ -8,7 +8,7 @@ export default {
"tagline": "Professional Workflow Automation Platform",
"favicon": "img/favicon.svg",
"url": "http://localhost:3001",
"baseUrl": "/docs/",
"baseUrl": "/docs/zh/",
"organizationName": "ccw",
"projectName": "docs",
"trailingSlash": false,
@@ -48,9 +48,9 @@ export default {
],
"themeConfig": {
"navbar": {
"title": "CCW Help",
"title": "CCW 帮助",
"logo": {
"alt": "CCW Logo",
"alt": "CCW 标志",
"src": "img/logo.svg"
},
"items": [
@@ -65,7 +65,7 @@ export default {
},
"footer": {
"style": "dark",
"copyright": "Copyright © 2026 CCW. Built with Docusaurus.",
"copyright": "版权 © 2026 CCW。使用 Docusaurus 构建。",
"links": []
},
"prism": {