Skip to content

Commit

Permalink
Added description and ansible ecosystem docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
audgirka committed Jan 11, 2024
1 parent a0ad92e commit 68e0f31
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/user-guide/index.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ plugins:
domains: [py, std]

markdown_extensions:
- attr_list
- markdown_include.include:
base_path: docs
- admonition
Expand Down

0 comments on commit 68e0f31

Please sign in to comment.