mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-15 12:55:51 +00:00
docs: 尝试修复 docs 的位置
This commit is contained in:
4
docs/favicon.svg
Normal file
4
docs/favicon.svg
Normal file
@@ -0,0 +1,4 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" fill="none">
|
||||
<circle cx="16" cy="16" r="14" fill="#D97706"/>
|
||||
<path d="M12 10l10 6-10 6V10z" fill="#FFFFFF"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 180 B |
5
docs/logo/dark.svg
Normal file
5
docs/logo/dark.svg
Normal file
@@ -0,0 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 80 28" fill="none">
|
||||
<circle cx="14" cy="14" r="11" stroke="#F59E0B" stroke-width="2" fill="none"/>
|
||||
<path d="M11 10l6 4-6 4V10z" fill="#F59E0B"/>
|
||||
<text x="30" y="19.5" font-family="system-ui, -apple-system, sans-serif" font-size="15" font-weight="700" letter-spacing="1" fill="#F1F5F9">CCB</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 362 B |
5
docs/logo/light.svg
Normal file
5
docs/logo/light.svg
Normal file
@@ -0,0 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 80 28" fill="none">
|
||||
<circle cx="14" cy="14" r="11" stroke="#D97706" stroke-width="2" fill="none"/>
|
||||
<path d="M11 10l6 4-6 4V10z" fill="#D97706"/>
|
||||
<text x="30" y="19.5" font-family="system-ui, -apple-system, sans-serif" font-size="15" font-weight="700" letter-spacing="1" fill="#0F172A">CCB</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 362 B |
@@ -1,84 +0,0 @@
|
||||
{
|
||||
"$schema": "https://mintlify.com/schema.json",
|
||||
"name": "Claude Code Architecture",
|
||||
"logo": {
|
||||
"dark": "/logo/dark.svg",
|
||||
"light": "/logo/light.svg"
|
||||
},
|
||||
"favicon": "/favicon.svg",
|
||||
"colors": {
|
||||
"primary": "#D97706",
|
||||
"light": "#F59E0B",
|
||||
"dark": "#B45309",
|
||||
"background": {
|
||||
"dark": "#0F172A",
|
||||
"light": "#FFFFFF"
|
||||
}
|
||||
},
|
||||
"navigation": [
|
||||
{
|
||||
"group": "开始",
|
||||
"pages": [
|
||||
"introduction/what-is-claude-code",
|
||||
"introduction/why-this-whitepaper",
|
||||
"introduction/architecture-overview"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "对话是如何运转的",
|
||||
"pages": [
|
||||
"conversation/the-loop",
|
||||
"conversation/streaming",
|
||||
"conversation/multi-turn"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "工具:AI 的双手",
|
||||
"pages": [
|
||||
"tools/what-are-tools",
|
||||
"tools/file-operations",
|
||||
"tools/shell-execution",
|
||||
"tools/search-and-navigation",
|
||||
"tools/task-management"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "安全与权限",
|
||||
"pages": [
|
||||
"safety/why-safety-matters",
|
||||
"safety/permission-model",
|
||||
"safety/sandbox",
|
||||
"safety/plan-mode"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "上下文工程",
|
||||
"pages": [
|
||||
"context/system-prompt",
|
||||
"context/project-memory",
|
||||
"context/compaction",
|
||||
"context/token-budget"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "多 Agent 协作",
|
||||
"pages": [
|
||||
"agent/sub-agents",
|
||||
"agent/worktree-isolation",
|
||||
"agent/coordinator-and-swarm"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "可扩展性",
|
||||
"pages": [
|
||||
"extensibility/mcp-protocol",
|
||||
"extensibility/hooks",
|
||||
"extensibility/skills",
|
||||
"extensibility/custom-agents"
|
||||
]
|
||||
}
|
||||
],
|
||||
"footerSocials": {
|
||||
"github": "https://github.com/anthropics/claude-code"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user