Open
Description
Set up a system so that we can publish multiple versions of the documentation. This will probably be pretty manual:
- backport the infrastructure to the v8.x branch
- create folders for each non-
main
version, and runvitepress build
targeting those folders, and commit that - add custom config to handle the mappings for those folders
While mildly annoying, this overall configuration should only have to be done once, and the latter two steps once per version.
(This is a nice-to-have!)