99
1010type Resource = {
1111 href : string
12- titleKey : string
12+ titleKey : string
1313 descriptionKey : string
1414 minutes : number
1515 icon ?: React . ReactNode
@@ -19,34 +19,34 @@ type Resource = {
1919export const evmWithTokenAPICards = [
2020 {
2121 href : 'https://thegraph.com/docs/en/subgraphs/quick-start/' ,
22- titleKey : 'index.networkGuides.evm.subgraphQuickStart.title' as const ,
22+ titleKey : 'index.networkGuides.evm.subgraphQuickStart.title' as const ,
2323 descriptionKey : 'index.networkGuides.evm.subgraphQuickStart.description' as const ,
2424 minutes : 10 ,
2525 icon : < Subgraph size = { 6 } /> ,
26- } ,
26+ } ,
2727 {
2828 href : 'https://docs.substreams.dev/' ,
29- titleKey : 'index.networkGuides.evm.substreamsQuickStart.title' as const ,
29+ titleKey : 'index.networkGuides.evm.substreamsQuickStart.title' as const ,
3030 descriptionKey : 'index.networkGuides.evm.substreamsQuickStart.description' as const ,
3131 minutes : 15 ,
3232 icon : < Substreams size = { 6 } /> ,
3333 } ,
3434 {
3535 href : 'https://thegraph.com/docs/en/token-api/quick-start/' ,
36- titleKey : 'index.networkGuides.evm.tokenapi.title' as const ,
36+ titleKey : 'index.networkGuides.evm.tokenapi.title' as const ,
3737 descriptionKey : 'index.networkGuides.evm.tokenapi.description' as const ,
3838 minutes : 8 ,
3939 icon : < APIToken size = { 6 } /> ,
4040 } ,
4141 {
4242 href : 'https://thegraph.com/docs/en/subgraphs/explorer/' ,
43- titleKey : 'index.networkGuides.evm.graphExplorer.title' as const ,
43+ titleKey : 'index.networkGuides.evm.graphExplorer.title' as const ,
4444 descriptionKey : 'index.networkGuides.evm.graphExplorer.description' as const ,
4545 minutes : 12 ,
4646 } ,
4747 {
4848 href : 'https://substreams.dev/' ,
49- titleKey : 'index.networkGuides.evm.substreamsDev.title' as const ,
49+ titleKey : 'index.networkGuides.evm.substreamsDev.title' as const ,
5050 descriptionKey : 'index.networkGuides.evm.substreamsDev.description' as const ,
5151 minutes : 5 ,
5252 } ,
@@ -56,34 +56,34 @@ export const evmWithTokenAPICards = [
5656export const evmNoTokenAPICards = [
5757 {
5858 href : 'https://thegraph.com/docs/en/subgraphs/quick-start/' ,
59- titleKey : 'index.networkGuides.evm.subgraphQuickStart.title' as const ,
59+ titleKey : 'index.networkGuides.evm.subgraphQuickStart.title' as const ,
6060 descriptionKey : 'index.networkGuides.evm.subgraphQuickStart.description' as const ,
6161 minutes : 10 ,
6262 icon : < Subgraph size = { 6 } /> ,
6363 } ,
6464 {
6565 href : 'https://thegraph.com/docs/en/substreams/quick-start/' ,
66- titleKey : 'index.networkGuides.evm.substreamsQuickStart.title' as const ,
66+ titleKey : 'index.networkGuides.evm.substreamsQuickStart.title' as const ,
6767 descriptionKey : 'index.networkGuides.evm.substreamsQuickStart.description' as const ,
6868 minutes : 15 ,
6969 icon : < Substreams size = { 6 } /> ,
7070 } ,
7171 {
7272 href : 'https://thegraph.com/docs/en/subgraphs/billing/' ,
73- titleKey : 'index.networkGuides.evm.billing.title' as const ,
73+ titleKey : 'index.networkGuides.evm.billing.title' as const ,
7474 descriptionKey : 'index.networkGuides.evm.billing.description' as const ,
7575 minutes : 5 ,
7676 icon : < Substreams size = { 6 } /> ,
7777 } ,
7878 {
7979 href : 'https://thegraph.com/docs/en/subgraphs/explorer/' ,
80- titleKey : 'index.networkGuides.evm.graphExplorer.title' as const ,
80+ titleKey : 'index.networkGuides.evm.graphExplorer.title' as const ,
8181 descriptionKey : 'index.networkGuides.evm.graphExplorer.description' as const ,
8282 minutes : 12 ,
8383 } ,
8484 {
8585 href : 'https://substreams.dev/' ,
86- titleKey : 'index.networkGuides.evm.substreamsDev.title' as const ,
86+ titleKey : 'index.networkGuides.evm.substreamsDev.title' as const ,
8787 descriptionKey : 'index.networkGuides.evm.substreamsDev.description' as const ,
8888 minutes : 5 ,
8989 } ,
@@ -93,34 +93,34 @@ export const evmNoTokenAPICards = [
9393export const evmSubgraphsOnlyCards = [
9494 {
9595 href : 'https://thegraph.com/docs/en/subgraphs/quick-start/' ,
96- titleKey : 'index.networkGuides.evm.subgraphQuickStart.title' as const ,
96+ titleKey : 'index.networkGuides.evm.subgraphQuickStart.title' as const ,
9797 descriptionKey : 'index.networkGuides.evm.subgraphQuickStart.description' as const ,
9898 minutes : 10 ,
9999 icon : < Subgraph size = { 6 } /> ,
100100 } ,
101101 {
102102 href : 'https://thegraph.com/docs/en/subgraphs/explorer/' ,
103- titleKey : 'index.networkGuides.evm.graphExplorer.title' as const ,
103+ titleKey : 'index.networkGuides.evm.graphExplorer.title' as const ,
104104 descriptionKey : 'index.networkGuides.evm.graphExplorer.description' as const ,
105105 minutes : 12 ,
106106 icon : < GraphExplorer size = { 6 } /> ,
107107 } ,
108108 {
109109 href : 'https://thegraph.com/docs/en/subgraphs/billing/' ,
110- titleKey : 'index.networkGuides.evm.billing.title' as const ,
110+ titleKey : 'index.networkGuides.evm.billing.title' as const ,
111111 descriptionKey : 'index.networkGuides.evm.billing.description' as const ,
112112 minutes : 5 ,
113113 icon : < MoneyWavy alt = "Money" size = { 6 } /> ,
114114 } ,
115115 {
116116 href : 'https://thegraph.com/docs/en/subgraphs/best-practices/timeseries/' ,
117- titleKey : 'index.networkGuides.evm.timeseries.title' as const ,
117+ titleKey : 'index.networkGuides.evm.timeseries.title' as const ,
118118 descriptionKey : 'index.networkGuides.evm.timeseries.description' as const ,
119119 minutes : 5 ,
120120 } ,
121121 {
122122 href : 'https://thegraph.com/docs/en/subgraphs/developing/creating/advanced/' ,
123- titleKey : 'index.networkGuides.evm.advancedFeatures.title' as const ,
123+ titleKey : 'index.networkGuides.evm.advancedFeatures.title' as const ,
124124 descriptionKey : 'index.networkGuides.evm.advancedFeatures.description' as const ,
125125 minutes : 7 ,
126126 } ,
@@ -130,34 +130,34 @@ export const evmSubgraphsOnlyCards = [
130130export const nonEvmWithTokenAPICards = [
131131 {
132132 href : 'https://docs.substreams.dev/' ,
133- titleKey : 'index.networkGuides.nonEvm.officialDocs.title' as const ,
133+ titleKey : 'index.networkGuides.nonEvm.officialDocs.title' as const ,
134134 descriptionKey : 'index.networkGuides.nonEvm.officialDocs.description' as const ,
135135 minutes : 15 ,
136136 icon : < Substreams size = { 6 } /> ,
137137 } ,
138138 {
139139 href : 'https://thegraph.com/docs/en/sps/introduction/' ,
140- titleKey : 'index.networkGuides.nonEvm.spsIntro.title' as const ,
140+ titleKey : 'index.networkGuides.nonEvm.spsIntro.title' as const ,
141141 descriptionKey : 'index.networkGuides.nonEvm.spsIntro.description' as const ,
142142 minutes : 8 ,
143143 icon : < SubstreamsPoweredSubgraph size = { 6 } /> ,
144144 } ,
145145 {
146146 href : 'https://substreams.dev/' ,
147- titleKey : 'index.networkGuides.nonEvm.substreamsDev.title' as const ,
147+ titleKey : 'index.networkGuides.nonEvm.substreamsDev.title' as const ,
148148 descriptionKey : 'index.networkGuides.nonEvm.substreamsDev.description' as const ,
149149 minutes : 10 ,
150150 icon : < Substreams size = { 6 } /> ,
151151 } ,
152152 {
153153 href : 'https://github.com/streamingfast/substreams-starter' ,
154- titleKey : 'index.networkGuides.nonEvm.substreamsStarter.title' as const ,
154+ titleKey : 'index.networkGuides.nonEvm.substreamsStarter.title' as const ,
155155 descriptionKey : 'index.networkGuides.nonEvm.substreamsStarter.description' as const ,
156156 minutes : 5 ,
157157 } ,
158158 {
159159 href : 'https://github.com/streamingfast/substreams' ,
160- titleKey : 'index.networkGuides.nonEvm.substreamsRepo.title' as const ,
160+ titleKey : 'index.networkGuides.nonEvm.substreamsRepo.title' as const ,
161161 descriptionKey : 'index.networkGuides.nonEvm.substreamsRepo.description' as const ,
162162 minutes : 7 ,
163163 } ,
@@ -167,34 +167,34 @@ export const nonEvmWithTokenAPICards = [
167167export const nonEvmNoTokenAPICards = [
168168 {
169169 href : 'https://thegraph.com/docs/en/substreams/quick-start/' ,
170- titleKey : 'index.networkGuides.evm.substreamsQuickStart.title' as const ,
170+ titleKey : 'index.networkGuides.evm.substreamsQuickStart.title' as const ,
171171 descriptionKey : 'index.networkGuides.evm.substreamsQuickStart.description' as const ,
172172 minutes : 15 ,
173173 icon : < Substreams size = { 6 } /> ,
174174 } ,
175175 {
176176 href : 'https://substreams.dev/' ,
177- titleKey : 'index.networkGuides.nonEvm.substreamsDev.title' as const ,
177+ titleKey : 'index.networkGuides.nonEvm.substreamsDev.title' as const ,
178178 descriptionKey : 'index.networkGuides.nonEvm.substreamsDev.description' as const ,
179179 minutes : 10 ,
180180 icon : < Substreams size = { 6 } /> ,
181181 } ,
182182 {
183183 href : 'https://docs.substreams.dev/how-to-guides/sinks' ,
184- titleKey : 'index.networkGuides.nonEvm.customSubstreamsSinks.title' as const ,
184+ titleKey : 'index.networkGuides.nonEvm.customSubstreamsSinks.title' as const ,
185185 descriptionKey : 'index.networkGuides.nonEvm.customSubstreamsSinks.description' as const ,
186186 minutes : 8 ,
187187 icon : < Substreams size = { 6 } /> ,
188188 } ,
189189 {
190190 href : 'https://github.com/streamingfast/substreams-starter' ,
191- titleKey : 'index.networkGuides.nonEvm.substreamsStarter.title' as const ,
191+ titleKey : 'index.networkGuides.nonEvm.substreamsStarter.title' as const ,
192192 descriptionKey : 'index.networkGuides.nonEvm.substreamsStarter.description' as const ,
193193 minutes : 5 ,
194194 } ,
195195 {
196196 href : 'https://github.com/streamingfast/substreams' ,
197- titleKey : 'index.networkGuides.nonEvm.substreamsRepo.title' as const ,
197+ titleKey : 'index.networkGuides.nonEvm.substreamsRepo.title' as const ,
198198 descriptionKey : 'index.networkGuides.nonEvm.substreamsRepo.description' as const ,
199199 minutes : 7 ,
200200 } ,
0 commit comments