Open reshamas opened 2 years ago
I have no idea how any of the redirections work, but that would be immensely helpful. Currently, the docs.pymc.io links should work, but only as redirects, once the user lands on the page, the url should be www.pymc.io/{things}
.
What I know how to do and is relatively easy is updating the 404 page if you think updating the text or links there could help make the transition more smooth. 404 page comes from https://github.com/pymc-devs/pymc/blob/main/docs/source/404.md and https://github.com/pymc-devs/pymc.io/blob/main/404.md
Description of your problem
Currently, when we do an internet search for "pymc example notebook", the first (and top results) are this URL: https://docs.pymc.io/en/v3/nb_examples/index.html
More info
Can we redirect that domain? docs.pymc.io -> www.pymc.io/projects/docs/ docs.pymc.io/{more url thing} -> www.pymc.io/projects/docs/{same more url thing}
cc: @twiecki @OriolAbril @conorhassan