mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-17 09:08:10 +00:00
24 lines
No EOL
538 B
JSON
24 lines
No EOL
538 B
JSON
{
|
|
"tags" : {
|
|
"allowUnknownTags" : true
|
|
},
|
|
"plugins" : ["plugins/markdown"],
|
|
"markdown" : {
|
|
"parser" : "gfm",
|
|
"hardwrap" : true
|
|
},
|
|
"private" : false,
|
|
"templates": {
|
|
"cleverLinks": false,
|
|
"monospaceLinks": false,
|
|
"outputSourceFiles" : false,
|
|
"systemName" : "Tone.js",
|
|
"footer" : "",
|
|
"navType" : "vertical",
|
|
"theme" : "oblivion",
|
|
"linenums" : false,
|
|
"collapseSymbols" : false,
|
|
"inverseNav" : false,
|
|
"syntaxTheme" : "default"
|
|
}
|
|
} |