mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-27 15:40:15 +00:00
527e018af1
These will make JSDoc easier to configure later and is better suited to ES6 module format. The dependency injection pattern can be retained by moving the import to the top of the file. Change-Id: I0fe692eb7066e52815ef3d21724c7439d82b2c5f
35 lines
1,007 B
JSON
35 lines
1,007 B
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": [ "resources" ]
|
|
},
|
|
"templates": {
|
|
"cleverLinks": true,
|
|
"default": {
|
|
"useLongnameInNav": true
|
|
},
|
|
"wmf": {
|
|
"linkMap": {
|
|
"Overlay": "https://doc.wikimedia.org/MobileFrontend/master/js/js/Overlay.html",
|
|
"Window": "https://developer.mozilla.org/en-US/docs/Web/API/Window",
|
|
"Element": "https://developer.mozilla.org/en-US/docs/Web/API/Element",
|
|
"HTMLElement": "https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement",
|
|
"jQuery": "https://api.jquery.com/Types/#jQuery",
|
|
"Drawer": "https://doc.wikimedia.org/MobileFrontend/master/js/js/Drawer.html",
|
|
"Icon": "https://doc.wikimedia.org/MobileFrontend/master/js/js/Icon.html",
|
|
"View": "https://doc.wikimedia.org/MobileFrontend/master/js/js/View.html"
|
|
}
|
|
}
|
|
}
|
|
}
|