-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathesdoc.json
33 lines (33 loc) · 877 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
32
33
{
"source": "./src",
"destination": "./esdoc",
"builtinExternal": true,
"title": "Robe React Common",
"coverage": true,
"includeSource": true,
"includes": ["\\.jsx?$"],
"access": ["public", "protected", "private"],
"autoPrivate": true,
"unexportIdentifier": false,
"undocumentIdentifier": true,
"debug": false,
"index": "./README.md",
"package": "./package.json",
"test": {
"type": "mocha",
"source": "./__test__"
},
"manual": {
"overview": ["./manual/overview.md", "./manual/feature.md"],
"installation": ["./manual/installation.md"],
"usage": ["./manual/usage.md", "./manual/api.md"],
"tutorial": ["./manual/tutorial.md"],
"configuration": ["./manual/configuration.md"],
"faq": ["./manual/faq.md"],
"changelog": ["./CHANGELOG.md"]
},
"plugins": [
{"name": "esdoc-es7-plugin"}
],
"lint": true
}