2023-10-06 03:18:09 +00:00
|
|
|
{
|
|
|
|
"plugins": [
|
|
|
|
"./node_modules/brighterscript-jsdocs-plugin/convert-brighterscript-docs.js",
|
|
|
|
"plugins/markdown"
|
|
|
|
],
|
|
|
|
"source": {
|
|
|
|
"include": ["source", "components"],
|
2023-10-06 03:43:44 +00:00
|
|
|
"includePattern": ".+\\.br?s$",
|
|
|
|
"excludePattern": "(roku_modules)"
|
2023-10-06 03:18:09 +00:00
|
|
|
},
|
|
|
|
"extendedConfig": {},
|
|
|
|
"opts": {
|
|
|
|
"recurse": true,
|
2023-10-27 02:19:51 +00:00
|
|
|
"template": "node_modules/ink-docstrap/template",
|
2023-10-06 03:18:09 +00:00
|
|
|
"brighterscript-jsdocs-plugin": {
|
|
|
|
"addModule": true,
|
|
|
|
"escapeHTMLCharacters": false
|
|
|
|
}
|
2023-10-27 02:19:51 +00:00
|
|
|
},
|
|
|
|
"templates": {
|
|
|
|
"monospaceLinks": false,
|
|
|
|
"dateFormat": "MMM Do YYYY",
|
|
|
|
"outputSourceFiles": true,
|
|
|
|
"outputSourcePath": true,
|
|
|
|
"systemName": "jellyfin-roku api docs",
|
|
|
|
"footer": "<span class=\"jsdoc-message\">Source code: <a href=\"https://github.com/jellyfin/jellyfin-roku\">https://github.com/jellyfin/jellyfin-roku</a></span><span class=\"jsdoc-message\">Jellyfin Roku Development Forum: <a href=\"https://forum.jellyfin.org/f-roku-development\">https://forum.jellyfin.org/f-roku-development</a></span>",
|
|
|
|
"navType": "vertical",
|
|
|
|
"theme": "darkly",
|
|
|
|
"syntaxTheme": "dark",
|
|
|
|
"linenums": true,
|
|
|
|
"collapseSymbols": false,
|
|
|
|
"inverseNav": false,
|
|
|
|
"protocol": "html://",
|
|
|
|
"methodHeadingReturns": false
|
|
|
|
},
|
|
|
|
"markdown": {
|
|
|
|
"parser": "gfm",
|
|
|
|
"hardwrap": true
|
2023-10-06 03:18:09 +00:00
|
|
|
}
|
|
|
|
}
|