Skip to content

Commit 481de29

Browse files
hayderkg0xa3k5
andauthoredApr 9, 2025··
Add resources for chain-specific landing pages (#923)
* Add resources for chain-specific landing pages * NetworkDetailsPage - fix lint * use css for layout controls (#924) * leverage css to control layout * replace use of as any * lint --------- Co-authored-by: AK <[email protected]>
1 parent 6b45405 commit 481de29

24 files changed

+724
-132
lines changed
 

‎website/src/pages/ar/index.json

+21-1
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,22 @@
7979
"title": "Subgraph quick start",
8080
"description": "Kickstart your journey into subgraph development."
8181
},
82+
"substreamsQuickStart": {
83+
"title": "Substreams quick start",
84+
"description": "Stream high-speed data for real-time indexing."
85+
},
86+
"tokenapi": {
87+
"title": "The Graph's Token API",
88+
"description": "Query token data and leverage native MCP support."
89+
},
90+
"graphExplorer": {
91+
"title": "Graph Explorer",
92+
"description": "Find and query existing blockchain data."
93+
},
94+
"substreamsDev": {
95+
"title": "Substreams.dev",
96+
"description": "Access tutorials, templates, and documentation to build custom data modules."
97+
},
8298
"substreams": {
8399
"title": "متعدد-السلاسل",
84100
"description": "Stream high-speed data for real-time indexing."
@@ -109,12 +125,16 @@
109125
"title": "Substreams.dev",
110126
"description": "Access tutorials, templates, and documentation to build custom data modules."
111127
},
128+
"customSubstreamsSinks": {
129+
"title": "Custom Substreams Sinks",
130+
"description": "Leverage existing Substreams sinks to access data."
131+
},
112132
"substreamsStarter": {
113133
"title": "Substreams starter",
114134
"description": "Leverage this boilerplate to create your first Substreams module."
115135
},
116136
"substreamsRepo": {
117-
"title": "Substreams repo",
137+
"title": "Substreams GitHub repository",
118138
"description": "Study, contribute to, or customize the core Substreams framework."
119139
}
120140
}

‎website/src/pages/cs/index.json

+21-1
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,22 @@
7979
"title": "Subgraph quick start",
8080
"description": "Kickstart your journey into subgraph development."
8181
},
82+
"substreamsQuickStart": {
83+
"title": "Substreams quick start",
84+
"description": "Stream high-speed data for real-time indexing."
85+
},
86+
"tokenapi": {
87+
"title": "The Graph's Token API",
88+
"description": "Query token data and leverage native MCP support."
89+
},
90+
"graphExplorer": {
91+
"title": "Graph Explorer",
92+
"description": "Find and query existing blockchain data."
93+
},
94+
"substreamsDev": {
95+
"title": "Substreams.dev",
96+
"description": "Access tutorials, templates, and documentation to build custom data modules."
97+
},
8298
"substreams": {
8399
"title": "Substreams",
84100
"description": "Stream high-speed data for real-time indexing."
@@ -109,12 +125,16 @@
109125
"title": "Substreams.dev",
110126
"description": "Access tutorials, templates, and documentation to build custom data modules."
111127
},
128+
"customSubstreamsSinks": {
129+
"title": "Custom Substreams Sinks",
130+
"description": "Leverage existing Substreams sinks to access data."
131+
},
112132
"substreamsStarter": {
113133
"title": "Substreams starter",
114134
"description": "Leverage this boilerplate to create your first Substreams module."
115135
},
116136
"substreamsRepo": {
117-
"title": "Substreams repo",
137+
"title": "Substreams GitHub repository",
118138
"description": "Study, contribute to, or customize the core Substreams framework."
119139
}
120140
}

‎website/src/pages/de/index.json

+21-1
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,22 @@
7979
"title": "Subgraph quick start",
8080
"description": "Kickstart your journey into subgraph development."
8181
},
82+
"substreamsQuickStart": {
83+
"title": "Substreams quick start",
84+
"description": "Stream high-speed data for real-time indexing."
85+
},
86+
"tokenapi": {
87+
"title": "The Graph's Token API",
88+
"description": "Query token data and leverage native MCP support."
89+
},
90+
"graphExplorer": {
91+
"title": "Graph Explorer",
92+
"description": "Find and query existing blockchain data."
93+
},
94+
"substreamsDev": {
95+
"title": "Substreams.dev",
96+
"description": "Access tutorials, templates, and documentation to build custom data modules."
97+
},
8298
"substreams": {
8399
"title": "Substreams",
84100
"description": "Stream high-speed data for real-time indexing."
@@ -109,12 +125,16 @@
109125
"title": "Substreams.dev",
110126
"description": "Access tutorials, templates, and documentation to build custom data modules."
111127
},
128+
"customSubstreamsSinks": {
129+
"title": "Custom Substreams Sinks",
130+
"description": "Leverage existing Substreams sinks to access data."
131+
},
112132
"substreamsStarter": {
113133
"title": "Substreams starter",
114134
"description": "Leverage this boilerplate to create your first Substreams module."
115135
},
116136
"substreamsRepo": {
117-
"title": "Substreams repo",
137+
"title": "Substreams GitHub repository",
118138
"description": "Study, contribute to, or customize the core Substreams framework."
119139
}
120140
}

