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

20
pages.zh/common/mkdocs.md Normal file
View File

@@ -0,0 +1,20 @@
# mkdocs
> 使用 Markdown 的项目文档。
> 更多信息:<https://www.mkdocs.org>。
- 创建一个新的 mkdocs 项目:
`mkdocs new {{project_name}}`
- 在当前目录中使用 mkdocs 开发服务器提供项目:
`mkdocs serve`
- 在当前目录中构建文档:
`mkdocs build`
- 将当前目录中的文档部署到 GitHub 页面:
`mkdocs gh-deploy`