From 5c3151b9da59ac46a69fa6dc67e0ad90f22b7e45 Mon Sep 17 00:00:00 2001 From: Ajinkya Udgirkar Date: Mon, 15 Jan 2024 16:00:11 +0530 Subject: [PATCH] User Guide description and ansible ecosystem docs link (#96) * Added description and ansible ecosystem docs link * chore: auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- 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..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