mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-11 17:00:10 +00:00
b75056fe82
Bug: T368081 Change-Id: Iac00e54ddb5e31ed34da513abf70196437d151c9
40 lines
896 B
JSON
40 lines
896 B
JSON
{
|
|
"opts": {
|
|
"encoding": "utf8",
|
|
"destination": "docs",
|
|
"package": "package.json",
|
|
"readme": "README.md",
|
|
"pedantic": false,
|
|
"private": true,
|
|
"recurse": true,
|
|
"template": "node_modules/jsdoc-wmf-theme",
|
|
"class-hierarchy": {
|
|
"showList": true
|
|
}
|
|
},
|
|
"plugins": [
|
|
"node_modules/jsdoc-wmf-theme/plugins/default"
|
|
],
|
|
"source": {
|
|
"include": [ "modules" ]
|
|
},
|
|
"templates": {
|
|
"cleverLinks": true,
|
|
"default": {
|
|
"useLongnameInNav": true
|
|
},
|
|
"wmf": {
|
|
"maintitle": "Echo",
|
|
"repository": "https://gerrit.wikimedia.org/g/mediawiki/extensions/Echo/",
|
|
"prefixMap": {
|
|
"mw.": "https://doc.wikimedia.org/mediawiki-core/master/js/{type}.html",
|
|
"mw.echo.": true
|
|
},
|
|
"linkMap": {
|
|
"Overlay": "https://doc.wikimedia.org/MobileFrontend/master/js/js/Overlay.html",
|
|
"View": "https://doc.wikimedia.org/MobileFrontend/master/js/js/View.html"
|
|
}
|
|
}
|
|
}
|
|
}
|