Skip to content

Commit 7efb602

Browse files
committed
added community section
1 parent 9d860ce commit 7efb602

File tree

4 files changed

+46
-0
lines changed

4 files changed

+46
-0
lines changed

public/locales/en/translation.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,10 @@
136136
"darwinUpgrade": "Darwin Upgrade",
137137
"curieUpgrade": "Curie Upgrade",
138138
"bernoulliUpgrade": "Bernoulli Upgrade"
139+
},
140+
"community": {
141+
"community": "Community",
142+
"faq": "Community FAQ"
139143
}
140144
},
141145
"footer": {

src/config/menu.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export const MENU: MenuItems = {
1010
en: [
1111
{ text: "Developers", link: "/en/developers", section: "developers" },
1212
{ text: "Technology", link: "/en/technology", section: "technology" },
13+
{ text: "Community", link: "/en/community/faq", section: "community" },
1314
],
1415
zh: [
1516
{ text: "开发者", link: "/zh/developers", section: "developers" },

src/config/sidebar.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,5 +256,16 @@ export const getSidebar = () => {
256256
],
257257
},
258258
],
259+
community: [
260+
{
261+
section: t("sidebar.community.community"),
262+
contents: [
263+
{
264+
title: t("sidebar.community.faq"),
265+
url: "community/faq",
266+
},
267+
],
268+
},
269+
],
259270
}
260271
}
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
section: community
3+
date: Last Modified
4+
title: "Community FAQ"
5+
lang: "en"
6+
permalink: "community/faq"
7+
excerpt: "Frequently asked questions about the Scroll community"
8+
---
9+
10+
import Aside from "../../../../components/Aside.astro"
11+
import ToggleElement from "../../../../components/ToggleElement.astro"
12+
13+
**What is Scroll, in plain terms?**
14+
15+
Scroll is an Ethereum Layer 2 that makes transactions faster and cheaper without sacrificing security, using zero-knowledge proofs to verify everything on Ethereum.
16+
17+
**What is Scroll's mission?**
18+
19+
Scroll's mission is to remove the trade-offs between scalability and security. Fast finality, full Ethereum compatibility, and uncompromising security.
20+
21+
**What is Scroll's vision?**
22+
23+
Scroll aims to empower humanity—starting with developers and users—by making decentralized computing accessible to billions, while building in the open, fighting for decentralization and censorship resistance, and contributing improvements back to Ethereum.
24+
25+
**What are Scroll's core values?**
26+
27+
- Empower accessibility at global scale
28+
- Build in the open with community collaboration
29+
- Preserve decentralization and censorship resistance
30+
- Advance Ethereum's end goal: "zk-SNARK everything"

0 commit comments

Comments
 (0)