From 6aca83d028659f03670c12003de8cc42f8b7c4ce Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Tue, 22 Mar 2022 07:04:25 +0100 Subject: [PATCH] Add collection links file. (#310) --- 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 00000000..ae77aa7c --- /dev/null +++ b/docs/docsite/links.yml @@ -0,0 +1,23 @@ +--- +edit_on_github: + repository: ansible-collections/community.docker + branch: main + path_prefix: '' + +extra_links: + - description: Submit a bug report + url: https://github.com/ansible-collections/community.docker/issues/new?assignees=&labels=&template=bug_report.md + - description: Request a feature + url: https://github.com/ansible-collections/community.docker/issues/new?assignees=&labels=&template=feature_request.md + +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