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:
Piotr Miazga 2017-05-29 18:49:01 +02:00 committed by Baha
parent 918a74b1e6
commit 4e60909171
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View file

@ -1,4 +1,4 @@
/docs/
/doc/autogenerated/
/coverage/
/node_modules/
/vendor/

View file

@ -5,7 +5,7 @@
]
},
"opts": {
"destination": "docs/",
"destination": "doc/autogenerated/",
"recurse": true
},
"plugins": [