Skip to content

Commit 01f21ed

Browse files
authored
Merge pull request #12406 from ethereum/update-content-buckets
Update content buckets page
2 parents 299715d + 9bea826 commit 01f21ed

File tree

1 file changed

+16
-7
lines changed
  • public/content/contributing/translation-program/content-buckets

1 file changed

+16
-7
lines changed

public/content/contributing/translation-program/content-buckets/index.md

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Below is a breakdown of the website pages each content bucket contains.
2323
- [Get ETH](/get-eth/)
2424
- [Wallets](/wallets/)
2525
- [Find wallets](/wallets/find-wallet/)
26+
- [Network fees](/gas/)
2627

2728
## 3) Exploring {#exploring}
2829

@@ -47,7 +48,8 @@ Below is a breakdown of the website pages each content bucket contains.
4748
- [Introduction to smart contracts](/smart-contracts/)
4849
- [Decentralized identity](/decentralized-identity/)
4950
- [Decentralized social networks](/social-networks/)
50-
- [Decentralized science (DeSci))](/desci/)
51+
- [Decentralized science (DeSci)](/desci/)
52+
- [Regenerative finance (ReFi)](/refi/)
5153

5254
## 6) Staking pages {#staking-pages}
5355

@@ -57,6 +59,7 @@ Below is a breakdown of the website pages each content bucket contains.
5759
- [Staking as a service](/staking/saas/)
5860
- [Staking deposit contract](/staking/deposit-contract/)
5961
- [Staking withdrawals](/staking/withdrawals/)
62+
- [Distributed validator technology](/dvt/)
6063

6164
## 7) Learn pages {#learn-pages}
6265

@@ -76,6 +79,7 @@ Below is a breakdown of the website pages each content bucket contains.
7679
- [How to revoke smart contract access to your crypto funds](/guides/how-to-revoke-token-access/)
7780
- [How to bridge tokens to layer 2](/guides/how-to-use-a-bridge/)
7881
- [How to swap tokens](/guides/how-to-swap-tokens/)
82+
- [How to identify scam tokens](/guides/how-to-id-scam-tokens/)
7983
- [Learning quizzes](/quizzes/)
8084

8185
## 9) Upgrades {#upgrades}
@@ -97,6 +101,7 @@ Below is a breakdown of the website pages each content bucket contains.
97101
- [Account abstraction](/roadmap/account-abstraction/)
98102
- [Verkle trees](/roadmap/verkle-trees/)
99103
- [Statelessness, state expiry and history expiry](/roadmap/statelessness/)
104+
- [How The Merge impacted ETH supply](/roadmap/merge/issuance/)
100105

101106
## 10) Community pages {#community-pages}
102107

