From 68e0f31948d29d1a82c7c42e65220c3d8da44de0 Mon Sep 17 00:00:00 2001 From: Ajinkya Udgirkar Date: Thu, 11 Jan 2024 13:09:23 +0530 Subject: [PATCH] Added description and ansible ecosystem docs link --- docs/user-guide/index.md | 9 +++++++++ mkdocs.yml | 1 + 2 files changed, 10 insertions(+) diff --git a/docs/user-guide/index.md b/docs/user-guide/index.md index dec08d40..b6d4e03b 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. + +[Anisble 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