Renderer for RestDoc REST API specifications.
Can be loaded as requirejs module with the name restdoc-render
.
- restdoc.html - basic HTML output
- restdoc-AMD.html - basic HTML output (AMD version)
- richrestdoc.html - HTML output with a TOC on the left side
- richrestdoc-AMD.html - HTML output with a TOC on the left side (AMD version)
The files locally work in Firefox only as Chrome does not load files using the file://
url.
See http://stackoverflow.com/a/13262673/873282 for a possible solution.
Licensed under Apache License, Version 2.0