Skip to content

Commit 49a2e25

Browse files
committed
Fix network count (to match dynamic “see all _ networks”)
1 parent 1a8b277 commit 49a2e25

File tree

24 files changed

+24
-24
lines changed

24 files changed

+24
-24
lines changed

website/src/HomePage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ export default function HomePage({ supportedNetworks }: { supportedNetworks: Sup
181181
<p>
182182
{t('index.supportedNetworks.description.base', [
183183
<ExperimentalLink key="link-1" href="/supported-networks/">
184-
90+ {t('index.supportedNetworks.description.networks')}
184+
80+ {t('index.supportedNetworks.description.networks')}
185185
</ExperimentalLink>,
186186
<ExperimentalLink key="link" href="https://edgeandnode.typeform.com/to/b3507xSL">
187187
{t('index.supportedNetworks.description.completeThisForm')}

website/src/pages/ar/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"title": "Home",
33
"hero": {
44
"title": "The Graph Docs",
5-
"description": "The Graph is a blockchain data solution that powers applications, analytics, and AI on 90+ chains. The Graph's core products include the Token API for web3 apps, Subgraphs for indexing smart contracts, and Substreams for real-time and historical data streaming.",
5+
"description": "The Graph is a blockchain data solution that powers applications, analytics, and AI on 80+ chains. The Graph's core products include the Token API for web3 apps, Subgraphs for indexing smart contracts, and Substreams for real-time and historical data streaming.",
66
"cta1": "How The Graph works",
77
"cta2": "Build your first subgraph"
88
},

website/src/pages/cs/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"title": "Domov",
33
"hero": {
44
"title": "The Graph Docs",
5-
"description": "The Graph is a blockchain data solution that powers applications, analytics, and AI on 90+ chains. The Graph's core products include the Token API for web3 apps, Subgraphs for indexing smart contracts, and Substreams for real-time and historical data streaming.",
5+
"description": "The Graph is a blockchain data solution that powers applications, analytics, and AI on 80+ chains. The Graph's core products include the Token API for web3 apps, Subgraphs for indexing smart contracts, and Substreams for real-time and historical data streaming.",
66
"cta1": "How The Graph works",
77
"cta2": "Build your first subgraph"
88
},

website/src/pages/de/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"title": "Home",
33
"hero": {
44
"title": "The Graph Docs",
5-
"description": "The Graph is a blockchain data solution that powers applications, analytics, and AI on 90+ chains. The Graph's core products include the Token API for web3 apps, Subgraphs for indexing smart contracts, and Substreams for real-time and historical data streaming.",
5+
"description": "The Graph is a blockchain data solution that powers applications, analytics, and AI on 80+ chains. The Graph's core products include the Token API for web3 apps, Subgraphs for indexing smart contracts, and Substreams for real-time and historical data streaming.",
66
"cta1": "Funktionsweise von The Graph",
77
"cta2": "Erstellen Sie Ihren ersten Subgraphen"
88
},

website/src/pages/en/about.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: This page summarizes the core concepts and basics of The Graph Netw
55

66
## What is The Graph?
77

8-
The Graph is a decentralized protocol for indexing and querying blockchain data across [90+ networks](/supported-networks/).
8+
The Graph is a decentralized protocol for indexing and querying blockchain data across [80+ networks](/supported-networks/).
99

1010
Its data services include:
1111

website/src/pages/en/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"title": "Home",
33
"hero": {
44
"title": "The Graph Docs",
5-
"description": "The Graph is a blockchain data solution that powers applications, analytics, and AI on 90+ chains. The Graph's core products include the Token API for web3 apps, Subgraphs for indexing smart contracts, and Substreams for real-time and historical data streaming.",
5+
"description": "The Graph is a blockchain data solution that powers applications, analytics, and AI on 80+ chains. The Graph's core products include the Token API for web3 apps, Subgraphs for indexing smart contracts, and Substreams for real-time and historical data streaming.",
66
"cta1": "How The Graph works",
77
"cta2": "Build your first subgraph"
88
},

website/src/pages/es/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"title": "Inicio",
33
"hero": {
44
"title": "Documentación de The Graph",
5-
"description": "The Graph is a blockchain data solution that powers applications, analytics, and AI on 90+ chains. The Graph's core products include the Token API for web3 apps, Subgraphs for indexing smart contracts, and Substreams for real-time and historical data streaming.",
5+
"description": "The Graph is a blockchain data solution that powers applications, analytics, and AI on 80+ chains. The Graph's core products include the Token API for web3 apps, Subgraphs for indexing smart contracts, and Substreams for real-time and historical data streaming.",
66
"cta1": "Cómo funciona The Graph",
77
"cta2": "Crea tu primer subgrafo"
88
},

website/src/pages/fr/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"title": "Accueil",
33
"hero": {
44
"title": "The Graph Docs",
5-
"description": "The Graph is a blockchain data solution that powers applications, analytics, and AI on 90+ chains. The Graph's core products include the Token API for web3 apps, Subgraphs for indexing smart contracts, and Substreams for real-time and historical data streaming.",
5+
"description": "The Graph is a blockchain data solution that powers applications, analytics, and AI on 80+ chains. The Graph's core products include the Token API for web3 apps, Subgraphs for indexing smart contracts, and Substreams for real-time and historical data streaming.",
66
"cta1": "How The Graph works",
77
"cta2": "Construisez votre premier subgraph"
88
},

website/src/pages/hi/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"title": "Home",
33
"hero": {
44
"title": "The Graph डॉक्स",
5-
"description": "The Graph is a blockchain data solution that powers applications, analytics, and AI on 90+ chains. The Graph's core products include the Token API for web3 apps, Subgraphs for indexing smart contracts, and Substreams for real-time and historical data streaming.",
5+
"description": "The Graph is a blockchain data solution that powers applications, analytics, and AI on 80+ chains. The Graph's core products include the Token API for web3 apps, Subgraphs for indexing smart contracts, and Substreams for real-time and historical data streaming.",
66
"cta1": "The Graph कैसे काम करता है",
77
"cta2": "अपना पहला Subgraph बनाएं"
88
},

website/src/pages/it/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"title": "Home",
33
"hero": {
44
"title": "The Graph Docs",
5-
"description": "The Graph is a blockchain data solution that powers applications, analytics, and AI on 90+ chains. The Graph's core products include the Token API for web3 apps, Subgraphs for indexing smart contracts, and Substreams for real-time and historical data streaming.",
5+
"description": "The Graph is a blockchain data solution that powers applications, analytics, and AI on 80+ chains. The Graph's core products include the Token API for web3 apps, Subgraphs for indexing smart contracts, and Substreams for real-time and historical data streaming.",
66
"cta1": "How The Graph works",
77
"cta2": "Build your first subgraph"
88
},

0 commit comments

Comments
 (0)