forked from xeokit/xeokit-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.esdoc.json
31 lines (30 loc) · 860 Bytes
/
.esdoc.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
{
"source": "./src/",
"destination": "./docs",
"excludes": [
"(workers|zipjs)"
],
"plugins": [
{
"name": "esdoc-standard-plugin",
"includeSource": true,
"option": {
"lint": {"enable": true},
"coverage": {"enable": true},
"accessor": {"access": ["public"], "autoPrivate": true},
"undocumentIdentifier": {"enable": true},
"unexportedIdentifier": {"enable": false},
"typeInference": {"enable": true},
"brand": {
"logo": "./images/logo.jpg",
"title": "xeokit-sdk",
"description": "SDK for developing custom 3D viewers on xeogl",
"repository": "https://github.com/xeokit/xeokit-sdk",
"site": "http://xeokit.io",
"author": "http://xeolabs.com",
"image": "./images/logo.jpg"
}
}
}
]
}