From ce7d98aa6fbd820018d3f2df0aa369a641f3355c Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Tue, 22 Mar 2022 07:21:28 +0100 Subject: [PATCH] Add collection links file. (#4384) (#4386) (cherry picked from commit eb4495b716a081e9150e7a5edeef3bd6b19ef456) Co-authored-by: Felix Fontein --- docs/docsite/links.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 docs/docsite/links.yml diff --git a/docs/docsite/links.yml b/docs/docsite/links.yml new file mode 100644 index 0000000000..b5a1720974 --- /dev/null +++ b/docs/docsite/links.yml @@ -0,0 +1,23 @@ +--- +edit_on_github: + repository: ansible-collections/community.general + branch: main + path_prefix: '' + +extra_links: + - description: Submit a bug report + url: https://github.com/ansible-collections/community.general/issues/new?assignees=&labels=&template=bug_report.yml + - description: Request a feature + url: https://github.com/ansible-collections/community.general/issues/new?assignees=&labels=&template=feature_request.yml + +communication: + matrix_rooms: + - topic: General usage and support questions + room: '#users:ansible.im' + irc_channels: + - topic: General usage and support questions + network: Libera + channel: '#ansible' + mailing_lists: + - topic: Ansible Project List + url: https://groups.google.com/g/ansible-project