-
Notifications
You must be signed in to change notification settings - Fork 0
/
jsdoc.json
55 lines (55 loc) · 1.63 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
{
"source": {
"include": ["index.js", "package.json", "README.md"]
},
"plugins": ["plugins/markdown"],
"opts": {
"encoding": "utf8",
"readme": "./README.md",
"destination": ".",
"recurse": true,
"verbose": true,
"template": "./node_modules/clean-jsdoc-theme",
"theme_opts": {
"default_theme": "dark",
"menu": [
{
"title": "Home",
"link": "https://merasugd.github.io/m3u8-dl/"
},
{
"title": "Gravatar",
"link": "https://gravatar.com/squirrelinsightfulf47c74a51d"
},
{
"title": "Github",
"link": "https://github.com/merasugd/m3u8-dl"
},
{
"title": "YouTube",
"link": "https://www.youtube.com/@merasu_gd"
},
{
"title": "Facebook",
"link": "https://www.facebook.com/profile.php?id=61554338001508"
}
],
"sections": ["Classes", "Modules", "Global"],
"meta": [
{
"name": "author",
"content": "MerasGD"
},
{
"name": "description",
"content": "Download m3u8 playlist to file"
}
],
"footer": "Made by MerasGD"
}
},
"markdown": {
"hardwrap": false,
"idInHeadings": true
}
}