A simple Docker app that redirects visitors from the old Submit documentation site (docs.submit.hackclub.com) to the new location at docs.identity.hackclub.com.
When visitors access any path on docs.submit.hackclub.com, they see a friendly notice that the docs have moved, with a button that redirects them to the equivalent page on docs.identity.hackclub.com/submit/<path>.
Examples:
https://docs.submit.hackclub.com/quickstart→https://docs.identity.hackclub.com/submit/quickstarthttps://docs.submit.hackclub.com/api-ref/endpoint/authorize-status→https://docs.identity.hackclub.com/submit/api-ref/endpoint/authorize-status
docker build -t submit-redirect .docker run -p 6060:6060 submit-redirectThen visit http://localhost:6060 (or any path like http://localhost:6060/quickstart) to see the redirect page.
Deploy this container to your preferred platform and point docs.submit.hackclub.com to it.