Redirecting Pages
We are using the mkdocs-redirects module to handle redirecting pages
This module creates a HTML page stub at teh old location which uses javascript to redirect to the new page
Configuration is handled in the mkdocs.yml file
To assist with this, there is a bash script
Usage:
./mkdocsMoveRedirectPage.bash 'docs/old/path.md' 'docs/new/path/file.md'
This will validate the paths you put in