forked from sonrac/swagger-vue-doc-generator
-
Notifications
You must be signed in to change notification settings - Fork 1
/
jsdoc.conf.json
34 lines (33 loc) · 926 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
27
28
29
30
31
32
33
34
{
"tags": {
"allowUnknownTags": true,
"dictionaries": ["jsdoc","closure"]
},
"title": "Swagger VUE generator documentation",
"opts": {
"title": "Swagger VUE generator documentation",
"recurse": true
},
"template": "node_modules/ink-docstrap/template",
"templates": {
"systemName" : "Swagger VUE generator documentation",
"footer" : "",
"copyright" : "Powered by @jsDOC. Author Donii Sergii <[email protected]>",
"includeDate" : true,
"navType" : "inline",
"theme" : "lumen",
"linenums" : true,
"collapseSymbols" : true,
"outputSourceFiles" : true,
"outputSourcePath" : true,
"inverseNav" : true,
"sort" : true,
"search" : true
},
"source": {
"include": [
"src/",
"README.MD"
]
}
}