diff options
author | Brent Baude <bbaude@redhat.com> | 2020-06-26 09:49:57 -0500 |
---|---|---|
committer | Brent Baude <bbaude@redhat.com> | 2020-06-26 09:58:14 -0500 |
commit | 00b1c4b6b3d37a78a0f65bd6ca74111ab16832a5 (patch) | |
tree | 4d056b2b1723ca1c06dd1996fafb015d853cde1d /docs/source/_static/api.html | |
parent | f9cb0dff1adc364bed3b1ea8500665146104b519 (diff) | |
download | podman-00b1c4b6b3d37a78a0f65bd6ca74111ab16832a5.tar.gz podman-00b1c4b6b3d37a78a0f65bd6ca74111ab16832a5.tar.bz2 podman-00b1c4b6b3d37a78a0f65bd6ca74111ab16832a5.zip |
[CI:DOCS]Add swagger.yaml to docs/
Adding the swagger.yaml to the docs directory so that we can version the read-the-docs API information. also, change the links to be relative in nature and point to the new swagger.
Signed-off-by: Brent Baude <bbaude@redhat.com>
Diffstat (limited to 'docs/source/_static/api.html')
-rw-r--r-- | docs/source/_static/api.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/_static/api.html b/docs/source/_static/api.html index 8b9d66e0d..6fd336bdf 100644 --- a/docs/source/_static/api.html +++ b/docs/source/_static/api.html @@ -18,7 +18,7 @@ </style> </head> <body> - <redoc spec-url='https://storage.googleapis.com/libpod-master-releases/swagger-latest-master.yaml'></redoc> + <redoc spec-url='https://github.com/containers/libpod/tree/v2.0/docs/swagger.yaml'></redoc> <script src="https://cdn.jsdelivr.net/npm/redoc@next/bundles/redoc.standalone.js"> </script> </body> </html> |