docs: drop stale Phase 1 scaffold copy & realign top entry pages (#167)#192
Merged
Conversation
PR #189 合入后 34/34 文档主体均已上线,但访客首先看到的三处入口 仍在传达「文档没好」的错误信号,与现实矛盾。 docs/index.md - 删除「当前处于 Phase 1 脚手架阶段」「正文按主题分批撰写」「第一批 优先撰写 10 篇」整段 - 替换为「从哪里开始」按读者所处状态切分的三条路径: A 部署上线 / B 接入第一次调用 / C 理解架构与贡献 - 文档主体进度统计放进收尾段,issue 链接保留作为撰写背景 docs/en/index.md - 删除「English documentation is in progress」「Translation work will follow the Chinese first-batch once the Chinese versions stabilize」 这两处误导性表述 - 改为如实声明:英文版尚无翻译内容,给出阅读中文版 + 浏览器翻译的 实操工作流;明确说没有英文翻译时间表,欢迎单篇翻译 PR README.md / README_EN.md - Docs badge 从 `Docs-WIP-orange` 改为 `Docs-online-3eaf7c`(vue 主 色),与「文档已上线、34/34 完成」的事实对齐 零代码改动,纯文案;本地 pnpm docs:build 通过。
This was referenced May 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
背景
文档站 34/34 早已合入 master,但访客首屏与 README badge 还在传达「文档没好」的错误信号。本 PR 把这三处与现实矛盾的过时文案修掉。
改动清单
docs/index.mddocs/en/index.mdREADME.md/README_EN.mdDocs-WIP-orange改为Docs-online-3eaf7c(vue 主色),与「34/34 文档已上线」事实对齐不在本 PR 范围
下列 issue #167 衍生的收尾工作单独处理,避免本次小步改动越界:
docs/en/整站正文)docs/cliproxy-deployment.md/docs/circuit-breaker.md旧长篇与legacySidebar的清退决策CNAME)optional 项Test plan
pnpm docs:build本地通过