Files
konva/resources/jsdoc.conf.json

29 lines
764 B
JSON
Raw Normal View History

2015-01-13 15:26:01 +07:00
{
2015-01-28 05:26:18 +07:00
"path" : "ink-docstrap",
2015-01-13 15:26:01 +07:00
"tags" : {
"allowUnknownTags" : true
},
"plugins" : ["plugins/markdown"],
"templates" : {
"cleverLinks" : false,
"monospaceLinks" : false,
"dateFormat" : "ddd MMM Do YYYY",
"outputSourceFiles" : true,
"outputSourcePath" : true,
2015-01-27 15:25:10 +07:00
"systemName" : "Konva",
2015-01-13 15:26:01 +07:00
"footer" : "",
2015-01-27 15:25:10 +07:00
"copyright" : "Konva Copyright © 2015 The contributors to the Konva project.",
2015-01-13 15:26:01 +07:00
"navType" : "vertical",
"theme" : "cosmo",
"linenums" : true,
"collapseSymbols" : false,
"inverseNav" : true,
2015-02-26 08:21:59 +07:00
"highlightTutorialCode" : true
2015-01-13 15:26:01 +07:00
},
"markdown" : {
"parser" : "gfm",
"hardwrap" : true
}
}