forked from char0n/ramda-adjunct
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjsdoc.json
29 lines (29 loc) · 773 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
{
"title": "Ramda Adjunct",
"github": "https://github.com/char0n/ramda-adjunct",
"gitter": "https://gitter.im/ramda-adjunct/Lobby",
"latest": "https://char0n.github.io/ramda-adjunct/",
"try": "https://npm.runkit.com/ramda-adjunct",
"tags": {
"allowUnknownTags": true,
"dictionaries": ["jsdoc","closure"]
},
"source": {
"include": ["./src"],
"includePattern": ".+\\.js(doc|x)?$",
"excludePattern": "\\.spec\\.js$"
},
"opts": {
"template": "./node_modules/docdash",
"encoding": "utf8",
"destination": "./docs/",
"recurse": true,
"readme": "./README.md",
"package": "./package.json"
},
"plugins": ["plugins/markdown", "./jsdoc.js"],
"templates": {
"cleverLinks": true,
"monospaceLinks": true
}
}