mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-27 17:00:37 +00:00
Generate docs inside doc folder
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
This commit is contained in:
parent
918a74b1e6
commit
4e60909171
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,4 +1,4 @@
|
||||||
/docs/
|
/doc/autogenerated/
|
||||||
/coverage/
|
/coverage/
|
||||||
/node_modules/
|
/node_modules/
|
||||||
/vendor/
|
/vendor/
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"opts": {
|
"opts": {
|
||||||
"destination": "docs/",
|
"destination": "doc/autogenerated/",
|
||||||
"recurse": true
|
"recurse": true
|
||||||
},
|
},
|
||||||
"plugins": [
|
"plugins": [
|
||||||
|
|
Loading…
Reference in a new issue