原创

Java-导出接口文档-swagger导出json-json导入apifox-apifox导出md-md转成word

swagger导出json(http://127.0.0.1:8080/safetyjapi/edu/swagger-ui/index.html、OpenAPI definition下面有个,可以直接打开另存为json /safetyjapi/edu/v3/api-docs )
-> json导入apifox
-> apifox导出md
-> md转成word

先把swagger导入apifox,然后再冲apifox导出文档

教程:
https://apifox.com/help/api-docs/exporting-api
https://apifox.com/apiskills/how-to-export-swagger-md-pdf-word/#%E5%B0%86-swagger-%E6%96%87%E4%BB%B6%E5%AF%BC%E5%85%A5-apifox
https://wenku.baidu.com/aggs/d3907f3710661ed9ad51f3c5.html

md转成word
C:\Program Files\Pandoc
给pandoc角色群都加上所有权限
pandoc api.md -f markdown -t docx -s -o api.docx

正文到此结束
本文目录