summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLydie <44351234+lmalivert@users.noreply.github.com>2021-02-12 22:32:44 +0100
committerGitHub <noreply@github.com>2021-02-12 22:32:44 +0100
commit4059b37ab1c6556c0fc0c08ee3037d781d838058 (patch)
tree4724824a4b9331f2f7568af695801b15b6836ea2
parentCatch more potential errors when setting up curses. (diff)
downloadansible-4059b37ab1c6556c0fc0c08ee3037d781d838058.tar.xz
ansible-4059b37ab1c6556c0fc0c08ee3037d781d838058.zip
Conscious language added to user guide, development guide, and Ansible community guide, (#73574)
* Added conscious language note to index pages of guides
-rw-r--r--docs/docsite/rst/community/index.rst6
-rw-r--r--docs/docsite/rst/dev_guide/index.rst6
-rw-r--r--docs/docsite/rst/user_guide/index.rst6
3 files changed, 18 insertions, 0 deletions
diff --git a/docs/docsite/rst/community/index.rst b/docs/docsite/rst/community/index.rst
index 572d37f89a..83a7146445 100644
--- a/docs/docsite/rst/community/index.rst
+++ b/docs/docsite/rst/community/index.rst
@@ -4,6 +4,12 @@
Ansible Community Guide
***********************
+.. note::
+
+ **Making Open Source More Inclusive**
+
+ Red Hat is committed to replacing problematic language in our code, documentation, and web properties. We are beginning with these four terms: master, slave, blacklist, and whitelist. We ask that you open an issue or pull request if you come upon a term that we have missed. For more details, see `our CTO Chris Wright's message <https://www.redhat.com/en/blog/making-open-source-more-inclusive-eradicating-problematic-language>`_.
+
Welcome to the Ansible Community Guide!
The purpose of this guide is to teach you everything you need to know about being a contributing member of the Ansible community. All types of contributions are welcome and necessary to Ansible's continued success.
diff --git a/docs/docsite/rst/dev_guide/index.rst b/docs/docsite/rst/dev_guide/index.rst
index 3754f55347..00eee08488 100644
--- a/docs/docsite/rst/dev_guide/index.rst
+++ b/docs/docsite/rst/dev_guide/index.rst
@@ -4,6 +4,12 @@
Developer Guide
***************
+.. note::
+
+ **Making Open Source More Inclusive**
+
+ Red Hat is committed to replacing problematic language in our code, documentation, and web properties. We are beginning with these four terms: master, slave, blacklist, and whitelist. We ask that you open an issue or pull request if you come upon a term that we have missed. For more details, see `our CTO Chris Wright's message <https://www.redhat.com/en/blog/making-open-source-more-inclusive-eradicating-problematic-language>`_.
+
Welcome to the Ansible Developer Guide!
**Who should use this guide?**
diff --git a/docs/docsite/rst/user_guide/index.rst b/docs/docsite/rst/user_guide/index.rst
index e3f2aaf3bd..73f3ac6523 100644
--- a/docs/docsite/rst/user_guide/index.rst
+++ b/docs/docsite/rst/user_guide/index.rst
@@ -4,6 +4,12 @@
User Guide
##########
+.. note::
+
+ **Making Open Source More Inclusive**
+
+ Red Hat is committed to replacing problematic language in our code, documentation, and web properties. We are beginning with these four terms: master, slave, blacklist, and whitelist. We ask that you open an issue or pull request if you come upon a term that we have missed. For more details, see `our CTO Chris Wright's message <https://www.redhat.com/en/blog/making-open-source-more-inclusive-eradicating-problematic-language>`_.
+
Welcome to the Ansible User Guide! This guide covers how to work with Ansible, including using the command line, working with inventory, interacting with data, writing tasks, plays, and playbooks; executing playbooks, and reference materials. This page outlines the most common situations and questions that bring readers to this section. If you prefer a traditional table of contents, you can find one at the bottom of the page.
Getting started