Files
podman/pkg/api/Makefile
Brent Baude f432999023 [CI:DOCS] Add logo and dev statement
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>
2020-01-20 13:59:55 -06:00

8 lines
140 B
Makefile

export GO111MODULE=off
SWAGGER_OUT ?= swagger.yaml
swagger:
swagger generate spec -o ${SWAGGER_OUT} -w ./
cat tags.yaml >> swagger.yaml