Conversation
- Rework node-architecture overview: decoupled client model, Engine API/JWT, dual P2P networks; remove old active-set/staking/block-rewards content - Add BeaconKit reference section (api, cli, configuration pages) - Revise validator-lifecycle and evm-execution architecture pages - Update docs.json nav: new Concepts & Architecture group, Reference group for BeaconKit; add redirects for relocated pages - Minor wording fixes in become-a-validator, increase-validator-stake, bera-geth-to-reth guides
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
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.
The Nodes tab is reorganised into four explicit groups:
Also adds redirects for the relocated page slugs (
/nodes/validator-lifecycle,/nodes/beaconkit-consensus,/nodes/evm-execution,/nodes/faq, old guide slugs,/beacon-kit/*).nodes/overview/node-architecture.mdx— rewrittenReplaces active-set rules, staking amounts, and block reward timing with architecture-focused content:
jwt.hexis a security boundarynodes/beaconkit/— three new reference pagesapi.mdx— Engine API endpoint referencecli.mdx—beacondCLI command referenceconfiguration.mdx— full TOML config referencenodes/architecture/validator-lifecycle.mdxSignificant rework (~95 lines changed).
Minor guide tweaks
become-a-validator,increase-validator-stake,bera-geth-to-reth— link/wording fixes.