mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-15 12:55:51 +00:00
以 README 为单一事实来源,重构整个 docs/ 目录。 最终结构(3 大组、15 篇文档): - 开始: installation / quickstart / model-providers - 核心功能: pipes-and-lan、acp、channels、chrome-control、computer-use、 voice-mode、web-browser-tool、auto-dream、remote-control-self-hosting、 langfuse-monitoring - 内部机制: growthbook-adapter、sentry-setup 主要变更: - 删除 56 个 README 未提及的文档(architecture 全部 / guides 全部 / features 中未在 README 出现的 20 篇 / internals 中的 5 篇) - 合并 6 组重复文档(pipes-and-lan、chrome-control、acp、computer-use、 auto-dream、coordinator-mode 简化为入口) - features 子组从 5 → 4,ui/ 合并入 tools/ - 所有保留文档加上人性化 frontmatter(title/description/keywords) - docs.json navigation 简化为 3 大组,redirects 重新过滤为 7 条合并跳转 - 新增 docs.md 工作大纲与验证脚本(verify-docs / check-docs-orphans / dump-docs-outline) 总计 130 文件改动,从约 35000 行精简到约 2000 行。 Co-Authored-By: glm-5.2 <zai-org@claude-code-best.win>
128 lines
3.4 KiB
JSON
128 lines
3.4 KiB
JSON
{
|
|
"$schema": "https://mintlify.com/docs.json",
|
|
"theme": "mint",
|
|
"name": "Claude Code Best",
|
|
"description": "Anthropic Claude Code 的开源复原版本 — 完整架构原理、功能文档与使用指南。",
|
|
"colors": {
|
|
"primary": "#D77757",
|
|
"light": "#F59E0B",
|
|
"dark": "#B45309"
|
|
},
|
|
"favicon": "/docs/favicon.svg",
|
|
"logo": {
|
|
"light": "/docs/logo/light.svg",
|
|
"dark": "/docs/logo/dark.svg"
|
|
},
|
|
"background": {
|
|
"color": {
|
|
"light": "#FFFFFF",
|
|
"dark": "#0F172A"
|
|
}
|
|
},
|
|
"navbar": {
|
|
"primary": {
|
|
"type": "github",
|
|
"href": "https://github.com/claude-code-best/claude-code"
|
|
}
|
|
},
|
|
"search": {
|
|
"prompt": "搜索 CCB 文档..."
|
|
},
|
|
"seo": {
|
|
"metatags": {
|
|
"og:image": "https://ccb.agent-aura.top/docs/images/og-cover.png",
|
|
"twitter:image": "https://ccb.agent-aura.top/docs/images/og-cover.png",
|
|
"twitter:card": "summary_large_image"
|
|
},
|
|
"indexing": "navigable"
|
|
},
|
|
"footer": {
|
|
"socials": {
|
|
"github": "https://github.com/claude-code-best/claude-code",
|
|
"discord": "https://discord.gg/uApuzJWGKX"
|
|
}
|
|
},
|
|
"redirects": [
|
|
{
|
|
"source": "/docs/features/agents/uds-inbox",
|
|
"destination": "/docs/features/agents/pipes-and-lan"
|
|
},
|
|
{
|
|
"source": "/docs/features/agents/lan-pipes",
|
|
"destination": "/docs/features/agents/pipes-and-lan"
|
|
},
|
|
{
|
|
"source": "/docs/features/agents/acp-link",
|
|
"destination": "/docs/features/agents/acp"
|
|
},
|
|
{
|
|
"source": "/docs/features/agents/acp-zed",
|
|
"destination": "/docs/features/agents/acp"
|
|
},
|
|
{
|
|
"source": "/docs/features/external/chrome-use-mcp",
|
|
"destination": "/docs/features/external/chrome-control"
|
|
},
|
|
{
|
|
"source": "/docs/features/external/claude-in-chrome-mcp",
|
|
"destination": "/docs/features/external/chrome-control"
|
|
},
|
|
{
|
|
"source": "/docs/features/external/computer-use-tools-reference",
|
|
"destination": "/docs/features/external/computer-use"
|
|
}
|
|
],
|
|
"navigation": {
|
|
"groups": [
|
|
{
|
|
"group": "开始",
|
|
"pages": [
|
|
"docs/getting-started/installation",
|
|
"docs/getting-started/quickstart",
|
|
"docs/getting-started/model-providers"
|
|
]
|
|
},
|
|
{
|
|
"group": "核心功能",
|
|
"pages": [
|
|
{
|
|
"group": "协作与多 Agent",
|
|
"pages": [
|
|
"docs/features/agents/pipes-and-lan",
|
|
"docs/features/agents/acp"
|
|
]
|
|
},
|
|
{
|
|
"group": "外部接入",
|
|
"pages": [
|
|
"docs/features/external/channels",
|
|
"docs/features/external/chrome-control",
|
|
"docs/features/external/computer-use",
|
|
"docs/features/external/voice-mode",
|
|
"docs/features/external/web-browser-tool"
|
|
]
|
|
},
|
|
{
|
|
"group": "运行模式",
|
|
"pages": [
|
|
"docs/features/modes/auto-dream",
|
|
"docs/features/modes/remote-control-self-hosting"
|
|
]
|
|
},
|
|
{
|
|
"group": "工具与体验",
|
|
"pages": ["docs/features/tools/langfuse-monitoring"]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"group": "内部机制",
|
|
"pages": [
|
|
"docs/internals/growthbook-adapter",
|
|
"docs/internals/sentry-setup"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|