docs: replace 'prune modes' with 'pruning modes' (grammatical fix)#21690
Merged
Conversation
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR applies a terminology/grammar update across the documentation, renaming “prune modes” → “pruning modes”, and renames the main Fundamentals page from prune-modes.md to pruning-modes.md so the canonical docs URL changes accordingly.
Changes:
- Replace “prune mode(s)” with “pruning mode(s)” across multiple docs and generated
llms*.txtartifacts. - Update internal links from
/fundamentals/prune-modesto/fundamentals/pruning-modes. - Rename the main doc page to
docs/site/docs/fundamentals/pruning-modes.md.
Reviewed changes
Copilot reviewed 21 out of 21 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| llms.txt | Updates “prune modes” wording and the Fundamentals pruning modes link. |
| llms-full.txt | Updates wording and link targets to pruning-modes. |
| docs/site/versioned_docs/version-v3.3/fundamentals/sync-modes.md | Updates table/description wording to “pruning modes”. |
| docs/site/static/llms.txt | Mirrors llms.txt wording/link updates for the built site. |
| docs/site/static/llms-full.txt | Mirrors llms-full.txt wording/link updates for the built site. |
| docs/site/help-center/glossary-of-key-terms.md | Updates glossary references/links to “Pruning Modes”. |
| docs/site/help-center/frequently-asked-questions-faqs.md | Updates FAQ references/links to “Pruning Modes”. |
| docs/site/help-center/best-practices.md | Updates best-practices references/links to “Pruning Modes”. |
| docs/site/docs/index.mdx | Updates landing page Fundamentals card description wording. |
| docs/site/docs/get-started/why-using-erigon.mdx | Updates copy and internal Link targets to pruning-modes. |
| docs/site/docs/get-started/installation/index.mdx | Updates “Pruning Mode” link text/target in Docker example explanation. |
| docs/site/docs/get-started/hardware-requirements.mdx | Updates wording and table headers to “Pruning Mode”. |
| docs/site/docs/get-started/easy-nodes/how-to-run-an-ethereum-node/index.md | Updates wording and link targets to pruning-modes. |
| docs/site/docs/get-started/easy-nodes/how-to-run-a-polygon-node.md | Updates wording and link targets to pruning-modes. |
| docs/site/docs/get-started/easy-nodes/how-to-run-a-gnosis-chain-node/index.md | Updates wording and link targets to pruning-modes. |
| docs/site/docs/fundamentals/pruning-modes.md | Renamed page + updated title/description/header and wording. |
| docs/site/docs/fundamentals/index.mdx | Updates Fundamentals landing page description + card link/title to pruning-modes. |
| docs/site/docs/fundamentals/database.md | Updates wording and relative link to pruning-modes. |
| docs/site/docs/fundamentals/configuring-erigon/index.mdx | Updates “See also” link to Pruning Modes. |
| docs/site/docs/fundamentals/basic-usage.mdx | Updates wording and relative link to pruning-modes. |
| docs/site/docs/fundamentals/architecture.md | Updates relative links to pruning-modes. |
Comments suppressed due to low confidence (1)
docs/site/docs/fundamentals/pruning-modes.md:5
- Renaming this doc changes the public URL from
/fundamentals/prune-modesto/fundamentals/pruning-modes. The repo’s Docusaurus config currently has no redirect mechanism (no@docusaurus/plugin-client-redirects, no static_redirects), so existing inbound links/bookmarks to the old URL will 404. Consider adding a redirect (preferred), or otherwise keeping the old route available (e.g., redirects plugin or hosting-level redirect) to avoid breaking external references.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
yperbasis
approved these changes
Jun 9, 2026
bloxster
pushed a commit
that referenced
this pull request
Jun 9, 2026
The page was renamed prune-modes -> pruning-modes, but six pages still linked to the old /fundamentals/prune-modes slug, failing the Docusaurus build (onBrokenLinks: throw). Update those links (text + slug) to match the rename, mirroring the equivalent fix already in the main-targeted PR #21690. Regenerate llms-full.txt for the changed link text. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
yperbasis
added a commit
that referenced
this pull request
Jun 9, 2026
Brings this release/3.5 PR in line with the main-targeted #21690: sweeps the table headers, intro prose, docker-compose comments, FAQ item 3, and the best-practices link text the earlier commits missed, and regenerates llms-full.txt to match.
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.
Mirror of the release/3.5 rename PR.
Grammatical fix: "pruning modes" is more correct than "prune modes".
Changes:
prune-modes.md→pruning-modes.md