需要给一个 Java 产品生成一个在线 API 文档系统。比如类似这样:https://docs.shopify.com/api/article。 请问有什么 rails 的框架能做到这一点?非常感谢!
用 swagger 吧 http://swagger.io/ https://github.com/search?l=Ruby&q=swagger&ref=opensearch&type=Repositories
https://github.com/andy0323/api-test
@martin91 @i5ting 你们一般将 API 的文档放在数据库里呢,还是以文件的形式存放?
#3 楼 @kevinclcn 都是直接代码生成的啊
http://asciidoctor.org/
preview http://themes.asciidoctor.org/preview/
@martin91 有些内容在代码描述里是没有的。比如我问题描述里 shopify 的例子。https://docs.shopify.com/api/article
@rei thanks
@rei 感觉有点儿像 markdown 啊
#8 楼 @kevinclcn 标记语言相似的地方很多,AsciiDoc 功能多很多。
slate 在用
#10 楼 @flowerwrong +1
swagger
这个是手写的吧?