mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-12 09:18:59 +00:00
4e60909171
Currently we have two docs folders: * doc which contains human-made documentation * docs which contains autogenerated documentation To clean-up I moved the jsdoc target to doc/autogenerated so we have only one documentation folder Bug: T158236 Change-Id: I33166a84a4856e506e574e4194fa0c596b630b34
18 lines
226 B
JSON
18 lines
226 B
JSON
{
|
|
"source": {
|
|
"include": [
|
|
"src/"
|
|
]
|
|
},
|
|
"opts": {
|
|
"destination": "doc/autogenerated/",
|
|
"recurse": true
|
|
},
|
|
"plugins": [
|
|
"plugins/markdown"
|
|
],
|
|
"tags": {
|
|
"allowUnknownTags": false
|
|
}
|
|
}
|