如何才能写出简洁好看的 API 文档,有没有开源框架可以用?
可以用 netlify 随便迁移
比如:https://suifeng-blog.netlify.com/
middleman 写的
http://www.sphinx-doc.org/en/stable/
https://github.com/MagLoft/gitbook-plugin-api api
所有插件 http://www.tuicool.com/articles/zee2ui
https://developer.gitbook.com/# 生成 api
GitbookIO/developer.gitbook.com
# 生成pdf gitbook pdf
ln -s /Applications/calibre.app/Contents/MacOS/ebook-convert /usr/local/bin
https://github.com/azerupi/mdBook rust 写的 类似于 gitbook
https://github.com/spf13/hugo + https://themes.gohugo.io/docuapi/
https://github.com/bep/docuapi
https://themes.gohugo.io/hugo-theme-learn/ 不错
语法高亮:https://gohugo.io/extras/highlighting/
https://github.com/graphql/graphql.github.io
https://github.com/lifei6671/godoc
https://github.com/swagger-api/swagger-ui
https://docs.docker.com/engine/api/v1.27/
docker run -p 80:8080 swaggerapi/swagger-ui
http://create.hanc.cc/ 微信机器人
https://github.com/hexojs/site
https://github.com/zalando-incubator/hexo-theme-doc
https://help.kancloud.cn/41497
Rails 用 Rails 写后端 API,请问有什么自动生成 API 文档 的 gem 吗
https://toolchain.gitbook.com/setup.html 官方文档
http://www.chengweiyang.cn/gitbook/installation/README.html
https://chrisniael.gitbooks.io/gitbook-documentation/content/ GitBook 文档(中文版)
https://cowmanchiang.me/gitbook/gitbook/contents/gitbook.html