mirror of
https://github.com/greggman/twgl.js.git
synced 2026-02-01 16:00:22 +00:00
33 lines
822 B
JSON
33 lines
822 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" : "copyright Gregg Tavares",
|
|
"navType" : "vertical",
|
|
"theme" : "cerulean",
|
|
"linenums" : true,
|
|
"collapseSymbols" : false,
|
|
"inverseNav" : true,
|
|
"highlightTutorialCode" : true
|
|
},
|
|
"markdown" : {
|
|
"parser" : "gfm",
|
|
"hardwrap" : true
|
|
},
|
|
"opts" : {
|
|
"readme" : "docs.md",
|
|
"encoding" : "utf8"
|
|
}
|
|
}
|
|
|