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/gatsby.md Normal file
View File

@@ -0,0 +1,24 @@
# gatsby
> React的静态网站生成器。
> 更多信息:<https://gatsbyjs.com>。
- 创建一个新网站:
`gatsby new {{site_name}}`
- 使用Gatsby的“启动器”创建一个新网站
`gatsby new {{site_name}} {{url_of_starter_github_repo}}`
- 启动一个支持热重载的本地开发服务器:
`gatsby develop`
- 执行生产构建并生成静态HTML
`gatsby build`
- 启动一个本地服务器以提供生产构建:
`gatsby serve`