mystmd icon indicating copy to clipboard operation
mystmd copied to clipboard

Support Redirects

Open rowanc1 opened this issue 1 month ago • 0 comments

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

rowanc1 avatar Oct 02 '25 20:10 rowanc1