‎website/src/pages/en/index.json

+19-3
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,22 @@
7979
"title": "Subgraph quick start",
8080
"description": "Kickstart your journey into subgraph development."
8181
},
82-
"substreams": {
83-
"title": "Substreams",
82+
"substreamsQuickStart": {
83+
"title": "Substreams quick start",
8484
"description": "Stream high-speed data for real-time indexing."
8585
},
86+
"tokenapi": {
87+
"title": "The Graph's Token API",
88+
"description": "Query token data and leverage native MCP support."
89+
},
90+
"graphExplorer": {
91+
"title": "Graph Explorer",
92+
"description": "Find and query existing blockchain data."
93+
},
94+
"substreamsDev": {
95+
"title": "Substreams.dev",
96+
"description": "Access tutorials, templates, and documentation to build custom data modules."
97+
},
8698
"timeseries": {
8799
"title": "Timeseries & Aggregations",
88100
"description": "Learn to track metrics like daily volumes or user growth."
@@ -109,12 +121,16 @@
109121
"title": "Substreams.dev",
110122
"description": "Access tutorials, templates, and documentation to build custom data modules."
111123
},
124+
"customSubstreamsSinks": {
125+
"title": "Custom Substreams Sinks",
126+
"description": "Leverage existing Substreams sinks to access data."
127+
},
112128
"substreamsStarter": {
113129
"title": "Substreams starter",
114130
"description": "Leverage this boilerplate to create your first Substreams module."
115131
},
116132
"substreamsRepo": {
117-
"title": "Substreams repo",
133+
"title": "Substreams GitHub repository",
118134
"description": "Study, contribute to, or customize the core Substreams framework."
119135
}
120136
}

‎website/src/pages/es/index.json

+21-1
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,22 @@
7979
"title": "Subgraph quick start",
8080
"description": "Kickstart your journey into subgraph development."
8181
},
82+
"substreamsQuickStart": {
83+
"title": "Substreams quick start",
84+
"description": "Stream high-speed data for real-time indexing."
85+
},
86+
"tokenapi": {
87+
"title": "The Graph's Token API",
88+
"description": "Query token data and leverage native MCP support."
89+
},
90+
"graphExplorer": {
91+
"title": "Graph Explorer",
92+
"description": "Find and query existing blockchain data."
93+
},
94+
"substreamsDev": {
95+
"title": "Substreams.dev",
96+
"description": "Access tutorials, templates, and documentation to build custom data modules."
97+
},
8298
"substreams": {
8399
"title": "Corrientes secundarias",
84100
"description": "Stream high-speed data for real-time indexing."
@@ -109,12 +125,16 @@
109125
"title": "Substreams.dev",
110126
"description": "Access tutorials, templates, and documentation to build custom data modules."
111127
},
128+
"customSubstreamsSinks": {
129+
"title": "Custom Substreams Sinks",
130+
"description": "Leverage existing Substreams sinks to access data."
131+
},
112132
"substreamsStarter": {
113133
"title": "Substreams starter",
114134
"description": "Leverage this boilerplate to create your first Substreams module."
115135
},
116136
"substreamsRepo": {
117-
"title": "Substreams repo",
137+
"title": "Substreams GitHub repository",
118138
"description": "Study, contribute to, or customize the core Substreams framework."
119139
}
120140
}

‎website/src/pages/fr/index.json

+21-1
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,22 @@
7979
"title": "Subgraph quick start",
8080
"description": "Kickstart your journey into subgraph development."
8181
},
82+
"substreamsQuickStart": {
83+
"title": "Substreams quick start",
84+
"description": "Stream high-speed data for real-time indexing."
85+
},
86+
"tokenapi": {
87+
"title": "The Graph's Token API",
88+
"description": "Query token data and leverage native MCP support."
89+
},
90+
"graphExplorer": {
91+
"title": "Graph Explorer",
92+
"description": "Find and query existing blockchain data."
93+
},
94+
"substreamsDev": {
95+
"title": "Substreams.dev",
96+
"description": "Access tutorials, templates, and documentation to build custom data modules."
97+
},
8298
"substreams": {
8399
"title": "Substreams",
84100
"description": "Stream high-speed data for real-time indexing."
@@ -109,12 +125,16 @@
109125
"title": "Substreams.dev",
110126
"description": "Access tutorials, templates, and documentation to build custom data modules."
111127
},
128+
"customSubstreamsSinks": {
129+
"title": "Custom Substreams Sinks",
130+
"description": "Leverage existing Substreams sinks to access data."
131+
},
112132
"substreamsStarter": {
113133
"title": "Substreams starter",
114134
"description": "Leverage this boilerplate to create your first Substreams module."
115135
},
116136
"substreamsRepo": {
117-
"title": "Substreams repo",
137+
"title": "Substreams GitHub repository",
118138
"description": "Study, contribute to, or customize the core Substreams framework."
119139
}
120140
}

