We currently treat the version of the docs being built from the current commit as if it's special, in that we put the docs for previous versions of MUSE2 in a subfolder of this version (release/). Really, it's effectively just another version of the docs, so it would probably make sense to have it be a "peer" of the other versions, i.e. in a release/dev/ folder, or similar.
We would still need something at the folder root, however. It probably makes sense to have the landing page (README.md/index.html) redirect to the landing page of one of the other versions (either dev or last release).
We currently treat the version of the docs being built from the current commit as if it's special, in that we put the docs for previous versions of MUSE2 in a subfolder of this version (
release/). Really, it's effectively just another version of the docs, so it would probably make sense to have it be a "peer" of the other versions, i.e. in arelease/dev/folder, or similar.We would still need something at the folder root, however. It probably makes sense to have the landing page (
README.md/index.html) redirect to the landing page of one of the other versions (either dev or last release).