cli
cli copied to clipboard
Use mkdocs `mike` for multi-version docs
Checklist
- [x] Did you perform a search about this feature? Here's the GitHub guide about searching.
What problem does this solve?
This would remove the need for multiple major version documentation trees within each major maintenance branch.
Solution description
Rework the docs to use the mkdocs mike tool as described here.
Describe alternatives you've considered
Hosting documentation at readthedocs would include support for something similar. We could not switch to mike and continue the in-tree multiple dirs approach.