mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-23 15:16:50 +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/
|
||||
/node_modules/
|
||||
/vendor/
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
]
|
||||
},
|
||||
"opts": {
|
||||
"destination": "docs/",
|
||||
"destination": "doc/autogenerated/",
|
||||
"recurse": true
|
||||
},
|
||||
"plugins": [
|
||||
|
|
Loading…
Reference in a new issue