64 lines
1.9 KiB
JSON
64 lines
1.9 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": {
|
|
"encoding": "utf8",
|
|
"recurse": true,
|
|
"template": "node_modules/clean-jsdoc-theme",
|
|
"brighterscript-jsdocs-plugin": {
|
|
"addModule": true,
|
|
"escapeHTMLCharacters": false
|
|
},
|
|
"theme_opts": {
|
|
"default_theme": "fallback-dark",
|
|
"base_url": "https://jellyfin.github.io/jellyfin-roku/",
|
|
"title": "jellyfin-roku Code Documentation",
|
|
"homepageTitle": "jellyfin-roku Code Documentation",
|
|
"displayModuleHeader": true,
|
|
"menu": [
|
|
{
|
|
"title": "Jellyfin",
|
|
"link": "https://jellyfin.org/",
|
|
"target": "_blank",
|
|
"class": "external-link",
|
|
"id": "jellyfin-link"
|
|
},
|
|
{
|
|
"title": "GitHub",
|
|
"link": "https://github.com/jellyfin/jellyfin-roku",
|
|
"target": "_blank",
|
|
"class": "external-link",
|
|
"id": "github-link"
|
|
},
|
|
{
|
|
"title": "Forum",
|
|
"link": "https://forum.jellyfin.org/f-roku-development",
|
|
"target": "_blank",
|
|
"class": "external-link",
|
|
"id": "forum-link"
|
|
},
|
|
{
|
|
"title": "Matrix",
|
|
"link": "https://matrix.to/#/#jellyfin-dev-roku:matrix.org",
|
|
"target": "_blank",
|
|
"class": "external-link",
|
|
"id": "matrix-link"
|
|
}
|
|
],
|
|
"footer": "<span class=\"jsdoc-message\">Automatically generated using <a href=\"https://github.com/jsdoc/jsdoc\" target=\"_blank\">JSDoc</a> and the <a href=\"https://github.com/ankitskvmdam/clean-jsdoc-theme\" target=\"_blank\">clean-jsdoc-theme</a>.</span>"
|
|
}
|
|
},
|
|
"markdown": {
|
|
"hardwrap": false,
|
|
"idInHeadings": true
|
|
}
|
|
}
|