-
Notifications
You must be signed in to change notification settings - Fork 0
/
jsdoc.json
38 lines (38 loc) · 1000 Bytes
/
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
{
"tags": {
"allowUnknownTags": ["category"]
},
"plugins": [
"node_modules/better-docs/typescript",
"node_modules/better-docs/typedef-import",
"node_modules/better-docs/category"
],
"source": {
"include": ["src/app"],
"includePattern": ".ts$",
"excludePattern": "(node_modules|docs)"
},
"templates": {
"cleverLinks": false,
"monospaceLinks": false,
"better-docs": {
"name": "main-fns",
"title": "main-fns - ",
"hideGenerator": false,
"navLinks": [
{
"label": "Github",
"href": "https://github.com/nabby27/main-fns"
}
]
}
},
"opts": {
"encoding": "utf8",
"readme": "README.md",
"template": "node_modules/braintree-jsdoc-template",
"recurse": true,
"verbose": true,
"destination": "./docs"
}
}