-
Notifications
You must be signed in to change notification settings - Fork 26
/
.esdoc.json
36 lines (36 loc) · 1.22 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
{
"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": {
"logo": "./meta/logo.png",
"title": "Squidwarc",
"description": "A high fidelity, user scriptable, archival crawler that uses Chrome with/without a head.",
"repository": "https://github.com/N0taN3rd/Squidwarc",
"author": "https://twitter.com/johnaberlin"
},
"manual": {
"index": "./manual/index.md",
"globalIndex": true,
"files": [
"./manual/overview.md",
"./manual/configuration.md"
]
}
}
},
{"name": "esdoc-external-nodejs-plugin", "option": {"enable": true}},
{"name": "esdoc-external-ecmascript-plugin", "option": {"enable": true}},
{"name": "esdoc-ecmascript-proposal-plugin", "option": {"all": true}},
{"name": "esdoc-node"}
]
}