mirror of
https://github.com/containers/podman.git
synced 2026-02-07 04:42:03 -05:00
add a static tags file so we can dictate the left-hand navigation. in doing so we now override the tag in the swagger:operation. we now have images and images (compat) as a way to differentiate. Signed-off-by: baude <bbaude@redhat.com>
4 lines
85 B
Makefile
4 lines
85 B
Makefile
swagger:
|
|
swagger generate spec -o swagger.yaml -w ./
|
|
cat tags.yaml >> swagger.yaml
|