[DOCS] [1.20.1] Use mike for multi-version support #4313
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What
Uses mike for multi-version support for docs.
Implementation Details
This means instead of uploading zip files, our pipeline will push to the gh-pages branch, and that will be served. this way the 1.20.1 and 1.21.1 pipeline can independently update and push their changes
Outcome
Versioned docs, see
firefox_vb9EzqdRu5.mp4
Additional Information
When both of these PRs are merged, we need to change the pages API to reflect gh-pages rather than uploaded artifacts. This is a setting in github.
Needs to wait for the 1.21 PR that's coming