From 58d7278ab79b400a4606b29f85ad1ec026a2ca9f Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Fri, 27 Nov 2020 21:27:34 +0100 Subject: [PATCH] Add link to all module and plugin indexes. --- docs/docsite/rst/collections/all_plugins.rst | 22 ++++++++++++++++++++ docs/docsite/rst/index.rst | 1 + 2 files changed, 23 insertions(+) create mode 100644 docs/docsite/rst/collections/all_plugins.rst diff --git a/docs/docsite/rst/collections/all_plugins.rst b/docs/docsite/rst/collections/all_plugins.rst new file mode 100644 index 00000000000..b3f67d5457f --- /dev/null +++ b/docs/docsite/rst/collections/all_plugins.rst @@ -0,0 +1,22 @@ +.. _all_modules_and_plugins: + +Indexes of all modules and plugins +---------------------------------- + +.. toctree:: + :maxdepth: 1 + :caption: Plugin indexes + + index_module + index_become + index_cache + index_callback + index_cliconf + index_connection + index_httpapi + index_inventory + index_lookup + index_netconf + index_shell + index_strategy + index_vars diff --git a/docs/docsite/rst/index.rst b/docs/docsite/rst/index.rst index 4c99b502494..c001115d90f 100644 --- a/docs/docsite/rst/index.rst +++ b/docs/docsite/rst/index.rst @@ -75,6 +75,7 @@ Ansible releases a new major release of Ansible approximately three to four time :caption: Reference & Appendices collections/index + collections/all_plugins reference_appendices/playbooks_keywords reference_appendices/common_return_values reference_appendices/config