-
Notifications
You must be signed in to change notification settings - Fork 0
/
esdoc.json
48 lines (48 loc) · 1.62 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
42
43
44
45
46
47
48
{
"source": "./src",
"destination": "./manual",
"plugins": [
{
"name": "esdoc-standard-plugin",
"option": {
"unexportIdentifier": {"enable": true},
"brand": {
"logo": "./docs/asset/logo_nlga.jpg",
"title": "NLGAMap",
"description": "JS Library for creating choropleth maps with leaflet.",
"repository": "https://github.com/nlga/NLGAMap",
"site": "https://www.apps.nlga.niedersachsen.de/tools/NLGAMap",
"author": "",
"image": ""
},
"manual": {
"index": "./docs/index.md",
"globalIndex": true,
"asset": "./docs/asset",
"files": [
"./docs/usage.md",
"./docs/configuration.md",
"./docs/examples.md",
"./CHANGELOG.md"
]
},
"test": {
"source": "./tests/",
"interfaces": ["describe", "it", "context", "suite", "test"],
"includes": ["(spec|Spec|test|Test)\\.js$"],
"excludes": ["\\.config\\.js$"]
}
}
},
{
"name": "esdoc-ecmascript-proposal-plugin",
"option": {
"all": true
}
},
{
"name": "esdoc-plugin-transform-html",
"option": "./esdoc-jsfiddle.js"
}
]
}