forked from webrecorder/behaviors
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.esdoc.json
46 lines (46 loc) · 1.37 KB
/
.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"source": "./lib",
"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": {
"title": "Behaviors",
"description": "Webrecorder's Automated In-Page Behavior Framework",
"repository": "https://github.com/webrecorder/behaviors",
"site": "https://webrecorder.github.io/behaviors/",
"author": "https://twitter.com/johnaberlin"
},
"manual": {
"index": "./manual/index.md",
"globalIndex": true,
"files": [
"./manual/behaviors.md",
"./manual/build-system.md",
"./manual/cli.md",
"./manual/premade-behaviors.md"
]
}
}
},
{ "name": "esdoc-ecmascript-proposal-plugin", "option": { "all": true } },
{ "name": "esdoc-external-webapi-plugin", "option": { "enable": true } },
{
"name": "esdoc-importpath-plugin",
"option": {
"stripPackageName": true,
"replaces": []
}
}
]
}