docs: rotate documentation for 2617 distribution#3020
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR rotates the documentation for the 2608 distribution release, updating Cardano node version references throughout the maintained documentation from version 10.5.x to 10.6.x. This is a standard documentation maintenance task that ensures the versioned documentation reflects the current state of the codebase with the new distribution release.
Changes:
- Updated Cardano node version references from
10.4/10.5to10.5/10.6in network compatibility matrix - Updated example outputs and commands from version
10.5.1to10.6.2 - Added new
cardano_blocks_transactions_signing_configparameter to aggregator documentation (rotation of existing feature from root docs)
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
docs/website/versioned_docs/version-maintained/networks-matrix.md |
Updated supported Cardano node versions from 10.4, 10.5 to 10.5, 10.6 for all four Mithril networks (release-mainnet, release-preprod, pre-release-preview, testing-preview) |
docs/website/versioned_docs/version-maintained/manual/getting-started/bootstrap-cardano-node.md |
Updated Cardano node version from 10.5.1 to 10.6.2 in example commands and output snippets for bootstrapping a Cardano node |
docs/website/versioned_docs/version-maintained/manual/develop/run-mithril-devnet.md |
Updated Cardano node version from 10.5.1 to 10.6.2 in devnet configuration output, example commands, and Docker image references |
docs/website/versioned_docs/version-maintained/manual/develop/nodes/mithril-aggregator.md |
Added cardano_blocks_transactions_signing_config parameter to the configuration table (new parameter for blocks and transactions signing) and reformatted table columns |
Test Results 5 files 203 suites 55m 6s ⏱️ Results for commit a3f21ee. ♻️ This comment has been updated with latest results. |
jpraynaud
temporarily deployed
to
testing-preview
February 19, 2026 15:32 — with
GitHub Actions
Inactive
jpraynaud
marked this pull request as draft
February 19, 2026 16:26
Alenar
approved these changes
Feb 19, 2026
turmelclem
approved these changes
Feb 24, 2026
jpraynaud
force-pushed
the
jpraynaud/2967-rotate-doc-distribution-2608
branch
from
April 21, 2026 14:13
4ab8251 to
38ceb1e
Compare
jpraynaud
temporarily deployed
to
testing-preview
April 21, 2026 14:42 — with
GitHub Actions
Inactive
2608 distribution2617 distribution
jpraynaud
force-pushed
the
jpraynaud/2967-rotate-doc-distribution-2608
branch
from
April 21, 2026 14:44
38ceb1e to
b3ba0e7
Compare
jpraynaud
temporarily deployed
to
testing-preview
April 21, 2026 15:10 — with
GitHub Actions
Inactive
With release of distribution '2617.0' by running 'make update-current' command.
jpraynaud
force-pushed
the
jpraynaud/2967-rotate-doc-distribution-2608
branch
from
April 28, 2026 09:25
b3ba0e7 to
a3f21ee
Compare
jpraynaud
temporarily deployed
to
testing-preview
April 28, 2026 09:46 — with
GitHub Actions
Inactive
jpraynaud
marked this pull request as ready for review
April 28, 2026 12:57
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.
Content
This PR includes the rotation of the documentation with the release of the new
2617distribution.Pre-submit checklist
Issue(s)
Relates to #2967