-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathjsdoc.json
39 lines (39 loc) · 896 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
39
{
"opts": {
"encoding": "utf8",
"destination": "docs",
"package": "package.json",
"readme": "README.md",
"pedantic": false,
"private": true,
"recurse": true,
"template": "node_modules/jsdoc-wmf-theme",
"class-hierarchy": {
"showList": true
}
},
"plugins": [
"node_modules/jsdoc-wmf-theme/plugins/default"
],
"source": {
"include": [ "modules" ]
},
"templates": {
"cleverLinks": true,
"default": {
"useLongnameInNav": true
},
"wmf": {
"maintitle": "Echo",
"repository": "https://gerrit.wikimedia.org/g/mediawiki/extensions/Echo/",
"prefixMap": {
"mw.": "https://doc.wikimedia.org/mediawiki-core/master/js/{type}.html",
"mw.echo.": true
},
"linkMap": {
"Overlay": "https://doc.wikimedia.org/MobileFrontend/master/js/js/Overlay.html",
"View": "https://doc.wikimedia.org/MobileFrontend/master/js/js/View.html"
}
}
}
}