Skip to content

Commit a52d684

Browse files
committed
docs(readme-en): 更新英文版文档链接以指向正确文件
- 修正多个文档链接,指向_en结尾的英文版文档 - 保持链接路径统一,避免指向中文或错误文件 - 优化文档引用以提升阅读准确性与一致性 - 涉及配置、多功能支持和权限说明部分链接调整 - 保证英文用户访问正确的参考资料与帮助文档
1 parent bc475e1 commit a52d684

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README-en.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Create `~/.deepcode/settings.json`:
4747

4848
The configuration file is shared with the [Deep Code VSCode extension](https://github.com/lessweb/deepcode) — configure once, use everywhere.
4949

50-
For complete configuration details (multi-level priority, environment variables, etc.), see [docs/configuration.md](docs/configuration.md).
50+
For complete configuration details (multi-level priority, environment variables, etc.), see [docs/configuration_en.md](docs/configuration_en.md).
5151

5252
## Key Features
5353

@@ -117,7 +117,7 @@ Deep Code comes with a built-in, free Web Search tool that works well for most u
117117

118118
Deep Code supports MCP (Model Context Protocol) to connect external services such as GitHub, browsers, databases, and more. Configure the `mcpServers` field in `settings.json` to enable it, then use the `/mcp` command to view MCP server status and available tools.
119119

120-
> 📖 See [docs/mcp.md](docs/mcp.md) for details.
120+
> 📖 See [docs/mcp_en.md](docs/mcp.md) for details.
121121
122122
### How to configure notifications after a task completes?
123123

@@ -127,7 +127,7 @@ When the AI assistant completes a task, Deep Code can automatically execute a no
127127
128128
### Does Deep Code only support YOLO mode?
129129

130-
No. Deep Code has a built-in fine-grained permission control mechanism that lets you confirm operations before the AI assistant executes shell commands, reads/writes files, accesses the network, and more. You can configure each permission scope's policy — always allow, always ask, or deny — via the `permissions` field in `settings.json`. See [docs/permission.md](docs/permission.md) for details.
130+
No. Deep Code has a built-in fine-grained permission control mechanism that lets you confirm operations before the AI assistant executes shell commands, reads/writes files, accesses the network, and more. You can configure each permission scope's policy — always allow, always ask, or deny — via the `permissions` field in `settings.json`. See [docs/permission_en.md](docs/permission.md) for details.
131131

132132
### Does it support Coding Plan?
133133

@@ -154,7 +154,7 @@ Deep Code CLI includes 8 built-in preset themes, supports the `/theme` command f
154154

155155
**Custom themes:** Supports simplified color palette (`colors`), partial overrides (`overrides`), and full customization (`tokens`).
156156

157-
> 📖 See [docs/configuration.md](docs/configuration.md) for the full configuration guide.
157+
> 📖 See [docs/configuration_en.md](docs/configuration_en.md) for the full configuration guide.
158158
159159
## Contributing
160160

0 commit comments

Comments
 (0)