mediawiki-extensions-Cite/jsdoc.json
Adam Wight 35e8af7d40 Clean up reflist usage of MWGroupReferences
Switch this usage entirely to the new interface, moving much of the
junk out.

Bug: T372871
Change-Id: I445af469a823144b0b6fa5e6f4f23a858939e9e6
2024-08-28 07:45:39 +02:00

41 lines
1.3 KiB
JSON

{
"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"
}
}
}
}