-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.esdoc.json
More file actions
37 lines (36 loc) · 1020 Bytes
/
.esdoc.json
File metadata and controls
37 lines (36 loc) · 1020 Bytes
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
{
"source": "./docs/src",
"destination": "./docs",
"plugins": [
{
"name": "esdoc-standard-plugin",
"option": {
"lint": {"enable": true},
"coverage": {"enable": true},
"accessor": {"access": ["public", "protected", "private"], "autoPrivate": true},
"undocumentIdentifier": {"enable": true},
"unexportedIdentifier": {"enable": false},
"typeInference": {"enable": true},
"brand": {
"logo": "./cozify-logo.png",
"title": "Cozify SDK",
"description": "Cozify UI SDK for REST aPI",
"repository": "https://github.com/foo/bar",
"site": "http://my-library.org",
"author": "https://twitter.com/foo",
"image": "http://my-library.org/logo.png"
}
}
}
, {
"name": "esdoc-ecmascript-proposal-plugin",
"option": {"all": true}
}
, {
"name": "esdoc-flow-type-plugin",
"option": {
"enable": true
}
}
]
}