phaser/Docs/docstrap-master/fixtures/example.conf.json

23 lines
440 B
JSON
Raw Normal View History

2013-10-02 00:16:40 +00:00
{
"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
}
}