Skip to content

Commit a13c781

Browse files
committed
Merge branch 'dev' into docsearch-index-update
2 parents a0a9d30 + a9c396a commit a13c781

File tree

599 files changed

+82073
-34658
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

599 files changed

+82073
-34658
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
* @samajammin @wackerow @corwintines @pettinarip @minimalsm @jmcook1186 @nhsz
99

1010
# Owners of specific files
11-
/src/data/consensus-bounty-hunters.csv @djrtwo @JustinDrake @asanso @fredriksvantes
11+
/src/data/consensus-bounty-hunters.csv @djrtwo @asanso @fredriksvantes

docs/deploy-and-review-process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This documentation outlines our current processes for how we deploy the latest c
44

55
## Deploy process
66

7-
Anything merged into the `dev` branch of [ethereum.org](http://ethereum.org) will go live on ethereum.org at the next release. Currently, we deploy the latest changes to [ethereum.org](http://ethereum.org) twice per week (Monday and Thursday). When deploying, we merge the `dev` branch into the `master` branch. The `master` branch is the latest live version of [ethereum.org](https://ethereum.org).
7+
Anything merged into the `dev` branch of [ethereum.org](http://ethereum.org) will go live on ethereum.org at the next release. Currently, we deploy the latest changes to [ethereum.org](http://ethereum.org) twice per week (Tuesday and Thursday). When deploying, we merge the `dev` branch into the `master` branch. The `master` branch is the latest live version of [ethereum.org](https://ethereum.org).
88

99
Occasionally, we’ll also do a patch deploy to fix an urgent or widespread issue.
1010

gatsby-config.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,12 @@ if (!IS_PREVIEW) {
323323
matomoPhpScript: "matomo.php",
324324
matomoJsScript: "matomo.js",
325325
trackLoad: false,
326+
additionalTrackers: [
327+
{
328+
siteId: "1",
329+
trackerUrl: "https://ethereumfoundation.matomo.cloud/matomo.php",
330+
},
331+
],
326332
},
327333
},
328334
]

i18n/config.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,14 @@
271271
"langDir": "ltr",
272272
"dateFormat": "MM/DD/YYYY"
273273
},
274+
{
275+
"code": "pcm",
276+
"hrefLang": "pcm",
277+
"name": "Nigerian Pidgin",
278+
"localName": "Nigerian Pidgin",
279+
"langDir": "ltr",
280+
"dateFormat": "DD/MM/YYYY"
281+
},
274282
{
275283
"code": "ph",
276284
"hrefLang": "fil",
@@ -392,9 +400,9 @@
392400
"dateFormat": "MM/DD/YYYY"
393401
},
394402
{
395-
"code": "ur-in",
396-
"hrefLang": "ur-in",
397-
"name": "Urdu (India)",
403+
"code": "ur",
404+
"hrefLang": "ur",
405+
"name": "Urdu",
398406
"localName": "اردو",
399407
"langDir": "rtl",
400408
"dateFormat": "MM/DD/YYYY"

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ethereum-org-website",
3-
"version": "7.10.1",
3+
"version": "7.12.2",
44
"description": "Website of ethereum.org",
55
"main": "index.js",
66
"repository": "git@github.com:ethereum/ethereum-org-website.git",
@@ -104,6 +104,7 @@
104104
"@types/styled-system": "^5.1.15",
105105
"babel-loader": "^8.3.0",
106106
"babel-preset-gatsby": "^2.23.0",
107+
"chromatic": "^6.17.4",
107108
"github-slugger": "^1.3.0",
108109
"gray-matter": "^4.0.3",
109110
"husky": "^4.2.5",
@@ -137,6 +138,7 @@
137138
"type-check": "tsc --noEmit",
138139
"storybook": "storybook dev -p 6006 -c .storybook",
139140
"build-storybook": "storybook build",
141+
"chromatic": "chromatic --project-token fee8e66c9916",
140142
"theme": "chakra-cli tokens src/@chakra-ui/gatsby-plugin/theme.ts",
141143
"theme:watch": "chakra-cli tokens src/@chakra-ui/gatsby-plugin/theme.ts --watch"
142144
},

redirects.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -287,14 +287,6 @@
287287
"fromPath": "/*/eth2/deposit-contract/",
288288
"toPath": "/:splat/staking/deposit-contract/"
289289
},
290-
{
291-
"fromPath": "/*/eth2/get-involved/medalla-data-challenge",
292-
"toPath": "/:splat/community/grants/medalla-data-challenge/"
293-
},
294-
{
295-
"fromPath": "/*/eth2/get-involved/staking-community-grants",
296-
"toPath": "/:splat/community/grants/staking-community-grants/"
297-
},
298290
{
299291
"fromPath": "/*/eth2",
300292
"toPath": "/:splat/upgrades/"
@@ -342,5 +334,9 @@
342334
{
343335
"fromPath": "/*/staking/withdraws",
344336
"toPath": "/:splat/staking/withdrawals/"
337+
},
338+
{
339+
"fromPath": "/*/writing-cohort",
340+
"toPath": "https://ethereumwriterscohort.carrd.co/"
345341
}
346342
]

src/assets/dapps/dexguru.png

39.5 KB
Loading

src/assets/roadmap/roadmap-future.png

290 KB
Loading

src/assets/roadmap/roadmap-main.png

432 KB
Loading
284 KB
Loading

0 commit comments

Comments
 (0)