Backport MicroCloud 3 release notes to MicroCloud 2 docs (v2-edge) - #1482
Draft
elijahgreenstein wants to merge 4 commits into
Draft
Backport MicroCloud 3 release notes to MicroCloud 2 docs (v2-edge)#1482elijahgreenstein wants to merge 4 commits into
elijahgreenstein wants to merge 4 commits into
Conversation
Signed-off-by: Julian Pelizäus <julian.pelizaeus@canonical.com> (cherry picked from commit a966f46)
Signed-off-by: Julian Pelizäus <julian.pelizaeus@canonical.com> (cherry picked from commit 134715a)
Signed-off-by: Julian Pelizäus <julian.pelizaeus@canonical.com> (cherry picked from commit ec3c406)
MicroCloud 3.1 and 3.2 release notes have been backported to MicroCloud 2. This commit updates the TOC to use those pages rather than linking out to the `latest` version. Signed-off-by: Elijah Greenstein <elijah.greenstein@canonical.com>
elijahgreenstein
marked this pull request as draft
August 10, 2026 17:34
Contributor
Author
|
@roosterfish -- another option is to simply limit the MicroCloud 2 docs release notes to MicroCloud 2 and earlier. This is the approach in Juju and Snapcraft for example:
|
Contributor
Author
|
RTD build is failing, since the release notes include links to MicroCloud 3 content that is unavailable in MicroCloud 2. Possibly further supports the approach of limiting release notes to past versions, rather than adding future versions. Or adding redirects to |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR:
latest) docs.Motivation: if a user is viewing the
defaultversion of the docs and navigates to the 3.1 or 3.2 release notes, then the user jumps to thelatestversion. If the user then uses the version selector flyout menu to navigate back todefault, the user lands on a 404 page.We could, alternatively, put in place a redirect for the
/reference/release-notes/release-notes-3.{1|2}/path back tolatest, but if that additional step of adding a redirect is required anyway, it seems simpler to backport the MicroCloud 3 release notes. This also ensures that users do not unintentionally switch from thedefaulttolatestdocs versions.