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 ```
This commit is contained in:
commit
418c319e0a
@ -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
Block a user