Reorganize setup guides

- Move documentation from doc/ to docs/ with descriptive filenames
- Rewrite and reflow the setup, client patching, deployment, and testing guides
- Keep 99_0_115.zip deployment notes and update run.sh usage details

Signed-off-by: Sean Du <do4suki@gmail.com>
This commit is contained in:
2026-06-04 15:48:13 +08:00
parent d8875490b6
commit 9ad66c2dc6
17 changed files with 315 additions and 212 deletions
+8
View File
@@ -0,0 +1,8 @@
# 文档目录
建议按下面顺序阅读:
1. [文件准备](01-prerequisites.md)
2. [客户端修改](02-client-modification.md)
3. [服务端部署](03-server-deployment.md)
4. [运行测试](04-testing.md)