cli and config file formats
Closed this issue · 2 comments
dkebler commented
If using the cli the config file must be straight json? yaml supported? If not yaml then I suppose I have to use the api to build so I can import the config as js (and thus comment it).
dkebler commented
well I already did as I thought so I am closing this but maybe you should support yaml as well as json as json is a pain to hand code and doesn't allow comments.
onury commented
You can have comments in your docma.json
Docma will auto-remove them before parsing it.