-
Notifications
You must be signed in to change notification settings - Fork 0
/
.jsdoc.json
47 lines (46 loc) · 1.17 KB
/
.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
44
45
46
47
{
"tags": {
"allowUnknownTags": true,
"dictionaries": ["jsdoc"]
},
"source": {
"include": ["lib", "package.json", "README.md", "index.js"],
"includePattern": ".js$",
"excludePattern": "(node_modules/|docs|tests)"
},
"plugins": [
"plugins/markdown"
],
"templates": {
"applicationName": "serviser",
"disqus": "bi-service",
"googleAnalytics": "",
"openGraph": {
"title": "serviser",
"type": "website",
"image": "",
"site_name": "",
"url": ""
},
"meta": {
"title": "serviser docs",
"description": "",
"keyword": "serviser express server framework json-schema"
},
"linenums": true,
"cleverLinks": true,
"monospaceLinks": true,
"default": {
"staticFiles": {
"include": ["./tutorials/images"]
}
}
},
"opts": {
"destination": "./docs/",
"encoding": "utf8",
"private": false,
"recurse": true,
"template": "./node_modules/realm-jsdoc/template"
}
}