From e9d44f8eb351e153e97b0050ebbdbb33b470a6bd Mon Sep 17 00:00:00 2001 From: Yaro Shkvorets Date: Sun, 2 Jun 2024 23:19:14 -0400 Subject: [PATCH] JSON->YAML in glossary.mdx Manifest is a YAML file, not JSON. --- website/pages/en/glossary.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/pages/en/glossary.mdx b/website/pages/en/glossary.mdx index e3e23d383c4e..cd24a22fd4d5 100644 --- a/website/pages/en/glossary.mdx +++ b/website/pages/en/glossary.mdx @@ -38,7 +38,7 @@ title: Glossary - **Subgraph Developer**: A developer who builds and deploys a subgraph to The Graph's decentralized network. -- **Subgraph Manifest**: A JSON file that describes the subgraph's GraphQL schema, data sources, and other metadata. [Here](https://github.com/graphprotocol/example-subgraph/blob/master/subgraph.yaml) is an example. +- **Subgraph Manifest**: A YAML file that describes the subgraph's GraphQL schema, data sources, and other metadata. [Here](https://github.com/graphprotocol/example-subgraph/blob/master/subgraph.yaml) is an example. - **Epoch**: A unit of time within the network. Currently, one epoch is 6,646 blocks or approximately 1 day.