-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathjsdoc-conf.json
More file actions
29 lines (29 loc) · 697 Bytes
/
jsdoc-conf.json
File metadata and controls
29 lines (29 loc) · 697 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
29
{
"tags": {
"allowUnknownTags": true
},
"source": {
"include": [
"generators/cleanup.js",
"generators/docker-base.js",
"generators/docker-prompts.js",
"generators/generator-base.js",
"generators/generator-base-private.js",
"generators/generator-constants.js",
"generators/utils.js"
]
},
"plugins": [],
"templates": {
"cleverLinks": true,
"monospaceLinks": true,
"default": {
"outputSourceFiles": true
}
},
"opts": {
"recurse": true,
"destination": "./docs/",
"readme": "README.md"
}
}