Skip to content

Commit 0e4bb10

Browse files
JSON->YAML in glossary.mdx (#698)
Manifest is a YAML file, not JSON.
1 parent f26fd90 commit 0e4bb10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/pages/en/glossary.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ title: Glossary
3838

3939
- **Subgraph Developer**: A developer who builds and deploys a subgraph to The Graph's decentralized network.
4040

41-
- **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.
41+
- **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.
4242

4343
- **Epoch**: A unit of time within the network. Currently, one epoch is 6,646 blocks or approximately 1 day.
4444

0 commit comments

Comments
 (0)