mirror of
https://github.com/XeroAlpha/sapi-typedoc.git
synced 2024-11-22 17:48:50 +00:00
Generate HTML from Minecraft Script API Declaration files. Simplified Chinese translation included.
.github/workflows | ||
.vscode | ||
original | ||
script | ||
translate-pieces | ||
translated | ||
.gitignore | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md |
Minecraft 脚本 API 文档网页生成器
将 Minecraft 脚本 API 的 d.ts 生成网页以供查阅。
在线网页:https://projectxero.top/sapi/
d.ts 文件来源:NPM组织 @minecraft
网页生成器:typedoc
准备
npm install
构建
npm run build
更新原始文件
执行此步骤前请先提交更改!此步骤会将分支强制切换为 original
npm run update