diff --git a/docs/user-guide/index.md b/docs/user-guide/index.md index dec08d40..d73fd02a 100644 --- a/docs/user-guide/index.md +++ b/docs/user-guide/index.md @@ -1,5 +1,14 @@ # User Guide +This guide aims to help the user to perform +common operations like testing collections, roles +within a collection using two or more tools +within ansible dev tools ecosystem. + +[Ansible Ecosystem](https://docs.ansible.com/ecosystem.html){:target="\_blank"} +is a collection of projects or tools which lets you expand automation to +varying set of use cases. + - [Testing a role within a collection](testing.md) - [Ensure content best practices](content-best-practices.md) - [Content CI GitHub action setup](ci-setup.md) diff --git a/mkdocs.yml b/mkdocs.yml index a959b589..a4068bfc 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -118,6 +118,7 @@ plugins: domains: [py, std] markdown_extensions: + - attr_list - markdown_include.include: base_path: docs - admonition