mirror of
https://github.com/konvajs/konva.git
synced 2025-09-18 09:50:05 +08:00
29 lines
636 B
JSON
29 lines
636 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
|
|
}
|
|
}
|