mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-24 01:07:53 +00:00
Merge pull request #22349 from jwhonce/wip/swagger_serve
[CI:DOCS] Swap out javascript engine
This commit is contained in:
commit
7b95a8af80
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
|
@ -974,7 +974,7 @@ install.tools: .install.golangci-lint ## Install needed tools
|
|||
|
||||
.PHONY: .install.swagger
|
||||
.install.swagger:
|
||||
env VERSION=0.30.3 \
|
||||
env VERSION=0.30.5 \
|
||||
BINDIR=$(BINDIR) \
|
||||
GOOS=$(GOOS) \
|
||||
GOARCH=$(GOARCH) \
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ validate: ${SWAGGER_OUT}
|
|||
swagger validate ${SWAGGER_OUT}
|
||||
|
||||
serve: ${SWAGGER_OUT}
|
||||
swagger serve -F redoc -p=8080 swagger.yaml
|
||||
swagger serve -F swagger -p=8080 swagger.yaml
|
||||
|
||||
.PHONY: ${SWAGGER_OUT}
|
||||
${SWAGGER_OUT}:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue