Docusaurus supports versioning like this:
https://docusaurus.io/docs/versioning

I expect we cannot use this at the moment since every stryker has its own version. So idealy we would be able to select different versions depending on which stryker (js/net/scala) you are seeing the docs from.
I don't know if this is possible out of the box with docusaurus. If not we might be able to think of our own solution like using a global vCurrent and vNext . Or just version using a different technique without the docusaurus selector.
Docusaurus supports versioning like this:
https://docusaurus.io/docs/versioning
I expect we cannot use this at the moment since every stryker has its own version. So idealy we would be able to select different versions depending on which stryker (js/net/scala) you are seeing the docs from.
I don't know if this is possible out of the box with docusaurus. If not we might be able to think of our own solution like using a global
vCurrentandvNext. Or just version using a different technique without the docusaurus selector.