diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-02-09 12:59:51 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-09 12:59:51 -0500 |
commit | cd9ec7f7c3da666b234e2f53ef52c0a4089373fd (patch) | |
tree | 064408d690613132d8067a409b026fdd187078ad /docs/source/Reference.rst | |
parent | eb0a0db318a988af9ed70f3cc3a68f3b2bf2aa93 (diff) | |
parent | 829f88d74d6eda471ea3fd4c83857d899a7e452c (diff) | |
download | podman-cd9ec7f7c3da666b234e2f53ef52c0a4089373fd.tar.gz podman-cd9ec7f7c3da666b234e2f53ef52c0a4089373fd.tar.bz2 podman-cd9ec7f7c3da666b234e2f53ef52c0a4089373fd.zip |
Merge pull request #13182 from Luap99/api-doc
[CI:DOCS] Show API doc for several versions
Diffstat (limited to 'docs/source/Reference.rst')
-rw-r--r-- | docs/source/Reference.rst | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/docs/source/Reference.rst b/docs/source/Reference.rst index d194c55a3..dca49a559 100644 --- a/docs/source/Reference.rst +++ b/docs/source/Reference.rst @@ -3,8 +3,16 @@ Reference ========= -To see full screen version please visit: `API documentation <https://docs.podman.io/en/latest/_static/api.html>`_ +Show the API documentation for version: -.. raw:: html +* `latest (main branch) <_static/api.html>`_ - <iframe src="_static/api.html" allowfullscreen="true" height="600px" width="120%"></iframe> +* `version 4.0 <_static/api.html?version=v4.0>`_ + +* `version 3.4 <_static/api.html?version=v3.4>`_ + +* `version 3.3 <_static/api.html?version=v3.3>`_ + +* `version 3.2 <_static/api.html?version=v3.2>`_ + +* `version 3.1 <_static/api.html?version=v3.1>`_ |