-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjsdoc.config.json
More file actions
47 lines (47 loc) · 989 Bytes
/
jsdoc.config.json
File metadata and controls
47 lines (47 loc) · 989 Bytes
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
{
"source": {
"include": [
"index.js",
"browser.js",
"src/HClient.js"
]
},
"plugins": ["plugins/markdown"],
"opts": {
"access": "public",
"destination": "docs/",
"encoding": "utf8",
"template": "../node_modules/docdash",
"verbose": true,
"readme": "README.md"
},
"templates": {
"default": {
"useLongnameInNav": true,
"outputSourceFiles": true,
"includeDate": false
}
},
"docdash": {
"static": true,
"sort": true,
"collapse": true,
"typedefs": true,
"removeQuotes": "none",
"scripts": [],
"menu":{
"Github repo":{
"href":"https://github.com/hoctail/query",
"target":"_blank",
"class":"menu-item",
"id":"repository"
},
"API keys":{
"href":"https://raw.githubusercontent.com/Hoctail/query/master/img/api-keys.gif",
"target":"_blank",
"class":"menu-item",
"id":"apikeys"
}
}
}
}