mirror of
https://github.com/konvajs/konva.git
synced 2025-10-08 00:14:23 +08:00
new documentation for homepage
This commit is contained in:
31
resources/jsdoc.conf.json
Normal file
31
resources/jsdoc.conf.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"tags" : {
|
||||
"allowUnknownTags" : true
|
||||
},
|
||||
"plugins" : ["plugins/markdown"],
|
||||
|
||||
"templates" : {
|
||||
"cleverLinks" : false,
|
||||
"monospaceLinks" : false,
|
||||
"dateFormat" : "ddd MMM Do YYYY",
|
||||
"outputSourceFiles" : true,
|
||||
"outputSourcePath" : true,
|
||||
"systemName" : "KineticJS",
|
||||
"footer" : "",
|
||||
"copyright" : "KineticJS Copyright © 2015 The contributors to the KineticJS project.",
|
||||
"navType" : "vertical",
|
||||
"theme" : "cosmo",
|
||||
"linenums" : true,
|
||||
"collapseSymbols" : false,
|
||||
"inverseNav" : true,
|
||||
"highlightTutorialCode" : true,
|
||||
"analytics" : {
|
||||
"ua" : "UA-54202824-2",
|
||||
"domain" : "http://lavrton.github.io/KineticJS"
|
||||
}
|
||||
},
|
||||
"markdown" : {
|
||||
"parser" : "gfm",
|
||||
"hardwrap" : true
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user