A simple mdbook preprocessor that adds git commit + committer metadata to the bottom of pages in order to keep track of when it was last updated, and who has been working on it.
Add the following to your book.toml:
[preprocessor.blame]
source = "https://github.com/Froze-N-Milk/mdbook-blame/commit/"source should be set to the appropriate url, and it will have full commit
hashes appended to it.