mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-10 10:55:46 +00:00
Add statement to the info section stating this is experimental only for now. Also add the podman logo to the right-hand navigation. Signed-off-by: Brent Baude <bbaude@redhat.com>
7 lines
140 B
Makefile
7 lines
140 B
Makefile
export GO111MODULE=off
|
|
|
|
SWAGGER_OUT ?= swagger.yaml
|
|
|
|
swagger:
|
|
swagger generate spec -o ${SWAGGER_OUT} -w ./
|
|
cat tags.yaml >> swagger.yaml
|