docs: cross-link CLI Reference sections to their dedicated pages#21772
Merged
Conversation
Each section of the CLI Reference now links once to its dedicated page — in the section explainer where possible, or on the most relevant flag: Database, Snapshots Management, TxPool, Default Ports, Interacting with Erigon (RPC), MCP, Logs, Sentry, Downloader, Caplin, Shutter Network, Docker Compose; JWT (on --authrpc.jwtsecret) and Creating a dashboard (on --metrics). One link per target, no duplicates of the existing nat / supported-networks / prune-modes / eth_getProof links. Regenerate llms bundles. Build passes onBrokenLinks check. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Adds cross-links from the flattened CLI Reference page to the corresponding dedicated documentation pages, and regenerates the LLM artifact outputs so those links are reflected consistently.
Changes:
- Add one contextual cross-link per CLI Reference section to its dedicated doc page (e.g., Database, Snapshots Management, TxPool, RPC, MCP, Logs, etc.).
- Add targeted cross-links on specific flags (
--authrpc.jwtsecret→ JWT docs,--metrics→ dashboard docs). - Regenerate
llms-full.txtartifacts to keep them in sync with the docs content.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| llms-full.txt | Updates the generated LLM artifact to include the new cross-links from the CLI Reference sections/flags. |
| docs/site/static/llms-full.txt | Mirrors the llms-full.txt artifact update for the docs-site static copy. |
| docs/site/docs/fundamentals/configuring-erigon.mdx | Adds cross-links from CLI Reference sections/flags to their dedicated documentation pages. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
AskAlexSharov
approved these changes
Jun 13, 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.
Main counterpart of #21763 (which added the same cross-links on release/3.5). Now that #21765 (the #21687 forward-port) has merged, the flattened CLI Reference page and its link targets exist on
main, so this applies cleanly.Adds one cross-link per section of the CLI Reference (
configuring-erigon) to its dedicated page — in the section explainer where possible, or on the most relevant flag. One link per target, no duplicates of the links already present (nat / supported-networks / pruning-modes / eth_getProof).Explainer links: Database, Snapshots Management, TxPool, Default Ports, Interacting with Erigon (RPC), MCP, Logs, Sentry, Downloader, Caplin, Shutter Network, Docker Compose.
Targeted flag links: JWT (on
--authrpc.jwtsecret), Creating a dashboard (on--metrics).Build passes the
onBrokenLinks: 'throw'check;llms.txt/llms-full.txtregenerated.🤖 Generated with Claude Code