2024-02-28 08:17:03 +00:00
|
|
|
{
|
|
|
|
"opts": {
|
|
|
|
"destination": "docs/js",
|
2024-06-25 16:02:47 +00:00
|
|
|
"pedantic": false,
|
2024-02-28 08:17:03 +00:00
|
|
|
"recurse": true,
|
|
|
|
"template": "node_modules/jsdoc-wmf-theme"
|
|
|
|
},
|
|
|
|
"plugins": [
|
2024-06-25 16:02:47 +00:00
|
|
|
"node_modules/jsdoc-wmf-theme/plugins/default"
|
2024-02-28 08:17:03 +00:00
|
|
|
],
|
|
|
|
"source": {
|
2024-03-12 08:37:44 +00:00
|
|
|
"include": [ "modules", "package.json", "README.md" ]
|
2024-02-28 08:17:03 +00:00
|
|
|
},
|
|
|
|
"templates": {
|
|
|
|
"cleverLinks": true,
|
|
|
|
"default": {
|
|
|
|
"useLongnameInNav": true
|
2024-02-28 08:57:24 +00:00
|
|
|
},
|
|
|
|
"wmf": {
|
2024-06-10 15:15:48 +00:00
|
|
|
"repository": "https://gerrit.wikimedia.org/g/mediawiki/extensions/Cite/",
|
|
|
|
"prefixMap": {
|
|
|
|
"ve.": "https://doc.wikimedia.org/visualeditor-standalone/master/{type}.html",
|
2024-06-25 16:02:47 +00:00
|
|
|
"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.MWReference": true,
|
|
|
|
"ve.ce.MWReference": true,
|
|
|
|
"ve.ui.MWReference": true
|
2024-06-10 15:15:48 +00:00
|
|
|
},
|
2024-02-28 08:57:24 +00:00
|
|
|
"linkMap": {
|
2024-01-12 22:30:44 +00:00
|
|
|
"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",
|
2024-06-25 16:02:47 +00:00
|
|
|
"Gateway": "https://doc.wikimedia.org/Popups/master/js/js/Popups/module-gateway.html"
|
2024-02-28 08:57:24 +00:00
|
|
|
}
|
2024-02-28 08:17:03 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|