interagent / prmd

JSON Schema tools and doc generation for HTTP APIs
MIT License
2.1k stars 172 forks source link

Support another doc format (ex: apib) #342

Closed nvh0412 closed 3 years ago

nvh0412 commented 5 years ago

I have a plan to apply JSON-schema to my project testing stuff, then use prmd to generate my API documentation, but it's ironic that my documentation is using .apib instead of .md, so I just curious that is there any way to support .apib with doc command, based on our codebase, I guess the answer is NO, isn't it?

I'm willing to give a PR for supporting another documentation format if you guys want.