mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/WikiEditor
synced 2024-11-11 17:01:58 +00:00
df2af61312
Change-Id: Ibbdc916cebd200bab3b0e0ebb7a7fd0bf8c85c96
37 lines
965 B
JSON
37 lines
965 B
JSON
{
|
|
"opts": {
|
|
"destination": "docs/js",
|
|
"package": "package.json",
|
|
"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" ]
|
|
},
|
|
"templates": {
|
|
"cleverLinks": true,
|
|
"default": {
|
|
"useLongnameInNav": true
|
|
},
|
|
"wmf": {
|
|
"repository": "https://gerrit.wikimedia.org/g/mediawiki/extensions/WikiEditor/",
|
|
"prefixMap": {
|
|
"OO.ui.": "https://doc.wikimedia.org/oojs-ui/master/js/{type}.html",
|
|
"OO.": "https://doc.wikimedia.org/oojs/master/{type}.html",
|
|
"mw.": "https://doc.wikimedia.org/mediawiki-core/master/js/{type}.html"
|
|
},
|
|
"linkMap": {
|
|
"jQuery": "https://api.jquery.com/Types/#jQuery"
|
|
}
|
|
}
|
|
}
|
|
}
|