-
Notifications
You must be signed in to change notification settings - Fork 8
/
jsdoc.json
40 lines (40 loc) · 1.34 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
{
"opts": {
"destination": "docs/js",
"pedantic": false,
"recurse": true,
"template": "node_modules/jsdoc-wmf-theme"
},
"plugins": [
"node_modules/jsdoc-wmf-theme/plugins/default"
],
"source": {
"include": [ "modules", "package.json", "README.md" ]
},
"templates": {
"cleverLinks": true,
"default": {
"useLongnameInNav": true
},
"wmf": {
"repository": "https://gerrit.wikimedia.org/g/mediawiki/extensions/Cite/",
"prefixMap": {
"ve.": "https://doc.wikimedia.org/visualeditor-standalone/master/{type}.html",
"ve.dm.MW": "https://doc.wikimedia.org/VisualEditor/master/js/{type}.html",
"ve.ce.MW": "https://doc.wikimedia.org/VisualEditor/master/js/{type}.html",
"ve.ui.MW": "https://doc.wikimedia.org/VisualEditor/master/js/{type}.html",
"mw.": "https://doc.wikimedia.org/mediawiki-core/master/js/{type}.html",
"ve.dm.MWDocumentReferences": true,
"ve.dm.MWGroupReferences": true,
"ve.dm.MWReference": true,
"ve.ce.MWReference": true,
"ve.ui.MWReference": true
},
"linkMap": {
"ext.popups.Preview": "https://doc.wikimedia.org/Popups/master/js/js/Popups/module-preview.html",
"ext.popups.PreviewModel": "https://doc.wikimedia.org/Popups/master/js/js/Popups/module-preview_model.html",
"Gateway": "https://doc.wikimedia.org/Popups/master/js/js/Popups/module-gateway.html"
}
}
}
}