Remove HDM/major-upgrade docs mirroring Splice deprecation#623
Merged
Conversation
Mirrors canton-network/splice commit 25dd870a ("Remove HDM&DR docs and
reference LSU docs only", #5253), which deleted the major-upgrade
procedure from Splice and replaced it with Logical Synchronizer Upgrade.
Local changes:
- Delete docs-main/global-synchronizer/production-operations/sv-major-upgrade.mdx
and validator-major-upgrade.mdx (upstream sources gone).
- Delete the 4 orphaned snippet files in
docs-main/snippets/external/splice/main/ that were imported only by
those two MDX pages.
- Remove the two nav entries from docs-main/docs.json (mirrors the
upstream toctree removal).
- Update terminology in locally-authored pages from "major upgrade" to
"version upgrade" / "protocol upgrade" in:
- docs-main/appdev/faq.mdx (2 lines)
- docs-main/global-synchronizer/troubleshooting-guide/performance-issues.mdx (1 line)
- Retarget 4 broken links in
docs-main/integrations/exchanges/node-operations.mdx from the deleted
validator-major-upgrade slug to the new validator-upgrades index.
Deep anchors are dropped (they don't translate to LSU semantics).
Splice's sv-upgrades.mdx and validator-upgrades.mdx local mirrors are
already in sync with upstream's refreshed content (hashes match), so
they don't need refresh in this PR.
A follow-up issue tracks the remaining inconsistent "major upgrade" /
"HDM" prose in upstream-mirrored pages (sv-scratchnet, sv-helm,
node-operations.mdx body, upgrades-on-global-sync) where upstream
itself hasn't caught up yet.
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
…oval # Conflicts: # docs-main/integrations/exchanges/node-operations.mdx
Jatinp26
approved these changes
May 25, 2026
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.
Summary
Mirrors canton-network/splice@25dd870a — "Remove HDM&DR docs and reference LSU docs only" (Splice PR #5253), which deleted the major-upgrade procedure pages from Splice and replaced the upgrade vocabulary with version vs protocol upgrades (LSU).
Changes
sv-major-upgrade.mdxandvalidator-major-upgrade.mdx(upstream sources were deleted; our pages were the only remaining copies).docs-main/snippets/external/splice/main/that were imported only by those two pages.docs-main/docs.json(mirrors upstreamtoctreeremoval).docs-main/appdev/faq.mdx(2 lines)docs-main/global-synchronizer/troubleshooting-guide/performance-issues.mdx(1 line)docs-main/integrations/exchanges/node-operations.mdxfrom the deletedvalidator-major-upgradeslug to the newvalidator-upgradesindex. Deep anchors are dropped since they don't translate to LSU semantics.The local
sv-upgrades.mdxandvalidator-upgrades.mdxmirrors are already in sync with upstream's refreshed content (hashes match) — no edits needed for those.