You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/pages/en/quick-start.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,9 +87,9 @@ The `init` command in the previous step creates a scaffold subgraph that you can
87
87
88
88
When making changes to the subgraph, you will mainly work with three files:
89
89
90
-
- Manifest (`subgraph.yaml`) - defines what datasources your subgraphs will index.
90
+
- Manifest (`subgraph.yaml`) - defines what data sources your subgraphs will index.
91
91
- Schema (`schema. graphql`) - defines what data you wish to retrieve from the subgraph.
92
-
- AssemblyScript Mappings (`mapping.ts`) - translates data from your datasources to the entities defined in the schema.
92
+
- AssemblyScript Mappings (`mapping.ts`) - translates data from your data sources to the entities defined in the schema.
93
93
94
94
For a detailed breakdown on how to write your subgraph, check out [Creating a Subgraph](/developing/creating-a-subgraph/).
95
95
@@ -107,7 +107,7 @@ Remember, deploying is not the same as publishing.
107
107
graph build
108
108
```
109
109
110
-
2. Authenticate and deploy your subgraph. The deploy key can be found on the Subgraph page in Subgraph Studio.
110
+
2. Authenticate and deploy your subgraph. The deploy key can be found on the subgraph's page in Subgraph Studio.
111
111
112
112
```sh
113
113
@@ -117,7 +117,7 @@ Remember, deploying is not the same as publishing.
117
117
```
118
118
119
119
- The CLI will ask for a version label.
120
-
- It's strongly recommended to use [semantic versioning](https://semver.org/), e.g. `0.0.1`. That said, you can choose any string for the version such as: `v1,version1,asdf`, ect.
120
+
- It's strongly recommended to use [semantic versioning](https://semver.org/), e.g. `0.0.1`. That said, you can choose any string for the version such as: `v1,``version1,``asdf`, etc.
0 commit comments