mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-13 17:53:09 +00:00
ed1501c577
Change-Id: I8237dd3aa9ad73dce59e9a9bf001d6af5de8e185
48 lines
1.7 KiB
JSON
48 lines
1.7 KiB
JSON
{
|
|
"opts": {
|
|
"destination": "docs/js",
|
|
"pedantic": true,
|
|
"recurse": true,
|
|
"template": "node_modules/jsdoc-wmf-theme"
|
|
},
|
|
"plugins": [
|
|
"node_modules/jsdoc-wmf-theme/plugins/allow-dots-in-modules",
|
|
"plugins/markdown",
|
|
"node_modules/jsdoc-wmf-theme/plugins/externals",
|
|
"node_modules/jsdoc-wmf-theme/plugins/summarize",
|
|
"node_modules/jsdoc-wmf-theme/plugins/betterlinks"
|
|
],
|
|
"source": {
|
|
"include": [ "modules", "package.json", "README.md" ]
|
|
},
|
|
"templates": {
|
|
"cleverLinks": true,
|
|
"default": {
|
|
"useLongnameInNav": true
|
|
},
|
|
"wmf": {
|
|
"repository": "https://gerrit.wikimedia.org/g/mediawiki/extensions/Cite/",
|
|
"prefixMap": {
|
|
"OO.ui.": "https://doc.wikimedia.org/oojs-ui/master/js/{type}.html",
|
|
"OO.": "https://doc.wikimedia.org/oojs/master/{type}.html",
|
|
"ve.": "https://doc.wikimedia.org/visualeditor-standalone/master/{type}.html",
|
|
"mw.": "https://doc.wikimedia.org/mediawiki-core/master/js/{type}.html"
|
|
},
|
|
"prefixMapIgnore": [
|
|
"ve.dm.MWReference",
|
|
"ve.ce.MWReference",
|
|
"ve.ui.MWReference"
|
|
],
|
|
"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",
|
|
"HTMLAnchorElement": "https://developer.mozilla.org/en-US/docs/Web/API/HTMLAnchorElement",
|
|
"HTMLElement": "https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement",
|
|
"jQuery": "https://api.jquery.com/Types/#jQuery",
|
|
"jQuery.Event": "https://api.jquery.com/category/events/event-object/"
|
|
}
|
|
}
|
|
}
|
|
}
|