Hello,
I have a website that contains multiple versions of documentation for some applications and I want to be able to have an alias/redirect that would allow our users to be redirected from /docs/latest/some-page to /docs/v1.0.0/some-page.
This is not a file-by-file redirect but more of a full folder redirect.
I tried to use a symlink that pointed latest → v1.0.0 folders but Hugo only displays the pages on the /docs/latest URL and gives a 404 if I try to access the /docs/v1.0.0/ URLs.