Generate API document from swagger file.
2.6K
Generate API document from swagger file.

⚠Does not support OpenAPI 3.0 format⚠
This tool is based on this article
$ docker run \
-v {SWAGGER_FILE_DIRECTRY}:{MOUNT_PATH} \
ryutah/swagger-document {SWAGGER_FILE_PATH} {OUTPUT_FILE_PATH}
Generate document named sample.html in current directory from swagger definition file named swagger.yaml in same directory.
$ docker run \
-v $(pwd):/work \
ryutah/swagger-document /work/sample.yaml /work/sample.html
Content type
Image
Digest
Size
171.4 MB
Last updated
about 8 years ago
docker pull ryutah/swagger-document