From 4059b37ab1c6556c0fc0c08ee3037d781d838058 Mon Sep 17 00:00:00 2001 From: Lydie <44351234+lmalivert@users.noreply.github.com> Date: Fri, 12 Feb 2021 16:32:44 -0500 Subject: Conscious language added to user guide, development guide, and Ansible community guide, (#73574) * Added conscious language note to index pages of guides --- docs/docsite/rst/community/index.rst | 6 ++++++ docs/docsite/rst/dev_guide/index.rst | 6 ++++++ docs/docsite/rst/user_guide/index.rst | 6 ++++++ 3 files changed, 18 insertions(+) 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 `_. + 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 `_. + 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 `_. + 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 -- cgit v1.2.3