Revert "Swap out javascript engine"

This reverts commit 1b6e8d73aa666ee3438e97f9d0d8258a71b88e08.

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:
Paul Holzinger
2024-04-12 13:23:30 +02:00
parent b8a684b64d
commit f95b9d4e37

View File

@ -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}: