Automatic Review / Page Validity Period #7927
-
Is there a way perhaps using a plugin or status to introduce a page validity period i.e. after 12 months the page is marked as needing review and this could be coupled with an email to page owner / maintainer as well as the status being marked as such |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @DanDavies2 As far as I know, there is no plugin that defines a validity period for pages and then sends a mail to the ‘owner/maintainer’. You can write a Python script that takes the last edit date from the PS: MkDocs material is a theme for MkDocs. Maybe you get better answers there. |
Beta Was this translation helpful? Give feedback.
Hi @DanDavies2
As far as I know, there is no plugin that defines a validity period for pages and then sends a mail to the ‘owner/maintainer’.
You can write a Python script that takes the last edit date from the
docs
folder in Git and then evaluates it in the second step, or writes a mail/GitHub Issue/what ever.PS: MkDocs material is a theme for MkDocs. Maybe you get better answers there.