From efe862182c873eea852bd4e67c0612d1feae32bf Mon Sep 17 00:00:00 2001 From: Don Naro Date: Mon, 2 Sep 2024 13:05:45 +0100 Subject: [PATCH 1/3] updating community comms info --- README.md | 14 ++++++++++++++ docs/contributing/code-of-conduct.md | 1 - docs/contributing/community.md | 27 +++++++++++++++++++++++++++ docs/index.md | 2 +- mkdocs.yml | 2 +- 5 files changed, 43 insertions(+), 3 deletions(-) delete mode 120000 docs/contributing/code-of-conduct.md create mode 100644 docs/contributing/community.md diff --git a/README.md b/README.md index 4a76f40ad..b3db14a88 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,15 @@ A demo of the interface can be found [on YouTube][YT demo]. [//]: # (DO-NOT-REMOVE-docs-intro-END) +## Communication + +Refer to the +[Talk to us](https://ansible.readthedocs.io/projects/navigator/contributing/community/#talk-to-us) +section of the Contributing guide to find out how to get in touch with us. + +You can also find more information in the +[Ansible communication guide](https://docs.ansible.com/ansible/devel/community/communication.html). + ## Contributing Any kind of contribution to this project is very welcome and appreciated, @@ -23,6 +32,11 @@ See the [Contributing guidelines][contributing guidelines] for details. [contributing guidelines]: https://ansible.readthedocs.io/projects/navigator/contributing/guidelines/ +## Code of Conduct + +Please see the official +[Ansible Community Code of Conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html). + ## Quick start ### Installing diff --git a/docs/contributing/code-of-conduct.md b/docs/contributing/code-of-conduct.md deleted file mode 120000 index 7d5eea0c6..000000000 --- a/docs/contributing/code-of-conduct.md +++ /dev/null @@ -1 +0,0 @@ -../../.github/CODE_OF_CONDUCT.md \ No newline at end of file diff --git a/docs/contributing/community.md b/docs/contributing/community.md new file mode 100644 index 000000000..a096a38f3 --- /dev/null +++ b/docs/contributing/community.md @@ -0,0 +1,27 @@ +# Community + +Connect with the Ansible community! + +## Talk to us + +Join the Ansible forum to ask questions, get help, and interact with the +community. + +- [Get Help](https://forum.ansible.com/c/help/6): get help or help others. + Please add appropriate tags if you start new discussions, for example use the + `ansible-navigator` or `devtools` tags. +- [Social Spaces](https://forum.ansible.com/c/chat/4): meet and interact with + fellow enthusiasts. +- [News & Announcements](https://forum.ansible.com/c/news/5): track project-wide + announcements including social events. + +To get release announcements and important changes from the community, see the +[Bullhorn newsletter](https://docs.ansible.com/ansible/devel/community/communication.html#the-bullhorn). + +If you encounter security-related concerns, report them via email to +[security@ansible.com](mailto:security@ansible.com). + +## Code of Conduct + +Please see the official +[Ansible Community Code of Conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html). diff --git a/docs/index.md b/docs/index.md index 62defc11a..c971d6be7 100644 --- a/docs/index.md +++ b/docs/index.md @@ -20,6 +20,6 @@ To learn how to easily start leveraging the container technology with Contributions -- [Code Of Conduct](contributing/code-of-conduct.md) +- [Code Of Conduct](contributing/community.md) - [Security](contributing/security.md) - [Guidelines](contributing/guidelines.md) diff --git a/mkdocs.yml b/mkdocs.yml index ee0f34470..012be2b2a 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -50,7 +50,7 @@ nav: - subcommands.md - faq.md - Contributions: - - contributing/code-of-conduct.md + - contributing/community.md - contributing/security.md - contributing/guidelines.md From 4c919d2214fec1ab66a397438b677bc874fb5e36 Mon Sep 17 00:00:00 2001 From: Don Naro Date: Mon, 2 Sep 2024 13:06:25 +0100 Subject: [PATCH 2/3] add forum url to mkdocs theme --- mkdocs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 012be2b2a..bfda37d75 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -35,9 +35,9 @@ extra: - icon: simple/matrix link: https://matrix.to/#/#devtools:ansible.com name: Matrix - - icon: fontawesome/solid/comments - link: https://github.com/ansible/ansible-navigator/discussions - name: Discussions + - icon: fontawesome/brands/discourse + link: https://forum.ansible.com/c/project/7 + name: Ansible forum - icon: fontawesome/brands/github-alt link: https://github.com/ansible/ansible-navigator name: GitHub From a75b8efc517146c4dce9b2e7f91cd77f5aef2ca8 Mon Sep 17 00:00:00 2001 From: shatakshiiii Date: Mon, 9 Sep 2024 10:56:45 +0530 Subject: [PATCH 3/3] address review change --- docs/contributing/community.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing/community.md b/docs/contributing/community.md index a096a38f3..d95dab2c7 100644 --- a/docs/contributing/community.md +++ b/docs/contributing/community.md @@ -23,5 +23,5 @@ If you encounter security-related concerns, report them via email to ## Code of Conduct -Please see the official +Please see the [Ansible Community Code of Conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html).