Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cmsirbu/mkdocs-ansible-collection

MkDocs Plugin that automatically generates pages for Ansible Collections.
https://github.com/cmsirbu/mkdocs-ansible-collection

ansible ansible-collection mkdocs mkdocs-plugin

Last synced: 4 months ago
JSON representation

MkDocs Plugin that automatically generates pages for Ansible Collections.

Awesome Lists containing this project

README

        

# MkDocs Ansible Collection

MkDocs Plugin that automatically generates pages for Ansible Collections. Uses metadata exported by the `ansible-doc` tool.

## Work in Progress

This plugin is under initial development - you can track progress towards the first functional release [here](https://github.com/cmsirbu/mkdocs-ansible-collection/milestone/1).

Its latest functionality can be seen live on the [docs website](https://mkdocs-ansible-collection.readthedocs.io/en/latest/).

## Developing

To set up the development environment, run the following commands in the project root:

```
poetry install
poetry run mkdocs serve
```