docs: link Web UI guide index explicitly

This commit is contained in:
Turtle
2026-08-12 14:03:11 +08:00
parent 76805df26e
commit 0f13ffa458
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -2,5 +2,5 @@
# side as of the last confirmed-consistent state. Both languages carry equal authority;
# after editing either side, bring the other along and re-record with:
# pnpm run verify-translation-pairing --write README.md
README.md: 690cde099d93ea2a371b31f441030153b1aca973
README.zh.md: 2a8046011da7c1970d1210f291973db36e379665
README.md: 785d7dd41cb64b0c0cbd6c23abcd2cdd6ba815db
README.zh.md: 82bc2eace173d4f56892f514e5a9eebc4f2079d8
+1 -1
View File
@@ -22,7 +22,7 @@ npx @deepseek-ai/dsh web
The command initializes the Web profile and prints the Web UI URL, which is `http://127.0.0.1:3080` by default. Open it, add a DeepSeek API key under **Settings → Models**, then start a session. The invoking directory is the default workspace; try `Summarize this repository and identify its main packages.`
Continue with the [Web UI guide](docs/user/guide/).
Continue with the [Web UI guide](docs/user/guide/index.md).
### Run from source
+1 -1
View File
@@ -22,7 +22,7 @@ npx @deepseek-ai/dsh web
该命令会初始化 Web profile 并打印 Web UI 地址,默认地址为 `http://127.0.0.1:3080`。打开该地址,在**设置 → 模型**中添加 DeepSeek API 密钥,然后启动一个会话。调用目录是默认工作区;你可以尝试输入 `Summarize this repository and identify its main packages.`
下一步请阅读 [Web UI 指南](docs/user/guide/)。
下一步请阅读 [Web UI 指南](docs/user/guide/index.md)。
### 从源码运行