k3s/hack/gen-swagger-doc
Wojciech Tyczynski a73e1f6b2f Fix hack/update-api-reference-docs.sh script 2015-12-16 15:17:42 +01:00
..
example-output
Dockerfile Don't update api-reference docs if the only changes are the timestamps 2015-11-06 11:37:22 -08:00
README.md
build.gradle
gen-swagger-docs.sh Fix hack/update-api-reference-docs.sh script 2015-12-16 15:17:42 +01:00

README.md

This folder contains the sources needed to build the gen-swagger-doc container.

To build the container image,

$ sudo docker build -t gcr.io/google_containers/gen-swagger-docs:v1 .

To generate the html docs,

$ ./run-gen-swagger-docs.sh <API version> <absolute output path, default to PWD>

The generated definitions.html and operations.html will be stored in output paths.

Analytics