From 797ea7c574d12be01e8042b003e2e24154f00ec9 Mon Sep 17 00:00:00 2001 From: Tianyi Cui <53024+tianyicui@users.noreply.github.com> Date: Thu, 13 Aug 2026 12:16:31 +0800 Subject: [PATCH] docs: restore the Run section heading and retarget guide links Split the quickstart into a Run section with a Run from npm subsection, mirror it in the Chinese pair, and point the Web UI guide and providers docs back at the #run anchor. --- README.i18n.yaml | 4 ++-- README.md | 4 +++- README.zh.md | 4 +++- docs/user/guide/index.i18n.yaml | 4 ++-- docs/user/guide/index.md | 2 +- docs/user/guide/index.zh.md | 2 +- docs/user/guide/providers.i18n.yaml | 4 ++-- docs/user/guide/providers.md | 2 +- docs/user/guide/providers.zh.md | 2 +- 9 files changed, 16 insertions(+), 12 deletions(-) diff --git a/README.i18n.yaml b/README.i18n.yaml index 7c5df076e1..f3bc48f20e 100644 --- a/README.i18n.yaml +++ b/README.i18n.yaml @@ -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: 8564a84eef1e72dc71919df0b22dbac31f8e2acc -README.zh.md: 6d710828fd9d744aa1b3f0d786e58b346c7ed17b +README.md: 95c7e89da3ff4d88b10bc9acbc1ded2ed065950f +README.zh.md: 775e2b32e9af226272b87ee71ebdd3fc553aab4d diff --git a/README.md b/README.md index 8564a84eef..95c7e89da3 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,9 @@ It uses an architecture where **everything is a plugin**, and is powered by [Cor DeepSeek Harness is currently in _developer preview_ and is iterating rapidly. **THERE WILL BE COMPATIBILITY-BREAKING CHANGES.** -## Run from `npm` +## Run + +### Run from `npm` Install `Node.js`, then run: diff --git a/README.zh.md b/README.zh.md index 6d710828fd..775e2b32e9 100644 --- a/README.zh.md +++ b/README.zh.md @@ -10,7 +10,9 @@ DeepSeek Harness(`dsh`)是由 [DeepSeek AI](https://deepseek.com) 开发的 DeepSeek Harness 目前处于 _开发者预览_ 阶段,正在快速迭代。**未来将出现破坏兼容性的变更。** -## 通过 `npm` 运行 +## 运行 + +### 通过 `npm` 运行 安装 `Node.js`,然后运行: diff --git a/docs/user/guide/index.i18n.yaml b/docs/user/guide/index.i18n.yaml index c304bfee35..51f8a8802d 100644 --- a/docs/user/guide/index.i18n.yaml +++ b/docs/user/guide/index.i18n.yaml @@ -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 docs/user/guide/index.md -index.md: fcf414baf0ee0b959d9cd2dfa128ccd138cfeb62 -index.zh.md: b4e80202c1555cfbff134a9db03ee92b1239f2ab +index.md: 80d288b1aba37e7f0863fe5fc8237cbd2a6ab9b5 +index.zh.md: addfbc94ff93ed015e52f509a23a3f981e36770b diff --git a/docs/user/guide/index.md b/docs/user/guide/index.md index fcf414baf0..80d288b1ab 100644 --- a/docs/user/guide/index.md +++ b/docs/user/guide/index.md @@ -2,7 +2,7 @@ English | [中文](index.zh.md) -Start the Web UI through the [root README](../../../README.md#run-from-npm); the command prints its URL. This guide begins after that server is running. +Start the Web UI through the [root README](../../../README.md#run); the command prints its URL. This guide begins after that server is running. The invoking directory is the default workspace, so the agent can inspect and modify the project where you started `dsh`. diff --git a/docs/user/guide/index.zh.md b/docs/user/guide/index.zh.md index b4e80202c1..addfbc94ff 100644 --- a/docs/user/guide/index.zh.md +++ b/docs/user/guide/index.zh.md @@ -2,7 +2,7 @@ [English](index.md) | 中文 -先按照[根 README](../../../README.md#run-from-npm)启动 Web UI;命令会打印其访问地址。本指南从服务器已经运行的状态开始。 +先按照[根 README](../../../README.md#run)启动 Web UI;命令会打印其访问地址。本指南从服务器已经运行的状态开始。 调用目录是默认工作区,因此 agent(智能体)可以检查并修改启动 `dsh` 时所在的项目。 diff --git a/docs/user/guide/providers.i18n.yaml b/docs/user/guide/providers.i18n.yaml index 610e4577c5..faff9bb2ee 100644 --- a/docs/user/guide/providers.i18n.yaml +++ b/docs/user/guide/providers.i18n.yaml @@ -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 docs/user/guide/providers.md -providers.md: 191c5d441bd65d87832578d6c0a7b3771c3fec9f -providers.zh.md: 5ff5ae88744eda1942b4b605bb6220d3b833987b +providers.md: 099f434ec4602aa402239e83c708d81fcadd7732 +providers.zh.md: 367c90b525ad628b3cd86b2d22045c25064e88a1 diff --git a/docs/user/guide/providers.md b/docs/user/guide/providers.md index 191c5d441b..099f434ec4 100644 --- a/docs/user/guide/providers.md +++ b/docs/user/guide/providers.md @@ -2,7 +2,7 @@ English | [中文](providers.zh.md) -This guide assumes you started the Web UI through the [root README](../../../README.md#run-from-npm). Model changes take effect on the next request without restarting the server. +This guide assumes you started the Web UI through the [root README](../../../README.md#run). Model changes take effect on the next request without restarting the server. ## Configure DeepSeek diff --git a/docs/user/guide/providers.zh.md b/docs/user/guide/providers.zh.md index 5ff5ae8874..367c90b525 100644 --- a/docs/user/guide/providers.zh.md +++ b/docs/user/guide/providers.zh.md @@ -2,7 +2,7 @@ [English](providers.md) | 中文 -本指南假定你已按照[根 README](../../../README.md#run-from-npm)启动 Web UI。模型变更会在下一次请求时生效,不需要重启服务器。 +本指南假定你已按照[根 README](../../../README.md#run)启动 Web UI。模型变更会在下一次请求时生效,不需要重启服务器。 ## 配置 DeepSeek