-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathjsdoc.json
More file actions
37 lines (36 loc) · 979 Bytes
/
jsdoc.json
File metadata and controls
37 lines (36 loc) · 979 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
37
{
"tags" : {
"allowUnknownTags" : true
},
"source": {
"include": ["./README.md","./js/"],
"includePattern": ".+\\.js(doc)?$"
},
"plugins" : ["plugins/markdown"],
"opts": {
"template": "./node_modules/ink-docstrap/template",
"destination": "./docs/",
"recurse": true,
"private": true
},
"templates" : {
"cleverLinks" : false,
"monospaceLinks" : false,
"dateFormat" : "ddd MMM Do YYYY",
"outputSourceFiles" : true,
"outputSourcePath" : true,
"systemName" : "chessLoggerjs",
"footer" : "",
"copyright" : "chessLoggerjs Copyright © 2012-2013",
"navType" : "vertical",
"theme" : "spacelab",
"linenums" : true,
"collapseSymbols" : true,
"inverseNav" : true,
"highlightTutorialCode" : true
},
"markdown" : {
"parser" : "gfm",
"hardwrap" : true
}
}