-
Notifications
You must be signed in to change notification settings - Fork 483
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Specify redirect target in index.html to be dev/? #2127
Comments
Documenter won't change the file if you manage it on your own, specifically, if the comment (Why would you default to /dev though? Latest stable release seems like a sane default, no?) |
Thank you for explaining. It would be good document this behavior, in the following line Documenter.jl/src/deploydocs.jl Lines 49 to 50 in 233a782
|
Happy to accept a PR to get this documented there 🙂 I'll re-open this, with the docs being the actionable item. |
Related: #937
Is it possible call deploydocs in such a way that the generated index.html file always redirects to ./dev?
It seems the current code automatically determines which of ./stable or ./dev should be used in the redirect, based on the return value of HTMLWriter.expand_versions:
Documenter.jl/src/deploydocs.jl
Lines 339 to 348 in 233a782
The text was updated successfully, but these errors were encountered: