nautobot / cookiecutter-nautobot-app

Cookiecutter template for creating new Nautobot Apps.
https://docs.nautobot.com/projects/cookiecutter-nautobot-app/en/latest/
Apache License 2.0
14 stars 5 forks source link

Replace mkdocs-version-annotations with markdown-version-annotations #112

Closed glennmatthews closed 3 months ago

glennmatthews commented 4 months ago

mkdocs-version-annotations has been reimplemented as a Markdown extension rather than a mkdocs-specific plugin, and re-released as markdown-version-annotations with some new features. It's a drop-in replacement from a docs authorship perspective, but does need to be configured in mkdocs.yml as a Markdown extension rather than a mkdocs plugin.

This also takes advantage of the new admonition_tag config option to make it so that version notes in the docs default to collapsed-but-expandable rather than always-expanded.