-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjsdoc.json
28 lines (28 loc) · 1.02 KB
/
jsdoc.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
{
"source": {
"include": [ "./src" ],
"exclude": [ "./src/Integration" ]
},
"opts": {
"destination": "./docs/",
"recurse": true
},
"template": "./node_modules/ink-docstrap/template",
"templates": {
"systemName" : "@onehat/data",
"footer" : "<div style=\"text-align:center;\"><p><a href=\"https://www.npmjs.com/package/@onehat/data\">@onehat/data NPM Module</a></p><p><a href=\"https://github.com/OneHatRepo/data\">@onehat/data Github Repo</a></p></div",
"copyright" : "<div style=\"text-align:center;\"><p>©2020 OneHat Technologies, LLC</p></div>",
"includeDate" : false,
"navType" : "vertical",
"theme" : "yeti",
"linenums" : true,
"collapseSymbols" : true,
"inverseNav" : false,
"outputSourceFiles" : false,
"outputSourcePath" : true,
"dateFormat" : "YYYY-MM-DD",
"syntaxTheme" : "default",
"sort" : false,
"search" : true
}
}