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 However, both of these methods require the user to either open the page or scroll through the navigation to discover what’s new.