Skip to content
This repository was archived by the owner on Dec 19, 2022. It is now read-only.

A swaggerui static docs generator

Notifications You must be signed in to change notification settings

codeontap/docker-swaggerui-export

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SwaggerUI Export

This Docker image is used to generate a static SwaggerUI which contains the swagger specification file as part of the hosted file collection.

After modifying the swaggerUI constructor all files are zipped and exported to

    /app/outdir/apidoc.zip

Usage

docker run --rm \
    -v "<SwaggerSpecFileDir>:/app/indir" \
    -v "<DocOutput>:/app/outdir" \
    -e SWAGGER_JSON=/app/indir/<SwaggerSpecFile> \
    codeontap/swaggerui-export

About

A swaggerui static docs generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages