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.
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
withdoc
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.