forked from postalsys/imapflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjsdoc.json
More file actions
28 lines (28 loc) · 742 Bytes
/
jsdoc.json
File metadata and controls
28 lines (28 loc) · 742 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
{
"templates": {
"referenceTitle": "ImapFlow",
"disableSort": false,
"collapse": true,
"resources": {
"Source Code": "https://github.com/postalsys/imapflow"
},
"cleverLinks": true,
"monospaceLinks": false,
"default": {
"outputSourceFiles": false
},
"search": {
"apiKey": "082c6635b32d44ed095369a5f1c790fd",
"indexName": "imapflow",
"hitsPerPage": 7
}
},
"plugins": ["plugins/markdown"],
"opts": {
"destination": "./docs/",
"encoding": "utf8",
"private": true,
"recurse": true,
"template": "./node_modules/imapflow-jsdoc-template"
}
}