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

View File

@@ -0,0 +1,24 @@
# docsify
> 初始化并提供 markdown 文档。
> 更多信息:<https://cli.docsifyjs.org>。
- 在当前目录初始化一个新文档:
`docsify init`
- 在指定目录初始化一个新文档:
`docsify init {{path/to/directory}}`
-`localhost:3000` 上提供本地文档,并实时重载:
`docsify serve {{path/to/directory}}`
- 在指定端口的 `localhost` 上提供本地文档:
`docsify serve --port {{80}} {{path/to/directory}}`
- 在指定目录生成一个侧边栏 markdown 文件:
`docsify generate {{path/to/directory}}`