forked from tedeh/jayson
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjsdoc.conf.json
26 lines (26 loc) · 925 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
},
"source": {
"include": [
"./lib/",
"./promise/"
]
},
"opts": {
"destination": "./docs/",
"package": "./package.json",
"recurse": true
},
"templates": {
"systemName": "Jayson",
"copyright": "The MIT License",
"includeDate": false,
"linenums": true,
"theme": "simplex",
"inverseNav": true,
"outputSourceFiles": true,
"footer": "<!-- Fathom - simple website analytics - https://usefathom.com --> <script> (function(f, a, t, h, o, m){ a[h]=a[h]||function(){ (a[h].q=a[h].q||[]).push(arguments) }; o=f.createElement('script'), m=f.getElementsByTagName('script')[0]; o.async=1; o.src=t; o.id='fathom-script'; m.parentNode.insertBefore(o,m) })(document, window, 'https://cdn.usefathom.com/tracker.js', 'fathom'); fathom('set', 'siteId', 'WCJKCJXD'); fathom('trackPageview'); </script> <!-- / Fathom -->"
}
}