-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathjsdoc.json
More file actions
36 lines (36 loc) · 967 Bytes
/
jsdoc.json
File metadata and controls
36 lines (36 loc) · 967 Bytes
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
{
"source" : {
"include" : [
"README.md", "app"
],
"excludePattern": "(\/|\\\\)app(\/|\\\\)vendor"
},
"tags" : {
"allowUnknownTags" : true
},
"plugins" : ["node_modules/jsdoc/plugins/markdown"],
"templates" : {
"cleverLinks" : false,
"monospaceLinks" : false,
"default" : {
"outputSourceFiles" : true
},
"systemName" : "masseuse",
"footer" : "",
"copyright" : "SOLID Interactive 2014",
"navType" : "vertical",
"theme" : "flatly",
"linenums" : true,
"collapseSymbols" : false,
"inverseNav" : true
},
"markdown" : {
"parser" : "gfm",
"hardwrap" : true
},
"opts" : {
"destination": "docs",
"template" : "node_modules/ink-docstrap/template",
"recurse": true
}
}