mystmd
mystmd copied to clipboard
Support Redirects
We currently do not have a way to have integrated redirects for a project (e.g. if a page moved, etc.). It would be good to get a basic solution together.
See also:
- jupyter-book/jupyter-book#1048
There are some simple python/sphinx solutions we can look to. e.g. https://documatt.com/sphinx-reredirects that put an client-side redirect in HTML in the built code (and can also be handled server-side). That is probably a decent place to look for now for the syntax, as well as tools like vercel that configure redirects in config.
cc @minrk