Skip to content

Commit 609e911

Browse files
docs: 尝试 docs 文档更新
1 parent 637531f commit 609e911

1 file changed

Lines changed: 188 additions & 0 deletions

File tree

docs.json

Lines changed: 188 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,188 @@
1+
{
2+
"$schema": "https://mintlify.com/docs.json",
3+
"theme": "mint",
4+
"name": "Claude Code Architecture",
5+
"colors": {
6+
"primary": "#D97706",
7+
"light": "#F59E0B",
8+
"dark": "#B45309"
9+
},
10+
"favicon": "/docs/favicon.svg",
11+
"navigation": {
12+
"groups": [
13+
{
14+
"group": "开始",
15+
"pages": [
16+
{
17+
"group": "介绍",
18+
"pages": [
19+
"docs/introduction/what-is-claude-code",
20+
"docs/introduction/why-this-whitepaper",
21+
"docs/introduction/architecture-overview"
22+
]
23+
}
24+
]
25+
},
26+
{
27+
"group": "对话是如何运转的",
28+
"pages": [
29+
"docs/conversation/the-loop",
30+
"docs/conversation/streaming",
31+
"docs/conversation/multi-turn"
32+
]
33+
},
34+
{
35+
"group": "工具:AI 的双手",
36+
"pages": [
37+
"docs/tools/what-are-tools",
38+
"docs/tools/file-operations",
39+
"docs/tools/shell-execution",
40+
"docs/tools/search-and-navigation",
41+
"docs/tools/task-management"
42+
]
43+
},
44+
{
45+
"group": "上下文工程",
46+
"pages": [
47+
"docs/context/system-prompt",
48+
"docs/context/project-memory",
49+
"docs/context/compaction",
50+
"docs/context/token-budget"
51+
]
52+
},
53+
{
54+
"group": "多 Agent 协作",
55+
"pages": [
56+
"docs/agent/sub-agents",
57+
"docs/agent/worktree-isolation",
58+
"docs/agent/coordinator-and-swarm"
59+
]
60+
},
61+
{
62+
"group": "可扩展性",
63+
"pages": [
64+
"docs/extensibility/mcp-protocol",
65+
"docs/extensibility/hooks",
66+
"docs/extensibility/skills",
67+
"docs/extensibility/custom-agents"
68+
]
69+
},
70+
{
71+
"group": "安全与权限",
72+
"pages": [
73+
"docs/safety/why-safety-matters",
74+
"docs/safety/permission-model",
75+
"docs/safety/sandbox",
76+
"docs/safety/plan-mode",
77+
"docs/safety/auto-mode"
78+
]
79+
},
80+
{
81+
"group": "揭秘:隐藏功能与内部机制",
82+
"pages": [
83+
"docs/internals/three-tier-gating",
84+
"docs/internals/feature-flags",
85+
"docs/internals/growthbook-ab-testing",
86+
"docs/internals/growthbook-adapter",
87+
"docs/internals/sentry-setup",
88+
"docs/internals/hidden-features",
89+
"docs/internals/ant-only-world",
90+
"docs/features/debug-mode",
91+
"docs/features/buddy"
92+
]
93+
},
94+
{
95+
"group": "隐藏功能详解",
96+
"pages": [
97+
{
98+
"group": "Agent 与协作",
99+
"pages": [
100+
"docs/features/coordinator-mode",
101+
"docs/features/fork-subagent",
102+
"docs/features/daemon",
103+
"docs/features/teammem"
104+
]
105+
},
106+
{
107+
"group": "运行模式",
108+
"pages": [
109+
"docs/features/kairos",
110+
"docs/features/voice-mode",
111+
"docs/features/bridge-mode",
112+
"docs/features/remote-control-self-hosting",
113+
"docs/features/proactive",
114+
"docs/features/ultraplan"
115+
]
116+
},
117+
{
118+
"group": "工具增强",
119+
"pages": [
120+
"docs/features/mcp-skills",
121+
"docs/features/tree-sitter-bash",
122+
"docs/features/bash-classifier",
123+
"docs/features/web-browser-tool",
124+
"docs/features/experimental-skill-search"
125+
]
126+
},
127+
{
128+
"group": "上下文与自动化",
129+
"pages": [
130+
"docs/features/token-budget",
131+
"docs/features/context-collapse",
132+
"docs/features/workflow-scripts",
133+
"docs/features/auto-dream"
134+
]
135+
},
136+
"docs/features/tier3-stubs"
137+
]
138+
},
139+
{
140+
"group": "基础设施与依赖",
141+
"pages": [
142+
"docs/auto-updater",
143+
"docs/lsp-integration",
144+
"docs/external-dependencies",
145+
"docs/telemetry-remote-config-audit"
146+
]
147+
}
148+
]
149+
},
150+
"logo": {
151+
"light": "/docs/logo/light.svg",
152+
"dark": "/docs/logo/dark.svg"
153+
},
154+
"background": {
155+
"color": {
156+
"light": "#FFFFFF",
157+
"dark": "#0F172A"
158+
}
159+
},
160+
"navbar": {
161+
"primary": {
162+
"type": "github",
163+
"href": "https://github.com/claude-code-best/claude-code"
164+
}
165+
},
166+
"search": {
167+
"prompt": "搜索 Claude Code 架构文档..."
168+
},
169+
"seo": {
170+
"metatags": {
171+
"og:image": "https://ccb.agent-aura.top/docs/images/og-cover.png",
172+
"twitter:image": "https://ccb.agent-aura.top/docs/images/og-cover.png",
173+
"twitter:card": "summary_large_image"
174+
},
175+
"indexing": "navigable"
176+
},
177+
"footer": {
178+
"socials": {
179+
"github": "https://github.com/anthropics/claude-code"
180+
}
181+
},
182+
"redirects": [
183+
{
184+
"source": "/docs/introduction",
185+
"destination": "/docs/introduction/what-is-claude-code"
186+
}
187+
]
188+
}

0 commit comments

Comments
 (0)