Skip to content

Commit 039593a

Browse files
committed
Update content buckets page
1 parent 4d6298e commit 039593a

File tree

1 file changed

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

1 file changed

+17
-7
lines changed

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

Lines changed: 17 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,8 @@ 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)
116+
110117

111118
## 11) Foundational developer docs {#foundational-docs}
112119

@@ -147,6 +154,7 @@ Below is a breakdown of the website pages each content bucket contains.
147154
- [Proof-of-stake rewards and penalties](/developers/docs/consensus-mechanisms/pos/rewards-and-penalties/)
148155
- [Gasper](/developers/docs/consensus-mechanisms/pos/gasper/)
149156
- [Weak subjectivity](/developers/docs/consensus-mechanisms/pos/weak-subjectivity/)
157+
- [Proof-of-stake vs. proof-of-work](/developers/docs/consensus-mechanisms/pos/pos-vs-pow/)
150158

151159
## 14) Foundational docs - Proof-of-Work {#PoW}
152160

@@ -220,6 +228,7 @@ Below is a breakdown of the website pages each content bucket contains.
220228
- [Oracles](/developers/docs/oracles/)
221229
- [Bridges](/developers/docs/bridges/)
222230
- [Data availability](/developers/docs/data-availability/)
231+
- [Design and UX in Web3](/developers/docs/design-and-ux/)
223232

224233
## 21) Advanced developer docs - Scaling {#scaling-docs}
225234

@@ -239,12 +248,8 @@ Below is a breakdown of the website pages each content bucket contains.
239248
- [Recursive-length prefix (RLP) serialization](/developers/docs/data-structures-and-encoding/rlp/)
240249
- [Network addresses](/developers/docs/networking-layer/network-addresses/)
241250
- [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/)
247251
- [Web3 secret storage definition](/developers/docs/data-structures-and-encoding/web3-secret-storage/)
252+
- [The Portal network](/developers/docs/networking-layer/portal-network/)
248253

249254
## 23) Miscellaneous {#miscellaneous}
250255

@@ -253,6 +258,7 @@ Below is a breakdown of the website pages each content bucket contains.
253258
- [Private Ethereum](/enterprise/private-ethereum/)
254259
- [Brand assets](/assets/)
255260
- [About the Ethereum Foundation](/foundation/)
261+
- [Bug bounty program](/bug-bounty/)
256262

257263
## 24) Contributing {#contributing}
258264

@@ -266,6 +272,9 @@ Below is a breakdown of the website pages each content bucket contains.
266272
- [Adding content resources](/contributing/content-resources/)
267273
- [Adding DeSci projects](/contributing/adding-desci-projects/)
268274
- [Adding wallets](/contributing/adding-wallets/)
275+
- [Adding a quiz](/contributing/quizzes/)
276+
- [Adding design resources](/contributing/design/adding-design-resources/)
277+
- [Design contribution to ethereum.org](/contributing/design/)
269278
- [Design principles](/contributing/design-principles/)
270279
- [Translation Program](/contributing/translation-program/)
271280
- [Translation guide](/contributing/translation-program/translation-guide/)
@@ -282,7 +291,6 @@ Below is a breakdown of the website pages each content bucket contains.
282291
- [How to write & deploy an NFT (Part 1/3 of NFT tutorial series)](/developers/tutorials/how-to-write-and-deploy-an-nft/)
283292
- [How to mint an NFT (Part 2/3 of NFT tutorial series)](/developers/tutorials/how-to-mint-an-nft/)
284293
- [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/)
286294
- [Understand the ERC-20 token smart contract](/developers/tutorials/understand-the-erc-20-token-smart-contract/)
287295
- [Uniswap-v2 contract walkthrough](/developers/tutorials/uniswap-v2-annotated-code/)
288296
- Submit a tutorial
@@ -299,11 +307,13 @@ Below is a breakdown of the website pages each content bucket contains.
299307
- [Sending tokens using ethers.js](/developers/tutorials/send-token-ethersjs/)
300308
- [The Graph: Fixing Web3 data querying](/developers/tutorials/the-graph-fixing-web3-data-querying/)
301309
- [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/)
310+
- [Understanding the Yellowpaper's EVM specifications](/developers/tutorials/yellow-paper-evm/)
302311

303312
## 27) Developer tutorials 3 {#tutorials-3}
304313

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

0 commit comments

Comments
 (0)