-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.jsdoc.json
50 lines (50 loc) · 1.4 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
{
"source": {
"include": [
"src",
"README.md",
"package.json"
]
},
"templates": {
"default": {
"outputSourceFiles": true
}
},
"plugins": [
"plugins/markdown"
],
"markdown": {
"idInHeadings": true
},
"opts": {
"encoding": "utf8",
"readme": "./README.md",
"destination": "docs/",
"recurse": true,
"verbose": true,
"template": "./node_modules/clean-jsdoc-theme",
"theme_opts": {
"title": "<div onclick=\"location.href = baseURL\" style=\"cursor:pointer;display: inline-flex;justify-content: center;align-items: center;user-select: none\"> <img alt=\"Opengram\" src=\"https://raw.githubusercontent.com/OpengramJS/opengram/master/docs/media/Logo.svg\" height=\"80\"> <h3>Opengram</h3> </div>",
"theme": "dark",
"meta": [
{
"name": "description",
"content": "The media-group plugin lets you handle & copy media-groups (albums) with ease."
}
],
"menu": [
{
"title": "<b>Github</b>",
"id": "github",
"link": "https://github.com/OpengramJS/media-group"
},
{
"title": "<img src=\"https://upload.wikimedia.org/wikipedia/commons/d/db/Npm-logo.svg\" style=\"margin-top: 0.3rem;max-height: 1.2rem;\">",
"id": "npm",
"link": "https://www.npmjs.com/package/@opengram/media-group"
}
]
}
}
}