Skip to content

Commit 287936a

Browse files
authored
Merge pull request #8979 from ethereum/ethstaker-kb
Add EthStaker knowledge base link
2 parents 80a9bbc + d1cc48c commit 287936a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/intl/en/page-staking.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@
184184
"page-staking-further-reading-7-link": "Beaconcha.in Knowledge Base",
185185
"page-staking-further-reading-8-link": "Beaconcha.in Community-Contributed Educational Materials",
186186
"page-staking-further-reading-9-link": "Ethereum Staking Launchpad FAQ",
187+
"page-staking-further-reading-10-link": "EthStaker knowledge base",
187188
"page-staking-toc-how-to-stake-your-eth": "How to stake your ETH",
188189
"page-staking-toc-comparison-of-options": "Comparison of staking options",
189190
"page-staking-toc-faq": "FAQ",

src/pages/staking/index.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -713,6 +713,11 @@ const StakingPage = ({
713713
<Translation id="page-staking-further-reading-9-link" />
714714
</Link>
715715
</li>
716+
<li>
717+
<Link to="https://ethstaker.gitbook.io/ethstaker-knowledge-base/">
718+
<Translation id="page-staking-further-reading-10-link" />
719+
</Link>
720+
</li>
716721
</ul>
717722
</Content>
718723
<Content>

0 commit comments

Comments
 (0)