summaryrefslogtreecommitdiff
path: root/pkg
diff options
context:
space:
mode:
authorBrent Baude <bbaude@redhat.com>2020-01-20 13:59:40 -0600
committerBrent Baude <bbaude@redhat.com>2020-01-20 13:59:55 -0600
commitf432999023d3529d60849987c885c6784f2ef1f0 (patch)
tree3a3e20e9c925b80fd3a516c6fad497293754d4b8 /pkg
parent9be64300d46341ab345f8c760b7a79cced7db3f9 (diff)
downloadpodman-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')
-rw-r--r--pkg/api/Makefile2
-rw-r--r--pkg/api/server/server.go10
2 files changed, 10 insertions, 2 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:
diff --git a/pkg/api/server/server.go b/pkg/api/server/server.go
index 2bda5ad01..9abedb359 100644
--- a/pkg/api/server/server.go
+++ b/pkg/api/server/server.go
@@ -1,6 +1,8 @@
-// Package serviceapi Provides a Container compatible interface.
+// Package serviceapi Provides a Container compatible interface (EXPERIMENTAL)
//
-// This documentation describes the HTTP LibPod interface
+// This documentation describes the HTTP LibPod interface. It is to be consider
+// only as experimental as this point. The endpoints, parameters, inputs, and
+// return values can all change.
//
// Schemes: http, https
// Host: podman.io
@@ -8,6 +10,10 @@
// Version: 0.0.1
// License: Apache-2.0 https://opensource.org/licenses/Apache-2.0
// Contact: Podman <podman@lists.podman.io> https://podman.io/community/
+// InfoExtensions:
+// x-logo:
+// - url: https://raw.githubusercontent.com/containers/libpod/master/logo/podman-logo.png
+// - altText: "Podman logo"
//
// Consumes:
// - application/json