syroegkin / swagger-markdown

swagger to markdown transpiler
MIT License
233 stars 87 forks source link

[help] can swagger-markdown support to export js schema to markdown? #159

Closed radiorz closed 1 year ago

radiorz commented 3 years ago

I use fasitfy. There are fastify-swagger. So i can just write schema(which is js-file) to create the api documentation.

But how can i export it to a markdown file.

It seems that swagger-markdown can export yaml file to markdown file.

syroegkin commented 2 years ago

That is correct, it works only with yaml files atm.