mirror of
https://github.com/containers/podman.git
synced 2025-12-04 04:09:40 +08: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>
8 lines
140 B
Makefile
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
|