forked from tgrosinger/md-advanced-tables
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.esdoc.json
36 lines (36 loc) · 907 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
34
35
36
{
"source": "lib",
"destination": "doc",
"plugins": [
{
"name": "esdoc-standard-plugin",
"option": {
"manual": {
"globalIndex": true,
"index": "README.md",
"files": ["CHANGELOG.md"]
},
"brand": {
"title": "mte-kernel",
"site": "https://github.com/tgrosinger/mte-kernel",
"repository": "https://github.com/tgrosinger/mte-kernel.git"
},
"accessor": {
"access": ["public", "protected"],
"autoPrivate": true
},
"test": {
"source": "test",
"interfaces": ["describe", "context", "it", "specify", "suite", "test"],
"includes": ["\\.js$"]
}
}
},
{
"name": "esdoc-importpath-plugin",
"option": {
"replaces": [{ "from": "^lib/.*\\.js$", "to": "dist/mte-kernel.js" }]
}
}
]
}