@@ -107,6 +112,7 @@ Below is a breakdown of the website pages each content bucket contains.
107112
- [Online communities](/community/online/)
108113
- [Ethereum support](/community/support/)
109114
- [Community hub](/community/)
115+
- [Code of conduct](/community/code-of-conduct/#code-of-conduct)
110116

111117
## 11) Foundational developer docs {#foundational-docs}
112118

@@ -147,6 +153,7 @@ Below is a breakdown of the website pages each content bucket contains.
147153
- [Proof-of-stake rewards and penalties](/developers/docs/consensus-mechanisms/pos/rewards-and-penalties/)
148154
- [Gasper](/developers/docs/consensus-mechanisms/pos/gasper/)
149155
- [Weak subjectivity](/developers/docs/consensus-mechanisms/pos/weak-subjectivity/)
156+
- [Proof-of-stake vs. proof-of-work](/developers/docs/consensus-mechanisms/pos/pos-vs-pow/)
150157

151158
## 14) Foundational docs - Proof-of-Work {#PoW}
152159

@@ -220,6 +227,7 @@ Below is a breakdown of the website pages each content bucket contains.
220227
- [Oracles](/developers/docs/oracles/)
221228
- [Bridges](/developers/docs/bridges/)
222229
- [Data availability](/developers/docs/data-availability/)
230+
- [Design and UX in Web3](/developers/docs/design-and-ux/)
223231

224232
## 21) Advanced developer docs - Scaling {#scaling-docs}
225233

@@ -239,12 +247,8 @@ Below is a breakdown of the website pages each content bucket contains.
239247
- [Recursive-length prefix (RLP) serialization](/developers/docs/data-structures-and-encoding/rlp/)
240248
- [Network addresses](/developers/docs/networking-layer/network-addresses/)
241249
- [Simple serialize](/developers/docs/data-structures-and-encoding/ssz/)
242-
- [Mining algorithms](/developers/docs/consensus-mechanisms/pow/mining/mining-algorithms/)
243-
- [Dagger-Hashimoto](/developers/docs/consensus-mechanisms/pow/mining/mining-algorithms/dagger-hashimoto/)
244-
- [Ethash](/developers/docs/consensus-mechanisms/pow/mining/mining-algorithms/ethash/)
245-
- [Gasper](/developers/docs/consensus-mechanisms/pos/gasper/)
246-
- [Weak subjectivity](/developers/docs/consensus-mechanisms/pos/weak-subjectivity/)
247250
- [Web3 secret storage definition](/developers/docs/data-structures-and-encoding/web3-secret-storage/)
251+
- [The Portal network](/developers/docs/networking-layer/portal-network/)
248252

249253
## 23) Miscellaneous {#miscellaneous}
250254

@@ -253,6 +257,7 @@ Below is a breakdown of the website pages each content bucket contains.
253257
- [Private Ethereum](/enterprise/private-ethereum/)
254258
- [Brand assets](/assets/)
255259
- [About the Ethereum Foundation](/foundation/)
260+
- [Bug bounty program](/bug-bounty/)
256261

257262
## 24) Contributing {#contributing}
258263

@@ -266,6 +271,9 @@ Below is a breakdown of the website pages each content bucket contains.
266271
- [Adding content resources](/contributing/content-resources/)
267272
- [Adding DeSci projects](/contributing/adding-desci-projects/)
268273
- [Adding wallets](/contributing/adding-wallets/)
274+
- [Adding a quiz](/contributing/quizzes/)
275+
- [Adding design resources](/contributing/design/adding-design-resources/)
276+
- [Design contribution to ethereum.org](/contributing/design/)
269277
- [Design principles](/contributing/design-principles/)
270278
- [Translation Program](/contributing/translation-program/)
271279
- [Translation guide](/contributing/translation-program/translation-guide/)
@@ -282,7 +290,6 @@ Below is a breakdown of the website pages each content bucket contains.
282290
- [How to write & deploy an NFT (Part 1/3 of NFT tutorial series)](/developers/tutorials/how-to-write-and-deploy-an-nft/)
283291
- [How to mint an NFT (Part 2/3 of NFT tutorial series)](/developers/tutorials/how-to-mint-an-nft/)
284292
- [How to view your NFT in your wallet (Part 3/3 of NFT tutorial series)](/developers/tutorials/how-to-view-nft-in-metamask/)
285-
- [Transfers and approval of ERC-20 tokens from a solidity smart contract](/developers/tutorials/transfers-and-approval-of-erc-20-tokens-from-a-solidity-smart-contract/)
286293
- [Understand the ERC-20 token smart contract](/developers/tutorials/understand-the-erc-20-token-smart-contract/)
287294
- [Uniswap-v2 contract walkthrough](/developers/tutorials/uniswap-v2-annotated-code/)
288295
- Submit a tutorial
@@ -299,11 +306,13 @@ Below is a breakdown of the website pages each content bucket contains.
299306
- [Sending tokens using ethers.js](/developers/tutorials/send-token-ethersjs/)
300307
- [The Graph: Fixing Web3 data querying](/developers/tutorials/the-graph-fixing-web3-data-querying/)
301308
- [Transfers and approval of ERC-20 tokens from a Solidity smart contract](/developers/tutorials/transfers-and-approval-of-erc-20-tokens-from-a-solidity-smart-contract/)
309+
- [Understanding the Yellowpaper's EVM specifications](/developers/tutorials/yellow-paper-evm/)
302310

303311
## 27) Developer tutorials 3 {#tutorials-3}
304312

305313
- [A guide to smart contract security tools](/developers/tutorials/guide-to-smart-contract-security-tools/)
306314
- [All you can cache](/developers/tutorials/all-you-can-cache/)
315+
- [EIP-1271: Signing and verifying smart contract signatures](/developers/tutorials/eip-1271-smart-contract-signatures/)
307316
- [ERC-20 contract walkthrough](/developers/tutorials/erc20-annotated-code/)
308317
- [ERC-20 with safety rails](/developers/tutorials/erc20-with-safety-rails/)
309318
- [Getting Started with Ethereum Development](/developers/tutorials/getting-started-with-ethereum-development-using-alchemy/)

0 commit comments

Comments
 (0)