Is there a library that provides markup for writing REST API documentation? I have seen several companies use a similar documentation template, for example:
http://api.teamlab.com/2.0/
http://www.fullcontact.com/docs/?category=person
I am wondering if they are using the same library or service. In essence, the library should create pages for API navigation, search and display (just like YARD for ruby documentation) based on markup text.
This is what I have found so far:
source share