List Recently Updated Pages in MkDocs
When maintaining documentation with MkDocs, it can be helpful to give readers a quick overview of what’s been updated recently. There are a few ways to convey this kind of information, like:
Adding revision dates to the bottom of individual pages using the mkdocs-git-revision-date-localized-plugin Displaying a page status (e.g. “draft”, “new”, “updated”) next to the page title in the navigation via the status feature of the Material theme Adding a table containing git commit information using the mkdocs-git-latest-changes-plugin.