Skip to content

Commit 5fcf78a

Browse files
authored
Add communication details (#400)
* add communication details * update bullhorn url * rm compat tag * add forum link to mkdocs theme * update RTD url
1 parent c2862c4 commit 5fcf78a

File tree

2 files changed

+32
-3
lines changed

2 files changed

+32
-3
lines changed

README.md

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,37 @@
11
# ansible-compat
22

33
[![pypi](https://img.shields.io/pypi/v/ansible-compat.svg)](https://pypi.org/project/ansible-compat/)
4-
[![docs](https://readthedocs.org/projects/ansible-compat/badge/?version=latest)](https://ansible-compat.readthedocs.io/)
4+
[![docs](https://readthedocs.org/projects/ansible-compat/badge/?version=latest)](https://ansible.readthedocs.io/projects/compat/)
55
[![gh](https://github.com/ansible/ansible-compat/actions/workflows/tox.yml/badge.svg)](https://github.com/ansible/ansible-compat/actions/workflows/tox.yml)
66
[![codecov.io](https://codecov.io/github/ansible/ansible-compat/coverage.svg?branch=main)](https://codecov.io/github/ansible/ansible-compat?branch=main)
77

88
A python package contains functions that facilitate working with various
99
versions of Ansible 2.14 and newer.
1010

11+
## Documentation
12+
1113
Documentation is available at
12-
[ansible-compat.readthedocs.io](https://ansible-compat.readthedocs.io/).
14+
[ansible.readthedocs.io/projects/compat/](https://ansible.readthedocs.io/projects/compat/).
15+
16+
## Communication
17+
18+
Join the Ansible forum to ask questions, get help, and interact with the
19+
community.
20+
21+
- [Get Help](https://forum.ansible.com/c/help/6): get help or help others.
22+
Please add appropriate tags if you start new discussions.
23+
- [Social Spaces](https://forum.ansible.com/c/chat/4): meet and interact with
24+
fellow enthusiasts.
25+
- [News & Announcements](https://forum.ansible.com/c/news/5): track project-wide
26+
announcements including social events.
27+
28+
To get release announcements and important changes from the community, see the
29+
[Bullhorn newsletter](https://docs.ansible.com/ansible/devel/community/communication.html#the-bullhorn).
30+
31+
For more information about getting in touch, see the
32+
[Ansible communication guide](https://docs.ansible.com/ansible/devel/community/communication.html).
33+
34+
## Code of Conduct
35+
36+
Please see the official
37+
[Ansible Community Code of Conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html).

mkdocs.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
site_name: Ansible Compat Library
3-
site_url: https://ansible-compat.readthedocs.io/
3+
site_url: https://ansible.readthedocs.io/projects/compat/
44
repo_url: https://github.com/ansible/ansible-compat
55
edit_uri: blob/main/docs/
66
copyright: Copyright © 2023 Red Hat, Inc.
@@ -26,6 +26,10 @@ extra:
2626
social:
2727
- icon: fontawesome/brands/github-alt
2828
link: https://github.com/ansible/ansible-compat
29+
name: GitHub
30+
- icon: fontawesome/brands/discourse
31+
link: https://forum.ansible.com/c/project/7
32+
name: Ansible forum
2933
nav:
3034
- examples: index.md
3135
- api: api.md

0 commit comments

Comments
 (0)