{
"plugins": [
"./node_modules/brighterscript-jsdocs-plugin/convert-brighterscript-docs.js",
"plugins/markdown"
],
"source": {
"include": ["source", "components"],
"includePattern": ".+\\.br?s$",
"excludePattern": "(roku_modules)"
},
"extendedConfig": {},
"opts": {
"recurse": true,
"template": "node_modules/ink-docstrap/template",
"brighterscript-jsdocs-plugin": {
"addModule": true,
"escapeHTMLCharacters": false
}
},
"templates": {
"monospaceLinks": false,
"dateFormat": "MMM Do YYYY",
"outputSourceFiles": true,
"outputSourcePath": true,
"systemName": "jellyfin-roku api docs",
"footer": "Source code: https://github.com/jellyfin/jellyfin-rokuJellyfin Roku Development Forum: https://forum.jellyfin.org/f-roku-development",
"navType": "vertical",
"theme": "darkly",
"syntaxTheme": "dark",
"linenums": true,
"collapseSymbols": false,
"inverseNav": false,
"protocol": "html://",
"methodHeadingReturns": false
},
"markdown": {
"parser": "gfm",
"hardwrap": true
}
}