When updating technical docs, ensure they are reliable in both what they claim and how developers can apply them:

参考:<https://zhuanlan.zhihu.com/p/128974102>

Practical checklist before merging a doc change: 1) Do section titles/subtitles match the commands and parameters in the text? 2) Are version statements accurate (use >= or range when appropriate)? 3) Can someone follow the steps from a clean environment to a working result? 4) Are there cautions for known failure modes (path conflicts, mismatched shared libraries)? 5) Do external links render consistently in Markdown?