-
Notifications
You must be signed in to change notification settings - Fork 60
/
.jsdoc.json
43 lines (43 loc) · 987 Bytes
/
.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
{
"tags": {
"allowUnknownTags": true,
"dictionaries": ["jsdoc"]
},
"source": {
"includePattern": ".js$",
"exclude": [
"./node_modules",
"./build"
]
},
"plugins": [
"plugins/markdown"
],
"templates" : {
"default": {
"staticFiles": {
"include": [
"./docs/logo.png"
],
"paths": [
"./screenshots"
]
}
},
"title": "Vialer-js - Pluggable WebRTC communication platform.",
"logo": {
"url": "logo.png",
"width": "90px",
"height": "72px"
},
"name": "Vialer-js",
"footerText": "© Windshaft B.V.",
"useCollapsibles": true
},
"opts": {
"encoding": "utf8",
"private": true,
"recurse": true,
"template": "node_modules/jsdoc-spindle"
}
}