-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjsdoc.json
More file actions
59 lines (59 loc) · 1.85 KB
/
jsdoc.json
File metadata and controls
59 lines (59 loc) · 1.85 KB
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
{
"plugins": [
"./node_modules/brighterscript-jsdocs-plugin/convert-brighterscript-docs.js",
"plugins/markdown"
],
"source": {
"include": [
"jellyrock/source",
"jellyrock/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://api.jellyrock.app/",
"title": "JellyRock Code Documentation",
"homepageTitle": "JellyRock Code Documentation",
"displayModuleHeader": true,
"menu": [
{
"title": "Source",
"link": "https://github.com/jellyrock/api-docs",
"target": "_blank",
"class": "external-link",
"id": "github-link"
},
{
"title": "Jellyfin docs",
"link": "https://jellyfin.org/docs/",
"target": "_blank",
"class": "external-link",
"id": "jellyfin-link"
},
{
"title": "Jellyfin API docs",
"link": "https://api.jellyfin.org/",
"target": "_blank",
"class": "external-link",
"id": "jellyfin-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><script defer src=\"https://analytics.jellyrock.app/script.js\" data-website-id=\"07139597-641c-42e6-8f5a-cbb0d9182a20\"></script>"
}
},
"markdown": {
"hardwrap": false,
"idInHeadings": true
}
}