-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathjsdoc.conf.json
26 lines (26 loc) · 972 Bytes
/
jsdoc.conf.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
{
"tags" : {
"allowUnknownTags" : true
},
"plugins" : ["plugins/markdown"],
"templates" : {
"cleverLinks" : false,
"monospaceLinks" : false,
"dateFormat" : "ddd MMM Do HH:mm YYYY",
"outputSourceFiles" : true,
"outputSourcePath" : true,
"systemName" : "OpenText IDOL Databases View",
"footer" : "",
"copyright" : "Copyright 2015-2018 OpenText. Licensed under the MIT License (the \"License\"); you may not use this file except in compliance with the License.",
"navType" : "vertical",
"theme" : "cerulean",
"linenums" : true,
"collapseSymbols" : false,
"inverseNav" : false,
"highlightTutorialCode" : true
},
"markdown" : {
"parser" : "gfm",
"hardwrap" : true
}
}