mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-12 08:58:25 +00:00
b340e04a22
Add the JSDoc Markdown plugin so that inline code snippets look their very best. This plugin is currently used by the Popups repo and adding it here also improves JSDoc config consistency. Change-Id: Ib0094bed44268a1002d19ccb1a2495560331e09d
22 lines
313 B
JSON
22 lines
313 B
JSON
{
|
|
"opts": {
|
|
"destination": "docs/js",
|
|
"package": "package.json",
|
|
"pedantic": true,
|
|
"readme": "README.md",
|
|
"recurse": true
|
|
},
|
|
"plugins": [
|
|
"plugins/markdown"
|
|
],
|
|
"source": {
|
|
"include": [ "resources" ]
|
|
},
|
|
"templates": {
|
|
"cleverLinks": true,
|
|
"default": {
|
|
"useLongnameInNav": true
|
|
}
|
|
}
|
|
}
|