This repository was archived by the owner on Jan 25, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy path.esdoc.json
More file actions
42 lines (42 loc) · 1.08 KB
/
.esdoc.json
File metadata and controls
42 lines (42 loc) · 1.08 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
40
41
42
{
"source": "./lib",
"destination": "./docs",
"plugins": [
{
"name": "esdoc-standard-plugin",
"option": {
"lint": {
"enable": false
},
"accessor": {
"access": [ "public" ]
},
"unexportIdentifier": {
"enable": true
},
"test": {
"source": "./test"
},
"manual": {
"globalIndex": true,
"badge": false,
"index": "./docs-src/index.md",
"asset": "./docs-src/assets",
"files": [
"./docs-src/getting-started.md",
"./docs-src/usage.md"
]
}
}
},
{
"name": "esdoc-ecmascript-proposal-plugin",
"option": {
"all": true
}
},
{
"name": "esdoc-node"
}
]
}