-
Notifications
You must be signed in to change notification settings - Fork 33
/
jsdoc_conf.json
48 lines (48 loc) · 1.24 KB
/
jsdoc_conf.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
{
"tags": {
"allowUnknownTags": true,
"dictionaries": ["jsdoc","closure"]
},
"source": {
"includePattern": ".+\\.js$",
"excludePattern": "(node_modules/|docs)"
},
"plugins": [],
"markdown":{
"idInHeadings": true
},
"opts": {
"template": "node_modules/docdash",
"encoding": "utf8",
"destination": "docs/",
"recurse": true,
"verbose": true
},
"templates": {
"cleverLinks": false,
"monospaceLinks": false,
"default": {
"includeDate": false
}
},
"docdash": {
"static": true,
"sort": false,
"disqus": "countly-documentation",
"openGraph": {
"title": "Countly NodeJS SDK Documentation",
"type": "website",
"image": "",
"site_name": "Countly NodeJS SDK Documentation",
"url": "https://countly.github.io/countly-sdk-nodejs/"
},
"meta": {
"title": "Countly NodeJS SDK Documentation",
"description": "JSDoc generated Countly NodeJS SDK documentation",
"keyword": "countly, node, nodejs, sdk, jsdoc, doc, documentation"
},
"search": true,
"collapse": false,
"scripts": ["https://stats.count.ly/sdk/countly-docs.js"]
}
}