diff options
author | baude <bbaude@redhat.com> | 2021-01-18 13:03:23 -0600 |
---|---|---|
committer | baude <bbaude@redhat.com> | 2021-01-18 13:05:13 -0600 |
commit | 36b084170ae2e4a02ba1f49e0fce42be197d768f (patch) | |
tree | 67794f3b6f3a0f81cf8bb00c31b18f1cf2fbb9b6 | |
parent | 0356c46e537fd01794bf2880a06b1d38a0bee3f9 (diff) | |
download | podman-36b084170ae2e4a02ba1f49e0fce42be197d768f.tar.gz podman-36b084170ae2e4a02ba1f49e0fce42be197d768f.tar.bz2 podman-36b084170ae2e4a02ba1f49e0fce42be197d768f.zip |
[CI:DOCS]Add readthedoc link for 3.0 docs
renamed the static api documentation and moved it into the documentation
directory. then added a link on the reference page to it. this should
give us versioned api documentation.
Signed-off-by: baude <bbaude@redhat.com>
-rw-r--r-- | docs/source/Reference.rst | 6 | ||||
-rw-r--r-- | docs/source/api-static.html (renamed from pkg/api/redoc-static.html) | 0 |
2 files changed, 1 insertions, 5 deletions
diff --git a/docs/source/Reference.rst b/docs/source/Reference.rst index d194c55a3..91ebc5ab1 100644 --- a/docs/source/Reference.rst +++ b/docs/source/Reference.rst @@ -3,8 +3,4 @@ Reference ========= -To see full screen version please visit: `API documentation <https://docs.podman.io/en/latest/_static/api.html>`_ - -.. raw:: html - - <iframe src="_static/api.html" allowfullscreen="true" height="600px" width="120%"></iframe> +The documentation for Podman's system service can be found at `RESTful API documentation <./api-static.html>`_ diff --git a/pkg/api/redoc-static.html b/docs/source/api-static.html index 6a3ddcdd5..6a3ddcdd5 100644 --- a/pkg/api/redoc-static.html +++ b/docs/source/api-static.html |