forked from Countly/countly-sdk-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
jsdoc_conf.json
61 lines (61 loc) · 1.63 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
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"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": true,
"disqus": "countly-documentation",
"openGraph": {
"title": "Countly Web SDK Documentation",
"type": "website",
"image": "",
"site_name": "Countly Web SDK Documentation",
"url": "https://countly.github.io/countly-sdk-web/"
},
"meta": {
"title": "Countly Web SDK Documentation",
"description": "JSDoc generated Countly Web SDK documentation",
"keyword": "countly, web, sdk, jsdoc, doc, documentation"
},
"search": true,
"collapse": true,
"typedefs": true,
"removeQuotes": "all",
"menu":{
"Countly":{
"href":"https://count.ly/"
},
"Web SDK Docs":{
"href":"https://support.count.ly/hc/en-us/articles/360037441932-Web-analytics-JavaScript-"
},
"Github Repository":{
"href":"https://github.com/Countly/countly-sdk-web"
}
},
"scripts": ["https://stats.count.ly/sdk/countly-docs.js"]
}
}