|
79 | 79 | "title": "Subgraph quick start",
|
80 | 80 | "description": "Kickstart your journey into subgraph development."
|
81 | 81 | },
|
82 |
| - "substreams": { |
83 |
| - "title": "Substreams", |
| 82 | + "substreamsQuickStart": { |
| 83 | + "title": "Substreams quick start", |
84 | 84 | "description": "Stream high-speed data for real-time indexing."
|
85 | 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 | + }, |
86 | 98 | "timeseries": {
|
87 | 99 | "title": "Timeseries & Aggregations",
|
88 | 100 | "description": "Learn to track metrics like daily volumes or user growth."
|
|
109 | 121 | "title": "Substreams.dev",
|
110 | 122 | "description": "Access tutorials, templates, and documentation to build custom data modules."
|
111 | 123 | },
|
| 124 | + "customSubstreamsSinks": { |
| 125 | + "title": "Custom Substreams Sinks", |
| 126 | + "description": "Leverage existing Substreams sinks to access data." |
| 127 | + }, |
112 | 128 | "substreamsStarter": {
|
113 | 129 | "title": "Substreams starter",
|
114 | 130 | "description": "Leverage this boilerplate to create your first Substreams module."
|
115 | 131 | },
|
116 | 132 | "substreamsRepo": {
|
117 |
| - "title": "Substreams repo", |
| 133 | + "title": "Substreams GitHub repository", |
118 | 134 | "description": "Study, contribute to, or customize the core Substreams framework."
|
119 | 135 | }
|
120 | 136 | }
|
|
0 commit comments