mirror of https://github.com/k3s-io/k3s
Merge pull request #47227 from supereagle/correct-script-name
Automatic merge from submit-queue correct the name of the script to generate swagger doc **What this PR does / why we need it**: The name of the script to generate swagger doc is not correct, this PR is to fix it. **Which issue this PR fixes**: fixes # **Special notes for your reviewer**: **Release note**: ```release-note NONE ```pull/6/head
commit
418c319e0a
|
@ -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