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/Search.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/Search.rst')
-rw-r--r-- | docs/source/Search.rst | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/source/Search.rst b/docs/source/Search.rst new file mode 100644 index 000000000..a80c229f4 --- /dev/null +++ b/docs/source/Search.rst @@ -0,0 +1,18 @@ +.. include:: includes.rst + +Search +================================== + +.. raw:: html + + <p> + From here you can search these documents. Enter your search + words into the box below and click "search". Note that the search + function will automatically search for all of the words. Pages + containing fewer words won't appear in the result list. + </p> + <form action="/en/latest/search.html" method="get" _lpchecked="1"> + <input type="text" name="q" value=""> + <input type="submit" value="search"> + <span id="search-progress" style="padding-left: 10px"></span> + </form> |