Discussions
How to publish only v1 folders under some other folders
26 days ago by Gaurav Ajmera
Folder structure :
US
-> product-1
-> v1
-> v2
-> product-2
-> v1
-> v2
We want to publish only v2 version under US folder, how we can do that in one rdme docs command
rdme docs US/**/v2 --key=rdme_key --version="v2.0"
We tried this, but it picks only the first folder that is product-1, we want that it should pick all products(1 and 2 here) and publish v2 folder's docs/markdown file.
How can we do that ?
Thanks,
Bhavesh