mirror of
https://github.com/konvajs/konva.git
synced 2025-04-05 07:44:30 +08:00
29 lines
764 B
JSON
29 lines
764 B
JSON
{
|
|
"path" : "ink-docstrap",
|
|
"tags" : {
|
|
"allowUnknownTags" : true
|
|
},
|
|
"plugins" : ["plugins/markdown"],
|
|
|
|
"templates" : {
|
|
"cleverLinks" : false,
|
|
"monospaceLinks" : false,
|
|
"dateFormat" : "ddd MMM Do YYYY",
|
|
"outputSourceFiles" : true,
|
|
"outputSourcePath" : true,
|
|
"systemName" : "Konva",
|
|
"footer" : "",
|
|
"copyright" : "Konva Copyright © 2015 The contributors to the Konva project.",
|
|
"navType" : "vertical",
|
|
"theme" : "cosmo",
|
|
"linenums" : true,
|
|
"collapseSymbols" : false,
|
|
"inverseNav" : true,
|
|
"highlightTutorialCode" : true
|
|
},
|
|
"markdown" : {
|
|
"parser" : "gfm",
|
|
"hardwrap" : true
|
|
}
|
|
}
|