Skip to content

Commit 2f7b5bb

Browse files
authored
Merge pull request #2 from scroll-tech/develop
x
2 parents 88f800f + e954eea commit 2f7b5bb

File tree

117 files changed

+4882
-342
lines changed

Some content is hidden

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

117 files changed

+4882
-342
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
![Contribute to Scroll](./src/assets/banner.png)
2+
3+
[![Twitter Follow](https://img.shields.io/twitter/follow/Scroll_ZKP?style=social)](https://twitter.com/Scroll_ZKP)
4+
[![Discord](https://img.shields.io/discord/984015101017346058?color=%235865F2&label=Discord&logo=discord&logoColor=%23fff)](https://discord.gg/scroll)
5+
16
This is the open source project for the Scroll documentation.
27

38
## Developing
@@ -8,13 +13,9 @@ npm install && npm run dev
813

914
## Docs architecture
1015

11-
- All docs are markdown and stored in `/src/pages`.
16+
- All articles are markdown and stored in `/src/content/docs/`.
1217
- Navigation is JSON in `/src/config/sidebar.ts`
1318

14-
## Deployment
15-
16-
Managed by Scroll using Netlify at https://app.netlify.com/sites/scroll-documentation/overview.
17-
1819
## Credits
1920

2021
- Special thanks to the Chainlink team whose documentation we forked. Their repo is available [here](https://github.com/smartcontractkit/documentation) and viewable at [https://docs.chain.link/](https://docs.chain.link/).

astro-i18next.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
export default {
33
defaultLocale: "en",
44
showDefaultLocale: true,
5-
locales: ["en", "zh"],
5+
locales: ["en", "zh", "es"],
6+
load: ["server", "client"],
67
}
-14.6 KB
Loading
3.3 KB
Loading

public/favicon.ico

-64.9 KB
Binary file not shown.

public/locales/en/translation.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
{
2+
"rightSidebar": {
3+
"onThisPage": "On This Page",
4+
"more": "More",
5+
"editThisPage": "Edit this page",
6+
"joinOurCommunity": "Join our community",
7+
"feedback": "Feedback"
8+
},
9+
"ui": {
10+
"whatsNext": "What's Next",
11+
"readMore": "Read More"
12+
},
213
"landing": {
314
"test": "test",
415
"search": {

public/locales/es/translation.json

Lines changed: 144 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,148 @@
11
{
2+
"rightSidebar": {
3+
"onThisPage": "En esta página",
4+
"more": "Más",
5+
"editThisPage": "Editar esta página",
6+
"joinOurCommunity": "Únete a nuestro Discord",
7+
"feedback": "Feedback"
8+
},
9+
"ui": {
10+
"whatsNext": "¿Qué sigue?",
11+
"readMore": "Leer Más"
12+
},
13+
"landing": {
14+
"test": "test",
15+
"search": {
16+
"title": "Bienvenido a la Documentación de Scroll",
17+
"placeholder": "Buscar Documentación de Scroll..."
18+
},
19+
"newUserCTA": {
20+
"title": "Nuevo en Scroll y los ZK Rollups?",
21+
"description": "Aprende lo básico en la Guía de Inicio"
22+
},
23+
"resourcesCTA": {
24+
"title": "Recursos Útiles"
25+
},
26+
"nodesCTA": {
27+
"title": "Necesitas correr tu propio Nodo de Scroll?",
28+
"description": "Consulte la Guía del Operador de Nodos para obtener más información sobre la puesta en marcha y el mantenimiento de los Nodos de Scroll.",
29+
"buttonText": "Guía del Operador de Nodos"
30+
},
31+
"TutorialsCTA": {
32+
"title": "Ver tutoriales",
33+
"description": "Obtenga más información sobre la tecnología que estamos construyendo. Subimos constantemente nuevos vídeos a nuestro canal de YouTube.",
34+
"buttonText": "Ver tutoriales"
35+
},
36+
"LinksCTA": {
37+
"card1": {
38+
"title": "¿Necesita ayuda para integrarse?",
39+
"description": "Talk to an expert once we TODO: a url"
40+
},
41+
"card2": {
42+
"title": "Discord",
43+
"description": "Únete a nuestra Comunidad"
44+
},
45+
"card3": {
46+
"title": "TODO: Discourse",
47+
"description": "Really, join the community"
48+
}
49+
},
50+
"NewsletterCTA": {
51+
"title": "Stay updated on the latest Scroll news",
52+
"placeholder": "Enter your email address",
53+
"buttonText": "Sign up"
54+
}
55+
},
56+
"sidebar": {
57+
"gettingStarted": {
58+
"gettingStarted": "Primeros Pasos",
59+
"overview": "Vista General",
60+
"scrollSepoliaTestnet": "Scroll Sepolia Testnet",
61+
"userGuide": "Guía de Usuario",
62+
"setup": "Configuración",
63+
"faucet": "Faucet",
64+
"bridge": "Bridge",
65+
"transferTokens": "Transferencia de Tokens",
66+
"commonErrors": "Errores Comunes",
67+
"rollupExplorer": "Rollup Explorer",
68+
"scrollSepoliaBlockExplorer": "Scroll Sepolia Explorer",
69+
"sepoliaBlockExplorer": "Sepolia Explorer",
70+
"community": "Comunidad",
71+
"discord": "Discord",
72+
"communityForum": "Forum de la Comunidad"
73+
},
74+
"developers": {
75+
"developers": "Desarrolladores",
76+
"buildingOnScroll": "Construyendo en Scroll",
77+
"developerQuickstart": "Inicio rápido para Desarrolladores",
78+
"verifyingSmartContracts": "Verificando Smart Contracts",
79+
"scrollContracts": "Contratos de Scroll",
80+
"ethereumAndScrollDifferences": "Diferencias entre Scroll y Ethereum",
81+
"l1AndL2Bridging": "L1 y L2 Bridging",
82+
"ethAndErc20TokenBridge": "ETH y ERC20 Token Bridge",
83+
"erc721NftBridge": "ERC721 NFT Bridge",
84+
"erc1155TokenBridge": "ERC1155 Token Bridge",
85+
"theScrollMessenger": "El Scroll Messenger",
86+
"transactionFeesOnScroll": "Comisiones de Transacciones en Scroll",
87+
"l2Fee": "Comisión L2",
88+
"l1Fee": "Comisión L1",
89+
"gasOracle": "Gas Oracle",
90+
"future": "Futuro",
91+
"guides": "Guías",
92+
"contractDeploymentTutorial": "Tutorial de Despliegue de Contratos",
93+
"crossChainInteraction": "Interacción Cross-chain del Scroll Messenger",
94+
"bridgingERC20TokenThroughCustomGateway": "Bridging de un ERC20 a través de una Gateway Personalizada",
95+
"bridgingERC721NftThroughCustomGateway": "Bridging de un ERC721 NFT a través de una Gateway Personalizada",
96+
"bridgingERC1155ThroughCustomGateway": "Bridging de un ERC1155 a través de una Gateway Personalizada",
97+
"estimatingGasAndTxFees": "Estimación de las Tarifas de Gas y Tx",
98+
"resources": "Recursos",
99+
"rollupExplorer": "Rollup Explorer",
100+
"scrollSepoliaBlockExplorer": "Scroll Sepolia Explorer",
101+
"sepoliaBlockExplorer": "Sepolia Explorer"
102+
},
103+
"technology": {
104+
"introduction": "Introducción",
105+
"principles": "Principios",
106+
"scrollArchitecture": "Arquitectura de Scroll",
107+
"overview": "Vista General",
108+
109+
"scrollChain": "Scroll Chain",
110+
"accountsAndState": "Cuentas y Estado",
111+
"blocks": "Bloques",
112+
"transactions": "Transacciones",
113+
"rollupProcess": "Proceso del Rollup",
114+
"evmDifferencesFromEthereum": "Diferencias de EVM respecto a Ethereum",
115+
116+
"bridge": "Bridge",
117+
"crossDomainMessaging": "Cross-Domain Messaging",
118+
"depositGateways": "Gateways de Depósito",
119+
"withdrawGateways": "Gateways de Retiro",
120+
121+
"sequencer": "Secuenciador",
122+
"executionNode": "Nodo de Ejecución",
123+
"rollupNode": "Nodo Rollup",
124+
"zkTrie": "zkTrie",
125+
126+
"zkevm": "zkEVM",
127+
"introToZkevm": "Intro a la zkEVM",
128+
"zkevmOverview": "Vista General de la zkEVM",
129+
"bridgeOverview": "Vista General del Bridge",
130+
"prover": "Prover",
131+
"proofGeneration": "Proof Generation",
132+
"cpuProverRepo": "CPU Prover Repo"
133+
},
134+
"learn": {
135+
"ethereumAndProtocols": "Ethereum y Protocolos",
136+
"theScalabilityProblem": "El Problema de la Escalabilidad",
137+
"introToRollups": "Intro a los Rollups",
138+
"zeroKnowledge": "Zero Knowledge",
139+
"introToZeroKnowledge": "Intro a la Zero Knowledge",
140+
"polynomialCommitmentSchemes": "Esquemas de Compromiso Polinómicos",
141+
"kzgCommitmentScheme": "Esquema de Compromiso KZG",
142+
"additionalResources": "Recursos Adicionales"
143+
}
144+
},
2145
"notTranslated": {
3-
"notTranslated": "Esta página aún no ha sido traducida."
146+
"notTranslated": "Esta página no ha sido traducida aún."
4147
}
5148
}

0 commit comments

Comments
 (0)