-
Notifications
You must be signed in to change notification settings - Fork 14
/
.jsdoc.json
42 lines (42 loc) · 1.13 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
{
"source": {
"include": ["./lib", "./index.js"],
"exclude": ["node_modules"]
},
"recurseDepth": 10,
"plugins": [
"plugins/markdown",
"plugins/summarize",
"better-docs/component",
"better-docs/category"
],
"opts": {
"readme": "./README.md",
"destination": "./out/docs/",
"encoding": "utf8",
"recurse": true,
"template": "./node_modules/better-docs"
},
"tags": {
"allowUnknownTags": true,
"dictionaries": ["jsdoc"]
},
"templates": {
"cleverLinks": false,
"monospaceLinks": false,
"search": false,
"better-docs": {
"name": "net-keepalive Documentation",
"title": "hertzg/node-net-keeplive",
"head": "<script async src=\"https://www.googletagmanager.com/gtag/js?id=UA-1091155-6\"></script><script>window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);}gtag('js', new Date());gtag('config', 'UA-1091155-6');</script>",
"smallHeader": true,
"hideGenerator": true,
"navLinks": [
{
"label": "Github",
"href": "https://github.com/hertzg/node-net-keepalive"
}
]
}
}
}