Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/ab-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Before creating experiments, ensure you have proper **Goals** configured in Mato

This step is important for measuring experiment effectiveness and should be done by the design/product team before technical implementation.

### 2. Create Experiment in Matomo
### 2. Create an Experiment in Matomo

1. Go to your Matomo dashboard → **A/B Tests** → **Manage A/B tests**
2. Click **Create new A/B test**
Expand Down
2 changes: 1 addition & 1 deletion docs/api-keys.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ GITHUB_TOKEN_READ_ONLY=48f84de812090000demo00000000697cf6e6a059
> - [Create an account](https://etherscan.io/) on Etherscan
> - Navigate to your Account Settings page
> - In the sidebar, click on 'API-KEYs' and add a new token
> - Copy & paste your Api-Key Token from Etherscan into `.env`
> - Copy & paste your API-Key Token from Etherscan into `.env`

```sh
# .env Example:
Expand Down
2 changes: 1 addition & 1 deletion docs/best-practices.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Markdown will be translated as whole pages of content, so no specific action is
- [Crowdin](https://crowdin.com/) is the platform we use to manage & crowdsource translation efforts. Please use the following conventions to help streamline this process.
- Use kebab casing (utilizing-dashes-between-words) for file names and JSON keys
- Use standard sentence casing for entry values
- If capitalization styling required, it is preferable to style with CSS
- If capitalization styling is required, it is preferable to style with CSS
- Do this:
```
JSON `"page-warning": "Be very careful"`
Expand Down
2 changes: 1 addition & 1 deletion docs/event-tracking.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Broadly, events should be grouped by specific topic (e.g. L2 page external links
1. Category (other events may share the same category if one feature has several actions)
2. Action
3. Name (optional)
4. Value (optional, can be number or text)
4. Value (optional, can be a number or text)

## Category

Expand Down
2 changes: 1 addition & 1 deletion docs/review-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ We aim to have every new PR reviewed with change requests, merged, or closed wit

### Translations

Translation pull requests are considered high-priority. These are when the translated and reviewed files from our translation management platform are submitted as a pull request. They are important to our core value of bringing Ethereum education to as many languages as possible. They also are the accumulation of months of work by translators and reviewers, and any delay to this already long process is undesirable.
Translation pull requests are considered high-priority. These are when the translated and reviewed files from our translation management platform are submitted as a pull request. They are important to our core value of bringing Ethereum education to as many languages as possible. They are also the accumulation of months of work by translators and reviewers, and any delay to this already long process is undesirable.

**Timeline:** PRs should be merged within 4 days of opening (by the next release).

Expand Down
2 changes: 1 addition & 1 deletion public/content/community/events/organizing/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ Promoting your event effectively is key to attracting the right audience and bui

X.com will be the backbone of your social media promotion. Try to be active and consistent with posting there, but also engage in different conversations, both with your personal account and with the account of your organization.

Although LinkedIn doesn’t sound like a most obvious choice for promotion, you can reach out to a completely different audience there, or even some sponsors.
Although LinkedIn doesn’t sound like the most obvious choice for promotion, you can reach out to a completely different audience there, or even some sponsors.

#### Partnerships with other Ethereum communities {#partnerships-with-other-ethereum-communities}

Expand Down
2 changes: 1 addition & 1 deletion public/content/community/research/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ An Ethereum node is required to run two pieces of software:
1. a consensus client to keep track of the head of the blockchain, gossip blocks and handle consensus logic
2. an execution client to support the Ethereum Virtual Machine and execute transactions and smart contracts

See the [nodes and clients page](/developers/docs/nodes-and-clients/) for more detail on nodes and clients and for a list of all current client implementations. You can also find a history of all Ethereum upgrades on the [history page](/history/).
See the [nodes and clients page](/developers/docs/nodes-and-clients/) for more details on nodes and clients and for a list of all current client implementations. You can also find a history of all Ethereum upgrades on the [history page](/history/).

### Execution Clients {#execution-clients}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Adding DeSci projects
description: The policy we use when adding a links to projects on the DeSci page on ethereum.org
description: The policy we use when adding a link to projects on the DeSci page on ethereum.org
lang: en
---

Expand Down