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