-
-
Notifications
You must be signed in to change notification settings - Fork 142
/
jsdoc.json
63 lines (63 loc) · 1.92 KB
/
jsdoc.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"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
}
}