We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8982017 commit f7cbf46Copy full SHA for f7cbf46
typedoc.json
@@ -1,4 +1,5 @@
1
{
2
+ "customCss": "styles.css",
3
"entryPoints": [
4
"submodules/engine/src/index.js",
5
"submodules/editor-api/index.js",
@@ -8,10 +9,7 @@
8
9
],
10
"excludeNotDocumented": true,
11
"exclude": [
- "**/node_modules/**",
12
- // Contains interfaces we also do not want to export so ignore entire files
13
- "submodules/engine/src/scene/gsplat/gsplat-data.js",
14
- "submodules/engine/src/scene/gsplat/gsplat-material.js"
+ "**/node_modules/**"
15
16
"githubPages": true,
17
"hostedBaseUrl": "https://api.playcanvas.com/",
@@ -34,7 +32,6 @@
34
32
"Classes": 2
35
33
},
36
"sortEntryPoints": false,
37
- "customCss": "styles.css",
38
39
// Options for typedoc-plugin-missing-exports
40
"placeInternalsInOwningModule": true
0 commit comments