-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathesdoc.json
33 lines (33 loc) · 848 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/js",
"destination": "./docs",
"plugins": [
{ "name": "esdoc-standard-plugin" },
{
"name": "esdoc-brand-plugin",
"option": {
"title": "Shapez.io - Mods",
"description": "The shapez.io mods theme for esdoc",
"author": "DJ1TJOO"
}
},
{
"name": "esdoc-publish-html-plugin",
"option": {
"template": "./docs_template"
}
},
{
"name": "esdoc-standard-plugin",
"option": {
"coverage": {
"enable": true
},
"accessor": {
"access": ["public"],
"autoPrivate": true
}
}
}
]
}