jf-roku/jsdoc.json
Charles Ewert 00a6858c22
Auto update api docs and upload api docs to gh-pages (#1418)
Co-authored-by: cewert <cewert@users.noreply.github.com>
2023-10-26 22:19:51 -04:00

41 lines
1.3 KiB
JSON

{
"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": "<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
}
}