add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

24
pages.zh/common/doctum.md Normal file
View File

@@ -0,0 +1,24 @@
# doctum
> 为 PHP API 生成文档。
> 更多信息:<https://github.com/code-lts/doctum>。
- 解析一个项目:
`doctum parse`
- 渲染一个项目:
`doctum render`
- 解析然后渲染一个项目:
`doctum update`
- 仅解析和渲染项目的特定版本:
`doctum update --only-version={{version}}`
- 使用特定配置解析和渲染一个项目:
`doctum update {{path/to/config.php}}`