Skip to content

Commit 4591432

Browse files
authored
Fix mintlify validate errors (#367)
1 parent 901628b commit 4591432

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

README_EN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ The TUI (REPL) mode requires a real terminal and cannot be launched directly via
188188
## Documentation & Links
189189

190190
- **Online docs (Mintlify)**: [ccb.agent-aura.top](https://ccb.agent-aura.top/) — source in [`docs/`](docs/), PR contributions welcome
191-
- **DeepWiki**: <https://deepwiki.com/claude-code-best/claude-code>
191+
- **DeepWiki**: https://deepwiki.com/claude-code-best/claude-code
192192

193193
## Contributors
194194

docs/features/pipes-and-lan.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ M 键(或 ← / →)用于在两种路由模式之间切换,**无需展开
145145

146146
```
147147
/pipes — 显示所有实例 + 切换选择面板
148-
/pipes select <name> — 选中某实例(消息会广播到它)
149-
/pipes deselect <name> — 取消选中
148+
/pipes select &lt;name&gt; — 选中某实例(消息会广播到它)
149+
/pipes deselect &lt;name&gt; — 取消选中
150150
/pipes all — 全选
151151
/pipes none — 全部取消
152152
```
@@ -169,7 +169,7 @@ LAN Peers:
169169
Selected: cli-da029538
170170
```
171171

172-
### /attach <name>
172+
### /attach &lt;name&gt;
173173

174174
手动 attach 到一个实例,使其成为你的 slave。
175175

@@ -179,15 +179,15 @@ Selected: cli-da029538
179179

180180
attach 后,对方变为 slave,你变为 master。可以向它发送 prompt。通常不需要手动 attach——heartbeat 会自动发现并连接。
181181

182-
### /detach <name>
182+
### /detach &lt;name&gt;
183183

184184
断开与某个 slave 的连接。
185185

186186
```
187187
/detach cli-04d67950
188188
```
189189

190-
### /send <name> <message>
190+
### /send &lt;name&gt; &lt;message&gt;
191191

192192
向指定 pipe 发送消息(不依赖选择状态,直接指定目标)。
193193

docs/lsp-integration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,9 +200,9 @@ LSP 服务器通过插件提供。插件的 `manifest.json` 中可以声明 LSP
200200
|------|------|------|------|
201201
| `command` | string || LSP 服务器可执行命令(不含空格) |
202202
| `args` | string[] || 命令行参数 |
203-
| `extensionToLanguage` | Record<string, string> || 文件扩展名到语言 ID 的映射(至少一个) |
203+
| `extensionToLanguage` | `Record<string, string>` || 文件扩展名到语言 ID 的映射(至少一个) |
204204
| `transport` | `"stdio"` \| `"socket"` || 通信方式,默认 `stdio` |
205-
| `env` | Record<string, string> || 启动服务器时设置的环境变量 |
205+
| `env` | `Record<string, string>` || 启动服务器时设置的环境变量 |
206206
| `initializationOptions` | unknown || 传给服务器的初始化选项 |
207207
| `settings` | unknown || 通过 `workspace/didChangeConfiguration` 传递的设置 |
208208
| `workspaceFolder` | string || 工作区目录路径 |

learn/phase-2-qa.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ F. getCompletedResults() → 空
175175

176176
---
177177

178-
#### #8 stream_event (input_json_delta: '{"file_path":')
178+
#### #8 stream_event (input_json_delta: `'{"file_path":'`)
179179

180180
```
181181
D. yield message ✅ → REPL 追加工具输入 JSON 碎片

teach-me/learner-profile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Updated: 2026-04-24
33

44
## Style
5-
- Learns best with: Analogies (Memory page <-> Capsule hotel), Concrete trade-offs (Latency vs Throughput)
5+
- Learns best with: Analogies (Memory page &lt;-&gt; Capsule hotel), Concrete trade-offs (Latency vs Throughput)
66
- Strength: Strong logical intuition regarding memory constraints.
77
- Pace: Fast. Grasped PagedAttention/TP concepts quickly from first principles.
88

0 commit comments

Comments
 (0)