-
Notifications
You must be signed in to change notification settings - Fork 2
/
.esdoc.json
41 lines (41 loc) · 1.06 KB
/
.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
37
38
39
40
41
{
"source": "./src",
"destination": "./docs",
"excludes": ["entry.js", ".spec.js"],
"plugins": [{
"name":"esdoc-standard-plugin",
"option": {
"test": {
"source": "./src/",
"interfaces": ["describe", "it", "context"],
"includes": ["spec.js$"]
},
"brand": {
"repository": "https://github.com/devlinjunker/template.webpack.fend"
},
"manual": {
"index": "./index.md",
"files": [
"./README.setup.md",
"./src/example/README.entry.md",
"./src/example/README.html.md",
"./src/example/README.css.md",
"./img/README.img.md",
"./src/helpers/README.helpers.md",
"./src/static/README.static.md",
"./src/components/README.components.md",
"./scripts/README.scripts.md",
"./test/README.test.md",
"./.webpack/README.loaders.md"
]
}
}
}, {
"name": "esdoc-flow-plugin"
}, {
"name": "esdoc-publish-html-plugin",
"option": {
"template": "docs/template"
}
}]
}