From 95da72ce90df1e72a8e3db4e6b39dfbf0bd7ff35 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Tue, 10 Nov 2020 07:11:13 +0100 Subject: [PATCH] Add preliminary documentation links. (#10) --- README.md | 4 ++++ galaxy.yml | 1 + 2 files changed, 5 insertions(+) diff --git a/README.md b/README.md index 5e79992..09b88ec 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ Provides modules for [Ansible](https://www.ansible.com/community) to manage [MikroTik RouterOS](http://www.mikrotik-routeros.net/routeros.aspx) instances. +You can find [documentation for the modules and plugins in this collection here](https://ansible.fontein.de/collections/community/routeros/). + ## Tested with Ansible Tested with both the current Ansible 2.9 and 2.10 releases and the current development version of Ansible. Ansible versions before 2.9.10 are not supported. @@ -21,6 +23,8 @@ The collection supports the `network_cli` connection. - `community.routeros.command` - `community.routeros.facts` +You can find [documentation for the modules and plugins in this collection here](https://ansible.fontein.de/collections/community/routeros/). + ## Using this collection See [Ansible Using collections](https://docs.ansible.com/ansible/latest/user_guide/collections_using.html) for general detail on using collections. diff --git a/galaxy.yml b/galaxy.yml index 1579c75..ce2e581 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -16,6 +16,7 @@ tags: dependencies: ansible.netcommon: '>=1.0.0' repository: https://github.com/ansible-collections/community.routeros +documentation: https://ansible.fontein.de/collections/community/routeros/ #documentation: https://github.com/ansible-collection-migration/community.routeros/tree/main/docs homepage: https://github.com/ansible-collections/community.routeros issues: https://github.com/ansible-collections/community.routeros/issues