MkDocs plugin that allows you to display a list of recently modified pages from the Git log
https://tombreit.github.io/mkdocs-git-latest-changes-plugin/
Install the plugin PyPI package:
pip install mkdocs-git-latest-changes-plugin
Configure mkdocs.yml
:
plugins:
- git-latest-changes
Use {{ latest_changes }}
in your Markdown page(s) where the latest git changes should be inserted as a table.
https://tombreit.github.io/mkdocs-git-latest-changes-plugin/#configuration
pip install -e .[dev]