diff options
author | Brent Baude <bbaude@redhat.com> | 2020-01-20 13:59:40 -0600 |
---|---|---|
committer | Brent Baude <bbaude@redhat.com> | 2020-01-20 13:59:55 -0600 |
commit | f432999023d3529d60849987c885c6784f2ef1f0 (patch) | |
tree | 3a3e20e9c925b80fd3a516c6fad497293754d4b8 /pkg/api/Makefile | |
parent | 9be64300d46341ab345f8c760b7a79cced7db3f9 (diff) | |
download | podman-f432999023d3529d60849987c885c6784f2ef1f0.tar.gz podman-f432999023d3529d60849987c885c6784f2ef1f0.tar.bz2 podman-f432999023d3529d60849987c885c6784f2ef1f0.zip |
[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>
Diffstat (limited to 'pkg/api/Makefile')
-rw-r--r-- | pkg/api/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/api/Makefile b/pkg/api/Makefile index 3d70376df..8a1556800 100644 --- a/pkg/api/Makefile +++ b/pkg/api/Makefile @@ -1,3 +1,5 @@ +export GO111MODULE=off + SWAGGER_OUT ?= swagger.yaml swagger: |