首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏程序那些事

    怎么将swagger API导出为HTML或者PDF

    安装asciidoctor-pdf: gem install asciidoctor-pdf --pre 转换pdf: asciidoctor -r asciidoctor-pdf -b pdf basic-example.adoc asciidoctor-pdf-cjk-kai_gen_gothic-install 这个主题支持以下几种字体: KaiGenGothicCN KaiGenGothicJP KaiGenGothicKR KaiGenGothicTW 使用下面的命令来转换PDF: asciidoctor-pdf

    5.2K10发布于 2020-07-08
  • 来自专栏迹_Jason的AppZone

    Asciidoctor Maven插件使用

    参考资料 Example Asciidoctor插件中文文档 Asciidoctor-PDF 中文乱码问题解决方案

    1.8K30发布于 2019-05-28
  • 来自专栏架构探险之道

    [Swagger] Swagger 接口管理和文档导出

    然后将文件夹压缩给需要接口的人即可 REFRENCES asciidoctor-pdf 【github】 asciidoctor-maven-plugin 【github】 通过swagger2markup

    2.5K10发布于 2019-07-25
领券