mirror of https://github.com/containers/podman.git
Revert "Swap out javascript engine"
This reverts commit 1b6e8d73aa
.
This does not say what error this is supposed to fix. But assuming this
was about "Self-referencing circular pointer" by redoc then see the
following commit "swagger fix infinitive recursion on some types" for a
proper fix.
Our public docs.podman.io page uses redoc so this doesn't fix anything
other than a local run which is not very helpful.
Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
parent
b8a684b64d
commit
f95b9d4e37
|
@ -4,7 +4,7 @@ validate: ${SWAGGER_OUT}
|
|||
swagger validate ${SWAGGER_OUT}
|
||||
|
||||
serve: ${SWAGGER_OUT}
|
||||
swagger serve -F swagger -p=8080 swagger.yaml
|
||||
swagger serve -F redoc -p=8080 swagger.yaml
|
||||
|
||||
.PHONY: ${SWAGGER_OUT}
|
||||
${SWAGGER_OUT}:
|
||||
|
|
Loading…
Reference in New Issue