Skip to content

Commit

Permalink
Update READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
willeastcott committed Mar 9, 2024
1 parent 3853d4e commit e3d71c9
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 18 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ npm-debug.log
scripts/parsers/vox-parser.js
scripts/parsers/vox-parser.js.map
types
typedocs
stats.html
.npmrc
examples/.npmrc
8 changes: 4 additions & 4 deletions README-ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,10 @@ npm install

これで、様々なオプションでビルドを実行できるようになりました。

| コマンド | 説明 | 出力先 |
| ----------------------- | -------------------------------------------------- | ---------- |
| `npm run build` | すべてのエンジンビルドターゲットと型宣言をビルドする | `build` |
| `npm run typedocs` | エンジンの[APIリファレンスドキュメント][docs]をビルドする | `typedocs` |
| コマンド | 説明 | 出力先 |
| --------------- | ----------------------------------------------------- | ---------- |
| `npm run build` | すべてのエンジンビルドターゲットと型宣言をビルドする | `build` |
| `npm run docs` | エンジンの[APIリファレンスドキュメント][docs]をビルドする | `docs` |

## PlayCanvasエディター

Expand Down
8 changes: 4 additions & 4 deletions README-kr.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,10 @@ npm install

이제 다양한 빌드 옵션을 실행할 수 있습니다.

| 명령어 | 설명 | 출력 위치 |
| ----------------------- | --------------------------------------------------- | ---------- |
| `npm run build` | 모든 엔진 빌드 대상과 타입 선언을 빌드합니다 | `build` |
| `npm run typedocs` | 엔진 [API 참조 문서][docs]를 빌드합니다 | `typedocs` |
| 명령어 | 설명 | 출력 위치 |
| --------------- | ----------------------------------------- | ---------- |
| `npm run build` | 모든 엔진 빌드 대상과 타입 선언을 빌드합니다 | `build` |
| `npm run docs` | 엔진 [API 참조 문서][docs]를 빌드합니다 | `docs` |

## PlayCanvas 에디터

Expand Down
8 changes: 4 additions & 4 deletions README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,10 @@ npm install

现在您就可以运行不同的搭建选项了:

| 命令 | 描述 | 输出到 |
| ----------------------- | ------------------------------------------------ | ---------- |
| `npm run build` | 构建所有引擎构建目标和类型声明 | `build` |
| `npm run typedocs` | 构建引擎[API参考文档][docs] | `typedocs` |
| 命令 | 描述 | 输出到 |
| --------------- | --------------------------- | ---------- |
| `npm run build` | 构建所有引擎构建目标和类型声明 | `build` |
| `npm run docs` | 构建引擎[API参考文档][docs] | `docs` |

## PlayCanvas 平台

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,10 @@ npm install

Now you can run various build options:

| Command | Description | Outputs To |
| ----------------------- | ---------------------------------------------- | ---------- |
| `npm run build` | Build all engine flavors and type declarations | `build` |
| `npm run typedocs` | Build engine [API reference docs][docs] | `typedocs` |
| Command | Description | Outputs To |
| --------------- | ---------------------------------------------- | ---------- |
| `npm run build` | Build all engine flavors and type declarations | `build` |
| `npm run docs` | Build engine [API reference docs][docs] | `docs` |

## PlayCanvas Editor

Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
"Forum": "https://forum.playcanvas.com/",
"GitHub": "https://github.com/playcanvas/engine"
},
"out": "typedocs",
"plugin": [
"./utils/typedoc-plugin.mjs",
"typedoc-plugin-mdn-links"
Expand Down

0 comments on commit e3d71c9

Please sign in to comment.