-
Notifications
You must be signed in to change notification settings - Fork 0
/
jsdoc.json
51 lines (51 loc) · 1.37 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
48
49
50
51
{
"tags": {
"allowUnknownTags": false
},
"source": {
"include": ["./index.js", "README.md"],
"includePattern": "\\.js$",
"excludePattern": "(node_modules/|docs)"
},
"plugins": [
"plugins/markdown",
"plugins/summarize"
],
"opts": {
"template": "./node_modules/docdash/",
"encoding": "utf8",
"destination": "docs/",
"recurse": true,
"verbose": true
},
"templates": {
"cleverLinks": false,
"monospaceLinks": false
},
"docdash": {
"static": true,
"sort": true,
"search": true,
"collapse": true,
"wrap": true,
"openGraph": {
"title": "isOrNot",
"type": "website",
"image": "",
"site_name": "isOrNot",
"url": "https://github.com/AlaeddineMessadi/is-or-not" },
"meta": {
"title": "isOrNot",
"description": "A Set of `is` and `isNot` functions in JavaScript checking and testing on objects and types",
"keyword": "javascript, utils, is, isnot, types, test, check, testing, type check, js, library"
},
"menu": {
"Github": {
"href":"https://github.com/AlaeddineMessadi/is-or-not",
"target":"_blank",
"class":"menu-item",
"id":"website_link"
}
}
}
}