jf-roku/jsdoc.json

41 lines
1.3 KiB
JSON
Raw Normal View History

2023-10-06 03:18:09 +00:00
{
"plugins": [
"./node_modules/brighterscript-jsdocs-plugin/convert-brighterscript-docs.js",
"plugins/markdown"
],
"source": {
"include": ["source", "components"],
"includePattern": ".+\\.br?s$",
"excludePattern": "(roku_modules)"
2023-10-06 03:18:09 +00:00
},
"extendedConfig": {},
"opts": {
"recurse": true,
"template": "node_modules/ink-docstrap/template",
2023-10-06 03:18:09 +00:00
"brighterscript-jsdocs-plugin": {
"addModule": true,
"escapeHTMLCharacters": false
}
},
"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
}
}