arielsalminen / vue-design-system

An open source tool for building UI Design Systems with Vue.js
https://vueds.com
MIT License
2.17k stars 225 forks source link

Change example file source path with getExampleFilename #159

Closed andywd7 closed 5 years ago

andywd7 commented 5 years ago

Hi,

I have vueds and my components in separate folders but I want to keep my Readme.md/Button.md example file in the same folder as component.vue/BUtton.vue. See below:

vueds/
- build
- etc...
src/
- components/
-- Button.vue
---Button.md

I'm trying to get the docs to use Button.md using getExampleFilename but am having no luck. Any ideas please?