mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +00:00
correct the script name for generating swagger doc
This commit is contained in:
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,
|
||||
|
||||
```
|
||||
$ ./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.
|
||||
|
Loading…
Reference in New Issue
Block a user