forked from deltoss/d3-mitch-tree
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathesdoc.json
More file actions
39 lines (39 loc) · 1.15 KB
/
esdoc.json
File metadata and controls
39 lines (39 loc) · 1.15 KB
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
{
"source": "./src/js",
"destination": "./docs",
"plugins": [
{
"name": "esdoc-ecmascript-proposal-plugin",
"option": {
"classProperties": true,
"objectRestSpread": true,
"doExpressions": true,
"functionBind": true,
"functionSent": true,
"asyncGenerators": true,
"decorators": true,
"exportExtensions": true,
"dynamicImport": true
}
},
{
"name": "esdoc-standard-plugin",
"option": {
"brand": {
"repository": "https://github.com/deltoss/d3-mitch-tree"
},
"manual": {
"index": "./manual/index.md",
"globalIndex": true,
"files": [
"./manual/installation.md",
"./manual/usage.md",
"./manual/api.md",
"./manual/development.md"
],
"asset": "manual/asset/"
}
}
}
]
}