-
-
Notifications
You must be signed in to change notification settings - Fork 129
/
jsdoc.json
44 lines (44 loc) · 1.08 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"tags": {
"allowUnknownTags": false
},
"source": {
"include": "./lib",
"includePattern": ".js$",
"excludePattern": "(node_modules/|test/|docs)"
},
"plugins": ["plugins/markdown"],
"templates": {
"cleverLinks": true,
"monospaceLinks": true,
"outputSourceFiles": true,
"outputSourcePath": true,
"dateFormat": "MMMM Do YYYY, HH:mm Z",
"systemName": "pem",
"footer": "",
"copyright": "Copyright (c) 2012 Andris Reinman; 2016 Josef Fröhle",
"navType": "vertical",
"linenums": true,
"collapseSymbols": false,
"inverseNav": true,
"highlightTutorialCode": true,
"protocol": "html://",
"syntaxTheme": "dark"
},
"markdown": {
"parser": "gfm",
"hardwrap": true
},
"opts": {
"verbose": true,
"encoding": "utf8",
"destination": "docs/jsdoc/",
"recurse": true,
"readme": "./README.md",
"template": "node_modules/@deineagenturug/docdash"
},
"docdash": {
"static": true,
"sort": true
}
}