Skip to content

Commit c344729

Browse files
committed
rename to "proposal" and add nav
1 parent 904f6c0 commit c344729

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

src/content/developers/docs/consensus-mechanisms/pos/block-production/index.md renamed to src/content/developers/docs/consensus-mechanisms/pos/block-proposal/index.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Block production
3-
description: Explanation of how blocks are produced in proof-of-stake Ethereum.
2+
title: Block proposal
3+
description: Explanation of how blocks are proposed in proof-of-stake Ethereum.
44
lang: en
55
---
66

@@ -61,7 +61,11 @@ Read more about [rewards and penalties](/developers/docs/consensus-mechanisms/po
6161
## Further reading {#further-reading}
6262

6363
[Introduction to Blocks](/developers/docs/blocks/)
64+
6465
[Introduction to proof-of-stake](/developers/docs/consensus-mechanisms/pos/)
66+
6567
[Ethereum Consensus specs](www.github.com/ethereum/consensus-specs)
68+
6669
[Introduction to Gasper](/developers/docs/consensus-mechanisms/pos/)
70+
6771
[Upgrading Ethereum](https://eth2book.info/)

src/data/developer-docs-links.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@
8181
to: /developers/docs/consensus-mechanisms/pos/rewards-and-penalties/
8282
- id: docs-nav-keys
8383
to: /developers/docs/consensus-mechanisms/pos/keys/
84+
- id: docs-nav-block-proposal
85+
to: /developers/docs/consensus-mechanisms/pos/block-proposal/
8486
- id: docs-nav-ethereum-stack
8587
path: /developers/docs/
8688
items:

src/intl/en/page-developers-docs.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"docs-nav-weak-subjectivity": "Weak subjectivity",
1717
"docs-nav-attestations": "Attestations",
1818
"docs-nav-keys": "Keys",
19+
"docs-nav-block-proposal": "Block proposal",
1920
"docs-nav-data-and-analytics": "Data and analytics",
2021
"docs-nav-data-and-analytics-description": "How blockchain data is aggregated, organized and implemented into dapps",
2122
"docs-nav-data-availability": "Data availability",

src/intl/en/page-developers-index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"page-developers-meta-desc": "Documentation, tutorials, and tools for developers building on Ethereum.",
5353
"page-developers-mev-desc": "An introduction to maximal extractable value (MEV)",
5454
"page-developers-mev-link": "Maximal extractable value (MEV)",
55-
"page-developers-mining-desc": "How new blocks are created and consensus is reached",
55+
"page-developers-mining-desc": "How new blocks are created and consensus was reached using proof-of-work",
5656
"page-developers-mining-link": "Mining",
5757
"page-developers-mining-algorithms-desc": "Information on Ethereum's mining algorithms",
5858
"page-developers-mining-algorithms-link": "Mining algorithms",

0 commit comments

Comments
 (0)