From 540442db2eb3d3c02ca750143571d0e9c766df3a Mon Sep 17 00:00:00 2001 From: Don Naro Date: Tue, 13 Sep 2022 19:43:21 +0100 Subject: [PATCH] issue #78760 missing indexes (#78763) --- docs/docsite/rst/ansible_index.rst | 2 ++ docs/docsite/rst/collections_guide/collections_index.rst | 6 ++++++ docs/docsite/rst/collections_guide/index.rst | 2 +- docs/docsite/rst/core_index.rst | 2 ++ docs/docsite/rst/module_plugin_guide/index.rst | 2 +- .../rst/module_plugin_guide/modules_plugins_index.rst | 6 ++++++ 6 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 docs/docsite/rst/collections_guide/collections_index.rst create mode 100644 docs/docsite/rst/module_plugin_guide/modules_plugins_index.rst diff --git a/docs/docsite/rst/ansible_index.rst b/docs/docsite/rst/ansible_index.rst index e6b97450c5..079c7cf605 100644 --- a/docs/docsite/rst/ansible_index.rst +++ b/docs/docsite/rst/ansible_index.rst @@ -95,6 +95,8 @@ Ansible releases a new major release approximately twice a year. The core applic :maxdepth: 1 :caption: Reference & Appendices + collections/index + collections/all_plugins reference_appendices/playbooks_keywords reference_appendices/common_return_values reference_appendices/config diff --git a/docs/docsite/rst/collections_guide/collections_index.rst b/docs/docsite/rst/collections_guide/collections_index.rst new file mode 100644 index 0000000000..464db898b8 --- /dev/null +++ b/docs/docsite/rst/collections_guide/collections_index.rst @@ -0,0 +1,6 @@ +.. _index_collections: + +Collections index +================= + +You can find an index of collections at :ref:`list_of_collections`. \ No newline at end of file diff --git a/docs/docsite/rst/collections_guide/index.rst b/docs/docsite/rst/collections_guide/index.rst index a479e76b55..04182c9e9c 100644 --- a/docs/docsite/rst/collections_guide/index.rst +++ b/docs/docsite/rst/collections_guide/index.rst @@ -24,4 +24,4 @@ You can install and use collections through a distribution server, such as Ansib collections_listing collections_verifying collections_using_playbooks - ../collections/index \ No newline at end of file + collections_index \ No newline at end of file diff --git a/docs/docsite/rst/core_index.rst b/docs/docsite/rst/core_index.rst index 37e76ce755..3ecbd8e537 100644 --- a/docs/docsite/rst/core_index.rst +++ b/docs/docsite/rst/core_index.rst @@ -77,6 +77,8 @@ This documentation covers the version of ``ansible-core`` noted in the upper lef :maxdepth: 1 :caption: Reference & Appendices + collections/index + collections/all_plugins reference_appendices/playbooks_keywords reference_appendices/common_return_values reference_appendices/config diff --git a/docs/docsite/rst/module_plugin_guide/index.rst b/docs/docsite/rst/module_plugin_guide/index.rst index 3a2f40911f..6f914d0e70 100644 --- a/docs/docsite/rst/module_plugin_guide/index.rst +++ b/docs/docsite/rst/module_plugin_guide/index.rst @@ -27,4 +27,4 @@ Ansible ships with several plugins and lets you easily use your own plugins. modules_support plugin_filtering_config ../plugins/plugins - ../collections/all_plugins \ No newline at end of file + modules_plugins_index \ No newline at end of file diff --git a/docs/docsite/rst/module_plugin_guide/modules_plugins_index.rst b/docs/docsite/rst/module_plugin_guide/modules_plugins_index.rst new file mode 100644 index 0000000000..4b7f550323 --- /dev/null +++ b/docs/docsite/rst/module_plugin_guide/modules_plugins_index.rst @@ -0,0 +1,6 @@ +.. _index_modules_plugins: + +Modules and plugins index +========================= + +You can find an index of modules and plugins at :ref:`all_modules_and_plugins`. \ No newline at end of file