docs: add MADDENING v0.3.0 to the multi-version build set#8
Merged
Conversation
- Bump MADDENING submodule pointer to v0.3.0 (df216ad) so the `latest` build target (= origin/main) picks up the new release. Previously pinned at v0.2.1 (241d513). - Add `v0.3.0:v0.3.0` to MADDENING_VERSIONS so the v0.3.0 git tag also gets a dedicated /maddening/v0.3.0/ subdir. The matching switcher.json on MADDENING already lists v0.3.0 as the preferred stable; this Makefile change is what makes that switcher row resolve on the live site. After this lands and the docs workflow runs, the live URL layout becomes: /maddening/ -> latest (= v0.3.0) /maddening/v0.3.0/ -> v0.3.0 explicit /maddening/v0.2.1/ -> v0.2.1 /maddening/v0.2/ -> v0.2.0 /maddening/v0.1/ -> v0.1.0
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.
latestbuild target (= origin/main) picks up the new release. Previously pinned at v0.2.1 (241d513).v0.3.0:v0.3.0to MADDENING_VERSIONS so the v0.3.0 git tag also gets a dedicated /maddening/v0.3.0/ subdir. The matching switcher.json on MADDENING already lists v0.3.0 as the preferred stable; this Makefile change is what makes that switcher row resolve on the live site.After this lands and the docs workflow runs, the live URL layout becomes:
/maddening/ -> latest (= v0.3.0)
/maddening/v0.3.0/ -> v0.3.0 explicit
/maddening/v0.2.1/ -> v0.2.1
/maddening/v0.2/ -> v0.2.0
/maddening/v0.1/ -> v0.1.0