diff options
author | Scott McCarty <scott.mccarty@gmail.com> | 2020-05-20 16:30:32 -0400 |
---|---|---|
committer | Scott McCarty <scott.mccarty@gmail.com> | 2020-05-21 17:16:10 -0400 |
commit | 176f38c25b3c1419decac36cf078f75a6e6a49e2 (patch) | |
tree | 06881142f865fe6516e637fbc0f92688824b3ec5 /docs/source/Reference.rst | |
parent | 6a75dfa8a85d7b9677f545aba976dbe82404cf3d (diff) | |
download | podman-176f38c25b3c1419decac36cf078f75a6e6a49e2.tar.gz podman-176f38c25b3c1419decac36cf078f75a6e6a49e2.tar.bz2 podman-176f38c25b3c1419decac36cf078f75a6e6a49e2.zip |
[CI:DOCS] Docs revamp.
* Rewrote the Home and Introduction pages.
* Created a dedicated Search page
* Rewrote the Tutorials page to have native links in RTD/Shpinx
* Added iframe to Reference page to display API reference docs inline
Signed-off-by: Scott McCarty <scott.mccarty@gmail.com>
Diffstat (limited to 'docs/source/Reference.rst')
-rw-r--r-- | docs/source/Reference.rst | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/source/Reference.rst b/docs/source/Reference.rst index c6a131bc7..d194c55a3 100644 --- a/docs/source/Reference.rst +++ b/docs/source/Reference.rst @@ -1,4 +1,10 @@ +.. include:: includes.rst + Reference ========= -Check out our new in-development `API documentation <_static/api.html>`_ +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> |