docs: replace 'prune modes' with 'pruning modes' (grammatical fix)#21689
Conversation
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
The
The equivalent One minor extra gap: in |
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>
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.
Rename the prose noun phrase "prune mode(s)" → "pruning mode(s)" (incl. the section heading "Snapshot Types (Pruning Modes)" and the link text), for canonical-English fluency and consistency with #21689. The `--prune.mode` flag, the mode values, and the `prune-modes` page slug are unchanged. Regenerate llms-full.txt artifacts. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Relative link `[Pruning Modes](prune-modes)` still pointed at the old `prune-modes` slug (renamed to `pruning-modes` in #21689), failing the `docs-site / build` broken-link check. Repoint to `pruning-modes` and regenerate the llms bundles. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Grammatical fix: "pruning modes" is more correct than "prune modes".
Applied across all existing documentation files. New documentation pages already use the correct term.
Also renames
prune-modes.md→pruning-modes.mdand updates all internal links to match.