Skip to content

Commit

Permalink
Add the Engine Web Components to the API Reference
Browse files Browse the repository at this point in the history
  • Loading branch information
willeastcott committed Nov 11, 2024
1 parent 1af56a3 commit cdd7168
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@
[submodule "submodules/pcui-graph"]
path = submodules/pcui-graph
url = https://github.com/playcanvas/pcui-graph.git
[submodule "submodules/web-components"]
path = submodules/web-components
url = https://github.com/playcanvas/web-components.git
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"devDependencies": {
"@playcanvas/observer": "^1.5.1",
"@types/react": "^18.3.12",
"playcanvas": "^1.74.0",
"playcanvas": "^2.2.2",
"react": "^18.3.1",
"serve": "^14.2.4",
"typedoc": "^0.26.11",
Expand Down
1 change: 1 addition & 0 deletions submodules/web-components
Submodule web-components added at aade55
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"submodules/engine/src/**/*.js",
"submodules/observer/src/**/*.js",
"submodules/pcui/src/**/*.ts",
"submodules/pcui-graph/src/**/*.js"
"submodules/pcui-graph/src/**/*.js",
"submodules/web-components/src/**/*.ts"
]
}
1 change: 1 addition & 0 deletions typedoc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"entryPoints": [
"submodules/engine/src/index.js",
"submodules/web-components/src/index.ts",
"submodules/editor-api/index.js",
"submodules/pcui/src/index.ts",
"submodules/pcui-graph/src/index.js",
Expand Down

0 comments on commit cdd7168

Please sign in to comment.