From cf49e125e7e73d8c818df61153d76abac6abfaaa Mon Sep 17 00:00:00 2001 From: ila Date: Sun, 16 Aug 2026 19:15:48 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E5=88=9D=E5=A7=8B=E5=8C=96=E4=BB=85?= =?UTF-8?q?=E6=98=A0=E5=B0=84=E6=A0=B8=E5=BF=83=E6=96=87=E6=A1=A3=20(#14)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- New-Project-Documentation-Setup.-.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/New-Project-Documentation-Setup.-.md b/New-Project-Documentation-Setup.-.md index 5d994f5..8ee5a1d 100644 --- a/New-Project-Documentation-Setup.-.md +++ b/New-Project-Documentation-Setup.-.md @@ -38,9 +38,9 @@ ### 4. 修改镜像配置 -把 `wiki-docs.json` 中的地址、owner 和 repository 改成新项目;核心主题映射保留。 +把 `wiki-docs.json` 中的地址、owner 和 repository 改成新项目;只保留核心主题映射,任务归档不逐页登记。 -确认当前目录确实是新项目副本、且 DevHarness 历史归档不需要保留后,移除属于 DevHarness 的任务归档映射和对应 `docs/task/` 镜像。不要在原 DevHarness 仓库或已有业务项目中执行这项清理。 +确认当前目录确实是新项目副本、且 DevHarness 历史归档快照不需要保留后,可以移除对应 `docs/task/` 文件。不要在原 DevHarness 仓库或已有业务项目中执行这项清理。 不要把 PAT 写入配置。 @@ -107,7 +107,7 @@ python dev_scripts/sync_wiki_docs.py --check python -m unittest discover -s tests -v ``` -只有线上 Wiki 确认后才导出 `docs/`。旧项目的任务归档不能带入新项目历史。 +只有线上 Wiki 确认后才导出核心 `docs/`。任务归档默认不导出;用户明确要求时再运行 `python dev_scripts/export_task_archives.py` 或加 `--all`。旧项目的任务归档快照不能带入新项目历史。 ## 完成标准