crapidocs
crapidocs copied to clipboard
Generate Interactive SPA instead of markdown doc
Like Swagger, what do you think?
I think it's a cool idea but may be outside of the simple scope I was aiming for. What type of interactively are you thinking?
here is example http://petstore.swagger.io/ interactive features:
- group which can be closed/open
- forms for endpoints so you can test from documentation
Thanks. I think we can extend the base formatter (markdown) with other formatter types pretty easily. Creating an HTMLFormatter
with a matching template would work well.