mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/MultimediaViewer
synced 2024-11-17 12:53:24 +00:00
289ad22b19
* update paths * make generate script return failure state on failure * fix some issues so that it does not actually fail Change-Id: Idd42e0d8e333c461091079aa1150b1b435e6360c
10 lines
261 B
JSON
10 lines
261 B
JSON
{
|
|
"--title": "MultimediaViewer extension documentation",
|
|
"--footer": "Documentation for MultimediaViewer, an extension to MediaWiki. Generated on {DATE} by {JSDUCK} {VERSION}.",
|
|
"--builtin-classes": true,
|
|
"--output": "./js",
|
|
"--": [
|
|
"./external.js"
|
|
]
|
|
}
|