mirror of
https://github.com/photonstorm/phaser
synced 2024-12-18 09:03:29 +00:00
23 lines
440 B
JSON
23 lines
440 B
JSON
|
{
|
||
|
"tags": {
|
||
|
"allowUnknownTags": true
|
||
|
},
|
||
|
"plugins": ["plugins/markdown"],
|
||
|
"templates": {
|
||
|
"cleverLinks": false,
|
||
|
"monospaceLinks": false,
|
||
|
"default": {
|
||
|
"outputSourceFiles": true
|
||
|
},
|
||
|
"systemName": "DocStrap",
|
||
|
"footer": "",
|
||
|
"copyright": "Copyright © 2012-2103 Terry Weiss, Eery Wrists. All rights reserved.",
|
||
|
"navType": "vertical",
|
||
|
"theme": "cerulean"
|
||
|
} ,
|
||
|
"markdown": {
|
||
|
"parser": "gfm",
|
||
|
"hardwrap": true
|
||
|
}
|
||
|
}
|