-
Notifications
You must be signed in to change notification settings - Fork 1
/
jsdoc.json
37 lines (37 loc) · 892 Bytes
/
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
{
"plugins": [ "plugins/markdown" ],
"markdown": {
"parser": "gfm",
"hardwrap": true
},
"tags": {
"allowUnknownTags": true
},
"templates": {
"cleverLinks": false,
"monospaceLinks": true,
"systemName": "remoteFileExplorer",
"footer": "Created by master",
"copyright": "2015",
"navType": "vertical",
"theme": "spacelab",
"linenums": true,
"collapseSymbols": true,
"inverseNav": false
},
"source": {
"includePattern": ".+\\.js(doc)?$",
"excludePattern": "(^|\\/|\\\\)_",
"exclude": [
"node_modules",
"docs"
]
},
"opts": {
"encoding": "utf8",
"destination": "docs/js",
"recurse": true,
"private": true,
"readme": "./README.md"
}
}