forked from node-influx/node-influx
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathesdoc.json
More file actions
30 lines (30 loc) · 714 Bytes
/
esdoc.json
File metadata and controls
30 lines (30 loc) · 714 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
{
"source": "./lib/src",
"destination": "./doc",
"plugins": [
{
"name": "esdoc-standard-plugin",
"option": {
"brand": {
"title": "node-influx"
},
"undocumentIdentifier": { "enable": false },
"manual": {
"files": [
"./examples/express_response_times/readme.md",
"./examples/times.md",
"./examples/browser-setup.md",
"./examples/testing.md",
"./CONTRIBUTING.md"
],
"changelog": ["./CHANGELOG.md"]
},
"test": {
"type": "mocha",
"source": "./lib/test/unit",
"includes": ["\\.test\\.js$"]
}
}
}
]
}