mediawiki-extensions-Popups/jsdoc.json
Ed Sanders 9b8b402cb1 Update jsdoc to 4 and use jsdoc-wmf-theme
Change-Id: Idb33efa5b714826550917397d4de1f2e5087f1bd
2024-04-29 19:17:17 +01:00

43 lines
1.6 KiB
JSON

{
"opts": {
"destination": "docs/js",
"package": "package.json",
"pedantic": false,
"readme": "README.md",
"recurse": true,
"template": "node_modules/jsdoc-wmf-theme"
},
"plugins": [
"plugins/markdown"
],
"source": {
"include": [ "src" ]
},
"templates": {
"cleverLinks": true,
"default": {
"useLongnameInNav": true
},
"wmf": {
"linkMap": {
"Array": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array",
"Event": "https://developer.mozilla.org/en-US/docs/Web/API/Event",
"HTMLElement": "https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement",
"HTMLAnchorElement": "https://developer.mozilla.org/en-US/docs/Web/API/HTMLAnchorElement",
"NodeList": "https://developer.mozilla.org/en-US/docs/Web/API/NodeList",
"Promise": "https://developer.mozilla.org/en-US/docs/Web/API/Promise",
"jQuery": "https://api.jquery.com/Types/#jQuery",
"jQuery.Promise": "https://api.jquery.com/Types/#Promise",
"jQuery.jqXHR": "https://api.jquery.com/Types/#jqXHR",
"Redux.Store": "https://redux.js.org/api/store",
"Redux.Thunk": "https://redux.js.org/usage/writing-logic-thunks",
"mw.Api": "https://doc.wikimedia.org/mediawiki-core/master/js/#!/api/mw.Api",
"mw.Map": "https://doc.wikimedia.org/mediawiki-core/master/js/#!/api/mw.Map",
"mw.SafeStorage": "https://doc.wikimedia.org/mediawiki-core/master/js/#!/api/mw.SafeStorage",
"mw.Title": "https://doc.wikimedia.org/mediawiki-core/master/js/#!/api/mw.Title",
"mw.User": "https://doc.wikimedia.org/mediawiki-core/master/js/#!/api/mw.User"
}
}
}
}