From 8d54bf00f33d55498ab37f050eb303d53d68428f Mon Sep 17 00:00:00 2001 From: Idalith Bustos Date: Mon, 14 Oct 2024 18:27:35 -0700 Subject: [PATCH] edits --- website/pages/en/subgraphs.mdx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/website/pages/en/subgraphs.mdx b/website/pages/en/subgraphs.mdx index a3698e6c0d21..aaf4442b0dcb 100644 --- a/website/pages/en/subgraphs.mdx +++ b/website/pages/en/subgraphs.mdx @@ -8,10 +8,9 @@ A custom, open API that extracts data from a blockchain, processes it, and store ### Subgraphs Capabilities -- Developers can build, deploy, and publish subgraphs to The Graph Network. - - To get started, check out the subgraph developer [Quick Start](quick-start/). -- Once a subgraph is indexed, anyone can query it. -- Explore and query all subgraphs published to the network in [Graph Explorer](https://thegraph.com/explorer). +- **Access Data:** Subgraphs enable the querying and indexing of blockchain data for web3. +- **Build:** Developers can build, deploy, and publish subgraphs to The Graph Network. To get started, check out the subgraph developer [Quick Start](quick-start/). +- **Index & Query:** Once a subgraph is indexed, anyone can query it. Explore and query all subgraphs published to the network in [Graph Explorer](https://thegraph.com/explorer). ## Inside a Subgraph