-
Hi @jimporter I think I have a narrow use case, but I think it is a valid one. I would like my docs to default to the latest versioned URL instead of an alias when the users visit the root of my docs. Example, if I have v1 and v2 and v2 is alised as At the same time, I need to keep the Is it possible to achieve this? PS> the reason I want users not to have alias in the hrefs is because path structure can change between the versions, and |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I think setting the default version to v2 is the answer here. I will check with mkdocs-material if the logic of detecting the outdated version can/should be adapted to work with |
Beta Was this translation helpful? Give feedback.
I think setting the default version to v2 is the answer here. I will check with mkdocs-material if the logic of detecting the outdated version can/should be adapted to work with
non-latest
default versions