Generates separate documentation folder when Vue components are in separate folder. See below screenshot. You can see that inside the example/src folder a new documentation folder is generated. This causes an error when trying to run dev or build.

Steps to reproduce
Steps to reproduce the behavior:
- Create a folder onder src named components
- Move test.vue and vue-md.vue inside this new folder.
- yarn run docs
- yarn run dev
I'm guessing the vue-docgen-cli needs to be configured? I will do a PR whenever i find the solution.