jf-roku/jsdoc.json

64 lines
1.9 KiB
JSON
Raw Permalink 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": {
2023-11-11 04:06:42 +00:00
"encoding": "utf8",
2023-10-06 03:18:09 +00:00
"recurse": true,
2023-11-11 04:06:42 +00:00
"template": "node_modules/clean-jsdoc-theme",
2023-10-06 03:18:09 +00:00
"brighterscript-jsdocs-plugin": {
"addModule": true,
"escapeHTMLCharacters": false
2023-11-11 04:06:42 +00:00
},
"theme_opts": {
"default_theme": "fallback-dark",
"base_url": "https://jellyfin.github.io/jellyfin-roku/",
"title": "jellyfin-roku Code Documentation",
2023-11-11 04:20:42 +00:00
"homepageTitle": "jellyfin-roku Code Documentation",
2023-11-11 04:06:42 +00:00
"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>"
2023-10-06 03:18:09 +00:00
}
},
"markdown": {
2023-11-11 04:06:42 +00:00
"hardwrap": false,
"idInHeadings": true
2023-10-06 03:18:09 +00:00
}
}