Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 685 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 685 Bytes

swagger-doc-tool

Convert swagger doc(yaml) to AsciiDoctor-based HTML

Based on the template.

Dependency

How to run

$ mvn process-resources

output:

target/
└── asciidoc
    ├── definitions.adoc
    ├── html
    │   └── index.html
    ├── overview.adoc
    ├── paths.adoc
    ├── pdf
    │   └── index.pdf
    └── security.adoc