mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-13 17:37:07 +00:00
a8aecda711
Depends-On: Ic3861870c10f64d7f5414669a9d25b8ffb4c79a4 Change-Id: I6750e9bb6d5409e497b5605e3a4660734f5677ab
32 lines
773 B
JSON
32 lines
773 B
JSON
{
|
|
"opts": {
|
|
"destination": "docs/js",
|
|
"package": "package.json",
|
|
"pedantic": true,
|
|
"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": {
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|