-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjsdoc-er_rel_trainer.json
38 lines (38 loc) · 1.36 KB
/
jsdoc-er_rel_trainer.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
{
"description": "Generates the documentation for the <i>ccmjs</i>-based web component for ER-REL Trainer.",
"tags": {
"allowUnknownTags": true,
"dictionaries": [ "jsdoc" ]
},
"source": {
"include": [
"./../er_rel_trainer/ccm.er_rel_trainer.js",
"./../er_rel_trainer/configs.js",
"./../er_rel_trainer/resources/templates.js"
]
},
"plugins": [ "plugins/markdown" ],
"templates": {
"systemName" : "ER-REL Trainer",
"footer" : "<p style='text-align:center'>This documentation is written by the developer of the ccmjs-based web component for ER-REL Trainer: <a href='mailto:[email protected]'>André Kless</a></p>",
"copyright" : "<a href='https://github.com/EILD-nrw'>EILD.nrw 2022</a>",
"includeDate" : true,
"navType" : "inline",
"theme" : "cerulean",
"linenums" : true,
"collapseSymbols" : false,
"inverseNav" : true,
"outputSourceFiles" : true,
"outputSourcePath" : true,
"dateFormat" : "",
"syntaxTheme" : "default",
"sort" : true,
"search" : true
},
"opts": {
"destination": "./../er_rel_trainer/docs/",
"encoding": "utf8",
"recurse": true,
"template": "./node_modules/ink-docstrap/template"
}
}