atm4
Version:
Personal tailor!!! Based on atm3, and atm3 based on fis3
30 lines (29 loc) • 696 B
JSON
{
"tags": {
"allowUnknownTags": true
},
"source": {
"includePattern": ".+\\.js(doc)?$",
"excludePattern": "(^|\\/|\\\\)_"
},
"plugins": ["plugins/markdown"],
"templates": {
"cleverLinks" : false,
"monospaceLinks" : false,
"default" : {
"outputSourceFiles" : true
},
"systemName" : "FIS3",
"footer" : "",
"copyright" : "",
"navType" : "vertical",
"theme" : "cerulean",
"linenums" : true,
"collapseSymbols" : false,
"inverseNav" : true
},
"markdown": {
"parser": "gfm",
"hardwrap": true
}
}