mirror of
https://github.com/greggman/twgl.js.git
synced 2026-01-18 14:55:17 +00:00
39 lines
889 B
JSON
39 lines
889 B
JSON
{
|
|
"tags" : {
|
|
"allowUnknownTags" : true
|
|
},
|
|
"plugins" : ["plugins/markdown"],
|
|
"private" : false,
|
|
"templates" : {
|
|
"cleverLinks" : false,
|
|
"monospaceLinks" : true,
|
|
"dateFormat" : "ddd MMM Do YYYY",
|
|
"outputSourceFiles" : false,
|
|
"outputSourcePath" : false,
|
|
"systemName" : "TWGL",
|
|
"footer" : "",
|
|
"copyright" : "",
|
|
"linenums" : true,
|
|
"collapseSymbols" : false,
|
|
"inverseNav" : true,
|
|
"highlightTutorialCode" : true,
|
|
"default" : {
|
|
"outputSourceFiles" : false,
|
|
"includeDate" : false
|
|
},
|
|
"analytics": {
|
|
"ua": "UA-61260681-1",
|
|
"domain": "auto"
|
|
}
|
|
},
|
|
"markdown" : {
|
|
"parser" : "gfm",
|
|
"hardwrap" : true
|
|
},
|
|
"opts" : {
|
|
"readme" : "README.md",
|
|
"encoding" : "utf8"
|
|
}
|
|
}
|
|
|