mirror of https://github.com/k3s-io/k3s
correct the script name for generating swagger doc
parent
9f23149a52
commit
606c32bc92
|
@ -9,7 +9,7 @@ $ sudo docker build -t gcr.io/google_containers/gen-swagger-docs:v1 .
|
||||||
To generate the html docs,
|
To generate the html docs,
|
||||||
|
|
||||||
```
|
```
|
||||||
$ ./run-gen-swagger-docs.sh <API version> <absolute output path, default to PWD>
|
$ ./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.
|
The generated definitions.html and operations.html will be stored in output paths.
|
||||||
|
|
Loading…
Reference in New Issue