summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandra McCann <samccann@redhat.com>2022-09-14 15:18:44 -0400
committerGitHub <noreply@github.com>2022-09-14 20:18:44 +0100
commitdf6a564abd9a63e1bff0ad14f9b800ceccc2da31 (patch)
treeb4817d023d6a9b8c13f0211553be1546b1aff167
parent695c48957df79dd88991593d1c16876221f9be8c (diff)
downloadansible-df6a564abd9a63e1bff0ad14f9b800ceccc2da31.tar.gz
add galaxy docs back to core' (#78764)
-rw-r--r--docs/docsite/rst/core_index.rst6
-rw-r--r--docs/docsite/sphinx_conf/core_conf.py1
-rw-r--r--docs/docsite/sphinx_conf/core_lang_conf.py1
3 files changed, 6 insertions, 2 deletions
diff --git a/docs/docsite/rst/core_index.rst b/docs/docsite/rst/core_index.rst
index 3ecbd8e537..e76fe7108c 100644
--- a/docs/docsite/rst/core_index.rst
+++ b/docs/docsite/rst/core_index.rst
@@ -72,6 +72,12 @@ This documentation covers the version of ``ansible-core`` noted in the upper lef
dev_guide/index
+.. toctree::
+ :maxdepth: 2
+ :caption: Ansible Galaxy
+
+ galaxy/user_guide.rst
+ galaxy/dev_guide.rst
.. toctree::
:maxdepth: 1
diff --git a/docs/docsite/sphinx_conf/core_conf.py b/docs/docsite/sphinx_conf/core_conf.py
index 31c76e557e..8615bc6346 100644
--- a/docs/docsite/sphinx_conf/core_conf.py
+++ b/docs/docsite/sphinx_conf/core_conf.py
@@ -94,7 +94,6 @@ exclude_patterns = [
'2.10_index.rst',
'ansible_index.rst',
'core_index.rst',
- 'galaxy',
'network',
'scenario_guides',
'community/collection_contributors/test_index.rst',
diff --git a/docs/docsite/sphinx_conf/core_lang_conf.py b/docs/docsite/sphinx_conf/core_lang_conf.py
index 8968ac8601..8ca4aa7e28 100644
--- a/docs/docsite/sphinx_conf/core_lang_conf.py
+++ b/docs/docsite/sphinx_conf/core_lang_conf.py
@@ -94,7 +94,6 @@ exclude_patterns = [
'2.10_index.rst',
'ansible_index.rst',
'core_index.rst',
- 'galaxy',
'network',
'scenario_guides',
'community/collection_contributors/test_index.rst',