|
13 | 13 | }
|
14 | 14 | },
|
15 | 15 | "plugins": [
|
16 |
| - "plugins/markdown", |
17 |
| - "node_modules/jsdoc-wmf-theme/plugins/allow-dots-in-modules", |
18 |
| - "node_modules/jsdoc-wmf-theme/plugins/betterlinks", |
19 |
| - "node_modules/jsdoc-wmf-theme/plugins/externals", |
20 |
| - "node_modules/jsdoc-wmf-theme/plugins/summarize", |
21 |
| - "node_modules/jsdoc-class-hierarchy" |
| 16 | + "node_modules/jsdoc-wmf-theme/plugins/default" |
22 | 17 | ],
|
23 | 18 | "source": {
|
24 | 19 | "include": [ "modules/ve-mw", "modules/ve-mw-collab" ],
|
|
33 | 28 | "maintitle": "VisualEditor-MediaWiki",
|
34 | 29 | "repository": "https://gerrit.wikimedia.org/g/mediawiki/extensions/VisualEditor/",
|
35 | 30 | "prefixMap": {
|
36 |
| - "OO.ui.": "https://doc.wikimedia.org/oojs-ui/master/js/{type}.html", |
37 |
| - "OO.": "https://doc.wikimedia.org/oojs/master/{type}.html", |
38 | 31 | "ve.": "https://doc.wikimedia.org/visualeditor-standalone/master/{type}.html",
|
39 |
| - "mw.": "https://doc.wikimedia.org/mediawiki-core/master/js/{type}.html" |
| 32 | + "mw.": "https://doc.wikimedia.org/mediawiki-core/master/js/{type}.html", |
| 33 | + "ve.ce.MW": true, |
| 34 | + "ve.dm.MW": true, |
| 35 | + "ve.init.mw.": true, |
| 36 | + "ve.ui.MW": true, |
| 37 | + "mw.libs.ve.": true |
40 | 38 | },
|
41 |
| - "prefixMapIgnore": [ |
42 |
| - "ve.ce.MW", |
43 |
| - "ve.dm.MW", |
44 |
| - "ve.init.mw.", |
45 |
| - "ve.ui.MW", |
46 |
| - "mw.libs.ve." |
47 |
| - ], |
48 | 39 | "linkMap": {
|
49 |
| - "VisualEditorOverlay": "https://doc.wikimedia.org/MobileFrontend/master/js/js/VisualEditorOverlay.html", |
50 |
| - |
51 |
| - "Array": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array", |
52 |
| - "Error": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error", |
53 |
| - "Object": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object", |
54 |
| - "Promise": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise", |
55 |
| - |
56 |
| - "Blob": "https://developer.mozilla.org/en-US/docs/Web/API/Blob", |
57 |
| - "DataTransfer": "https://developer.mozilla.org/en-US/docs/Web/API/DataTransfer", |
58 |
| - "DataTransferItem": "https://developer.mozilla.org/en-US/docs/Web/API/DataTransferItem", |
59 |
| - "Event": "https://developer.mozilla.org/en-US/docs/Web/API/Event", |
60 |
| - "HTMLDocument": "https://developer.mozilla.org/en-US/docs/Web/API/HTMLDocument", |
61 |
| - "HTMLElement": "https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement", |
62 |
| - "KeyboardEvent": "https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent", |
63 |
| - "MutationRecord": "https://developer.mozilla.org/en-US/docs/Web/API/MutationRecord", |
64 |
| - "Node": "https://developer.mozilla.org/en-US/docs/Web/API/Node", |
65 |
| - "NodeList": "https://developer.mozilla.org/en-US/docs/Web/API/NodeList", |
66 |
| - "Range": "https://developer.mozilla.org/en-US/docs/Web/API/Range", |
67 |
| - "Selection": "https://developer.mozilla.org/en-US/docs/Web/API/Selection", |
68 |
| - |
69 |
| - "jQuery": "http://api.jquery.com/", |
70 |
| - "jQuery.Deferred": "http://api.jquery.com/jQuery.Deferred/", |
71 |
| - "jQuery.Event": "http://api.jquery.com/Types/#Event", |
72 |
| - "jQuery.Promise": "http://api.jquery.com/Types/#Promise" |
| 40 | + "VisualEditorOverlay": "https://doc.wikimedia.org/MobileFrontend/master/js/js/VisualEditorOverlay.html" |
73 | 41 | }
|
74 | 42 | }
|
75 | 43 | }
|
|
0 commit comments