You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's a bit tricky to achieve, but could be doable by having Documenter maintain a sitemap of some sort in the root directory, similar to the version.js file.
I'm doing a triage of open documenter issues and closing issues that are stale. If I've made a mistake, please re-open
Closing as stale. I understand the motivation, but it is tricky and has a lot of edge-cases. For example, there's no guarantee that the page exists on different versions, and even if it doesn't there's no guarantee that it links to the same content. So it seems much simpler just to go back to the home page.
Actually, let me reopen this. I think this might be doable with some JS, if we'd do a HEAD call to check if a page with the same URL exists under the other version (if it does, go there, if it doesn't, go to root like now). The version selector needs JS anyway.
See JuliaLang/www.julialang.org#204
The text was updated successfully, but these errors were encountered: