mkdocs / mkdocs-redirects

Open source plugin for Mkdocs page redirects
MIT License
176 stars 25 forks source link

Document redirection link #60

Closed dp1218 closed 2 months ago

dp1218 commented 5 months ago

The redirection may be broken if the javascript of the page cannot be executed because of a middleware or if the browser of the client disabled it. Also note that the meta redirect is set as deprecated by the W3C.

With those conditions, the human may land on a page which is in fact a dead end because no information is provided to tell them what should have happened.

This PR provides a link to click to follow manually the redirection.

Closes https://github.com/mkdocs/mkdocs-redirects/issues/62