forked from wikimedia/mediawiki-extensions-VisualEditor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
jsdoc.json
44 lines (44 loc) · 1.09 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
{
"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/ve-mw", "modules/ve-mw-collab" ],
"exclude": [ "modules/ve-mw/tests" ]
},
"templates": {
"cleverLinks": true,
"default": {
"useLongnameInNav": true
},
"wmf": {
"maintitle": "VisualEditor-MediaWiki",
"repository": "https://gerrit.wikimedia.org/g/mediawiki/extensions/VisualEditor/",
"prefixMap": {
"ve.": "https://doc.wikimedia.org/visualeditor-standalone/master/{type}.html",
"mw.": "https://doc.wikimedia.org/mediawiki-core/master/js/{type}.html",
"ve.ce.MW": true,
"ve.dm.MW": true,
"ve.init.mw.": true,
"ve.ui.MW": true,
"mw.libs.ve.": true
},
"linkMap": {
"VisualEditorOverlay": "https://doc.wikimedia.org/MobileFrontend/master/js/js/VisualEditorOverlay.html"
}
}
}
}