mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-11 00:40:23 +00:00
.. | ||
example-output | ||
build.gradle | ||
Dockerfile | ||
gen-swagger-docs.sh | ||
README.md |
This folder contains the sources needed to build the gen-swagger-doc container.
To build the container image,
$ sudo docker build -t k8s.gcr.io/gen-swagger-docs:v1 .
To generate the html docs,
$ ./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.