I am running an mdbook server on a machine let's call abbott.
The mdbook contents mystuff are located on an nfs mountpoint let's call frankenstein.
I go to another machine costello and edit /mnt/frankenstein/mystuff/src/ch01-blah.md and save the changes.
BUG: The mdbook server didn't re-render the saved /mnt/frankenstein/mystuff/src/ch01-blah.md file.
EXPECTATIONS: I was expecting the mdbook server to re-render it so that I can view the changes in the web browser.