From 014665ddace235cc781425108849b023c79c61fc Mon Sep 17 00:00:00 2001 From: Jiri Stransky Date: Wed, 20 Oct 2021 15:29:25 +0200 Subject: [PATCH] Add documentation links to README.md Change-Id: I04235d8485cf46038c979de799a9666429163fab --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index fc00b95c..c4daa650 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,14 @@ Or you can add the full namespace and collection name in the `collections` eleme device: /dev/vdb ``` +### Usage + +See the collection docs at Ansible site: + +* [openstack.cloud collection docs (version released in Ansible package)](https://docs.ansible.com/ansible/latest/collections/openstack/cloud/index.html) + +* [openstack.cloud collection docs (devel version)](https://docs.ansible.com/ansible/devel/collections/openstack/cloud/index.html) + ## Contributing For information on contributing, please see [CONTRIBUTING](https://opendev.org/openstack/ansible-collections-openstack/src/branch/master/CONTRIBUTING.rst)