-
Notifications
You must be signed in to change notification settings - Fork 198
/
typedoc.json
29 lines (29 loc) · 917 Bytes
/
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
{
"sidebarLinks": {
},
"entryPoints": ["./src/ts/ifc-schema.ts","./src/ts/web-ifc-api.ts","./src/ts/helpers/properties.ts","./src/ts/helpers/log.ts"],
"navigationLinks":{
"TOC":"https://docs.thatopen.com/intro",
"web-ifc":"https://github.com/ThatOpen/engine_web-ifc",
"demo":"https://thatopen.github.io/engine_web-ifc/demo",
"example models":"https://thatopen.github.io/engine_web-ifc/examples"
},
"titleLink":"https://github.com/ThatOpen/engine_web-ifc",
"name":"That Open Engine | web-ifc",
"excludePrivate":true,
"excludeProtected":true,
"excludeExternals":true,
"visibilityFilters": {
"protected": false,
"private": false,
"external": false
},
"readme":"README.md",
"excludeNotDocumented": true,
"excludeNotDocumentedKinds": [
"Reference"
],
"sidebarLinks": {
"Main Web-IFC API": "classes/web_ifc.IfcAPI.html"
}
}