‎website/src/pages/hi/index.json

+21-1
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,22 @@
7979
"title": "Subgraph quick start",
8080
"description": "Kickstart your journey into subgraph development."
8181
},
82+
"substreamsQuickStart": {
83+
"title": "Substreams quick start",
84+
"description": "Stream high-speed data for real-time indexing."
85+
},
86+
"tokenapi": {
87+
"title": "The Graph's Token API",
88+
"description": "Query token data and leverage native MCP support."
89+
},
90+
"graphExplorer": {
91+
"title": "Graph Explorer",
92+
"description": "Find and query existing blockchain data."
93+
},
94+
"substreamsDev": {
95+
"title": "Substreams.dev",
96+
"description": "Access tutorials, templates, and documentation to build custom data modules."
97+
},
8298
"substreams": {
8399
"title": "सबस्ट्रीम",
84100
"description": "Stream high-speed data for real-time indexing."
@@ -109,12 +125,16 @@
109125
"title": "Substreams.dev",
110126
"description": "Access tutorials, templates, and documentation to build custom data modules."
111127
},
128+
"customSubstreamsSinks": {
129+
"title": "Custom Substreams Sinks",
130+
"description": "Leverage existing Substreams sinks to access data."
131+
},
112132
"substreamsStarter": {
113133
"title": "Substreams starter",
114134
"description": "Leverage this boilerplate to create your first Substreams module."
115135
},
116136
"substreamsRepo": {
117-
"title": "Substreams repo",
137+
"title": "Substreams GitHub repository",
118138
"description": "Study, contribute to, or customize the core Substreams framework."
119139
}
120140
}

‎website/src/pages/it/index.json

+21-1
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,22 @@
7979
"title": "Subgraph quick start",
8080
"description": "Kickstart your journey into subgraph development."
8181
},
82+
"substreamsQuickStart": {
83+
"title": "Substreams quick start",
84+
"description": "Stream high-speed data for real-time indexing."
85+
},
86+
"tokenapi": {
87+
"title": "The Graph's Token API",
88+
"description": "Query token data and leverage native MCP support."
89+
},
90+
"graphExplorer": {
91+
"title": "Graph Explorer",
92+
"description": "Find and query existing blockchain data."
93+
},
94+
"substreamsDev": {
95+
"title": "Substreams.dev",
96+
"description": "Access tutorials, templates, and documentation to build custom data modules."
97+
},
8298
"substreams": {
8399
"title": "Substreams",
84100
"description": "Stream high-speed data for real-time indexing."
@@ -109,12 +125,16 @@
109125
"title": "Substreams.dev",
110126
"description": "Access tutorials, templates, and documentation to build custom data modules."
111127
},
128+
"customSubstreamsSinks": {
129+
"title": "Custom Substreams Sinks",
130+
"description": "Leverage existing Substreams sinks to access data."
131+
},
112132
"substreamsStarter": {
113133
"title": "Substreams starter",
114134
"description": "Leverage this boilerplate to create your first Substreams module."
115135
},
116136
"substreamsRepo": {
117-
"title": "Substreams repo",
137+
"title": "Substreams GitHub repository",
118138
"description": "Study, contribute to, or customize the core Substreams framework."
119139
}
120140
}

‎website/src/pages/ja/index.json

+21-1
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,22 @@
7979
"title": "Subgraph quick start",
8080
"description": "Kickstart your journey into subgraph development."
8181
},
82+
"substreamsQuickStart": {
83+
"title": "Substreams quick start",
84+
"description": "Stream high-speed data for real-time indexing."
85+
},
86+
"tokenapi": {
87+
"title": "The Graph's Token API",
88+
"description": "Query token data and leverage native MCP support."
89+
},
90+
"graphExplorer": {
91+
"title": "Graph Explorer",
92+
"description": "Find and query existing blockchain data."
93+
},
94+
"substreamsDev": {
95+
"title": "Substreams.dev",
96+
"description": "Access tutorials, templates, and documentation to build custom data modules."
97+
},
8298
"substreams": {
8399
"title": "サブストリーム",
84100
"description": "Stream high-speed data for real-time indexing."
@@ -109,12 +125,16 @@
109125
"title": "Substreams.dev",
110126
"description": "Access tutorials, templates, and documentation to build custom data modules."
111127
},
128+
"customSubstreamsSinks": {
129+
"title": "Custom Substreams Sinks",
130+
"description": "Leverage existing Substreams sinks to access data."
131+
},
112132
"substreamsStarter": {
113133
"title": "Substreams starter",
114134
"description": "Leverage this boilerplate to create your first Substreams module."
115135
},
116136
"substreamsRepo": {
117-
"title": "Substreams repo",
137+
"title": "Substreams GitHub repository",
118138
"description": "Study, contribute to, or customize the core Substreams framework."
119139
}
120140
}

0 commit comments

Comments
 (0)
Please sign in to comment.