-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjsdoc.json
More file actions
33 lines (33 loc) · 823 Bytes
/
jsdoc.json
File metadata and controls
33 lines (33 loc) · 823 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
30
31
32
33
{
"opts": {
"encoding": "utf8",
"destination": "docs/js",
"packageX": "package.json",
"readme": "docs/js.md",
"recurse": true,
"template": "node_modules/jsdoc-wmf-theme"
},
"plugins": [
"plugins/markdown"
],
"recurseDepth": 10,
"source": {
"include": [ "modules" ],
"includePattern": ".+\\.js$"
},
"tags": {},
"templates": {
"cleverLinks": true,
"default": {
"useLongnameInNav": true
},
"wmf": {
"linkMap": {
"Error": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error",
"jQuery": "https://api.jquery.com/Types/#jQuery",
"mw.ForeignApi": "https://doc.wikimedia.org/mediawiki-core/master/js/#!/api/mw.ForeignApi",
"Promise": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise"
}
}
}
}