Releases: cmsirbu/mkdocs-ansible-collection
Releases · cmsirbu/mkdocs-ansible-collection
v1.1.0
This release makes major improvements to the plugin parameters table in line with other ansible documentation sites (see gql_inventory for a detailed showcase) and fixes an ugly display bug for plugin descriptions.
Changed
- #27 Improved the template that renders the parameters table for plugins:
- Added data type to the parameter column.
- Moved env vars to the comments column.
- Added defaults and choices column to the parameters table.
- Added suboptions when a parameter has dictionary sub-values.
- Changed parameters table to inline HTML since Markdown tables break with any errant newlines.
Documentation
- #27 Added
opsmill.infrahubandnokia.srlinuxcollections to showcase. - #27 Fixed page view/edit github links.
- Added Release Notes and Release Checklist to documentation.
Fixed
- #23 Fixed template to account for the plugin description not always being a list.
Housekeeping
- #30 Updated
uvto0.7.17.
v1.0.0
All Ansible plugin types have been enabled and are now rendered with the generic template. While certain plugins would benefit from having dedicated templates, this is now good enough to bump to version 1.0.0!
The project has also moved to uv and now has user and developer documentation.
What's Changed
Features and Docs
- Enable remaining Ansible plugin types by @cmsirbu in #19
- Added User and Developer Guides to project docs and simplified README. #21
Housekeeping
- Update project metadata to allow uv to run alongside poetry 2.0 by @cmsirbu in #11
- Remove poetry as front-end tool by @cmsirbu in #13
- Use uv in RTD builds by @cmsirbu in #14
- Add CI workflow and run.sh tasks file by @cmsirbu in #15
- Enabled CI testing the mkdocs build on all supported Python versions. #21
- Enabled strict mode in RTD builds. #21
Full Changelog: v0.2.1...v1.0.0
v0.2.1
v0.2.0
v0.1.4
What's Changed
- Tweak and use generic
plugintemplate for: filter, lookup, inventory, and module plugins.
Full Changelog: v0.1.3...v0.1.4
v0.1.3
What's Changed
- Adds templates. by @jvanderaa in #5
- Integrate
inventoryplugin template - Tweaked theme width to allow for wider tables on project docs
- Added
networktocode.nautobotcollection to project docs example build
New Contributors
- @jvanderaa made their first contribution in #5
Full Changelog: v0.1.2...v0.1.3