-
Notifications
You must be signed in to change notification settings - Fork 20
/
jsdoc.json
46 lines (46 loc) · 1.88 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
{
"markdown": {
"hardwrap": false,
"idInHeadings": true
},
"opts": {
"destination": "docs",
"encoding": "utf8",
"private": true,
"recurse": true,
"template": "./node_modules/clean-jsdoc-theme",
"theme_opts": {
"create_style": "article ul { list-style: disc; }",
"default_theme": "light",
"displayModuleHeader": true,
"exclude_inherited": false,
"favicon": "./assets/favicon.png",
"footer": "<footer style='width: 100%;'><div style='margin-bottom: 0.5rem;font-size: 1.25rem; font-weight: bold;'>HLSDownloader</div> <p>Please Feel free to <a style='text-decoration: underline;' target='_blank' href='https://github.com/nurrony/hlsdownloader/fork'>fork on GitHub</a>. Give a ⭐️ if this project helped you!. I will be grateful if you all help me to improve this package by giving your suggestions, feature request and pull requests. I am all ears!!</p></footer>",
"homepageTitle": "Documentation | HLSDownloader",
"includeFilesListInHomepage": true,
"meta": [
{
"content": "Nur Rony",
"name": "Author"
},
{
"content": "Downloads HLS Playlist file and TS chunks",
"name": "Description"
}
],
"prefixModuleToSidebarItems_experimental": false,
"search": true,
"static_dir": ["./assets"],
"title": "<div style=\"text-align: center;\"><a style=\"text-decoration: none;\" href=\"https://nurrony.github.io/hlsdownloader\"><img src=\"assets/logo.png\" name='hlsdownloader' style=\"border-radius: 5px;\" height=\"130\" width=\"130\"/><h1 style=\"font-size: 2em;\">HLSDownloader</h1></a></div>"
}
},
"plugins": ["plugins/markdown"],
"source": {
"exclude": ["node_modules", "tests", "docs"],
"include": ["README.md", "./src/"],
"includePattern": ".+\\.(m?js(doc|x)?)$"
},
"tags": {
"allowUnknownTags": true
}
}