扫一扫分享
apidoc是一个轻量级的在线REST接口文档生成系统,使用者仅需要按照要求书写相关注释,就可以生成可读性好、界面美观的在线接口文档。
npm install apidoc -g
Alternative docker install
docker pull apidoc/apidoc
Then you will need to mount your file storage -v '<apidoc.json dir>:/apidoc' to docker container.
Example:
docker run --rm -v '$(PWD):/apidoc' -it apidoc/apidoc \ --input ./example \ --output ./docker-example \ -v
手机预览