-
Notifications
You must be signed in to change notification settings - Fork 0
/
typedoc.json
43 lines (41 loc) · 1.36 KB
/
typedoc.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"entryPoints": [
"submodules/engine/src/index.js",
"submodules/editor-api/index.js",
"submodules/pcui/src/index.ts",
"submodules/pcui-graph/src/index.js",
"submodules/observer/src/index.js"
],
"excludeNotDocumented": true,
"exclude": [
"**/node_modules/**"
],
"hostedBaseUrl": "https://api.playcanvas.com/",
"name": "PlayCanvas API Reference",
"navigationLinks": {
"Developer Site": "https://developer.playcanvas.com/",
"Blog": "https://blog.playcanvas.com/",
"Discord": "https://discord.gg/RSaMRzg",
"Forum": "https://forum.playcanvas.com/",
"GitHub": "https://github.com/playcanvas"
},
"plugin": [
"./typedoc-plugin-property.mjs",
"typedoc-plugin-extras",
"typedoc-plugin-mdn-links",
"typedoc-plugin-rename-defaults",
"typedoc-plugin-missing-exports"
],
"readme": "INDEX.md",
"searchGroupBoosts": {
"Classes": 2
},
"sortEntryPoints": false,
// Options for typedoc-plugin-extras
"customDescription": "Combined API reference manual for PlayCanvas",
"favicon": "favicon.ico",
"footerLastModified": false, // enabling this activates the page's scroll bar
"footerTypedocVersion": true,
// Options for typedoc-plugin-missing-exports
"placeInternalsInOwningModule": true
}