Skip to content

Commit 748e069

Browse files
committed
fix: path
1 parent 67e014b commit 748e069

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

docs/indexer/welcome.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -143,31 +143,31 @@ const advancedFeatures = ref([
143143

144144
const journeies = ref([
145145
{
146-
"iconSrc": "/assets/img/journeyIcon1.svg",
146+
"iconSrc": "/doc/assets/img/journeyIcon1.svg",
147147
"path": "/indexer/build/introduction.html",
148148
"title": "1. Build",
149149
"description": "Initialise your project, define your entities using GraphQL, identify the trigger events, and write simple mapping functions that process your data - that’s it! Theres no need for pre-existing data archives, write simply in Typescript and test locally with Docker."
150150
},
151151
{
152-
"iconSrc": "/assets/img/journeyIcon2.svg",
152+
"iconSrc": "/doc/assets/img/journeyIcon2.svg",
153153
"path": "/indexer/run_publish/run.html",
154154
"title": "2. Run and Query",
155155
"description": "Make advanced, flexible, but simple queries over GraphQL from any website or app. We even support advanced features like aggregate functions and allow you to subscribe to new data."
156156
},
157157
{
158-
"iconSrc": "/assets/img/journeyIcon3.svg",
158+
"iconSrc": "/doc/assets/img/journeyIcon3.svg",
159159
"path": "/indexer/run_publish/publish.html",
160160
"title": "3. Publish",
161161
"description": "Running a SubQuery Project is easy, or if you don’t want to run and manage production infrastructure, use our self-service platform to publish and run a production SubQuery project in only a few minutes."
162162
},
163163
{
164-
"iconSrc": "/assets/img/journeyIcon4.svg",
164+
"iconSrc": "/doc/assets/img/journeyIcon4.svg",
165165
"path": "/subquery_network/publish.html",
166166
"title": "4. Deploy to the SubQuery Network",
167167
"description": "Our decentralised service is a web3 infrastructure revolution. We’re building the most open, performant, reliable, and scalable data service for dApp developers which will index and serve data to the global community in an incentivised and verifiable way."
168168
},
169169
{
170-
"iconSrc": "/assets/img/journeyIcon5.svg",
170+
"iconSrc": "/doc/assets/img/journeyIcon5.svg",
171171
"path": "/indexer/build/optimisation.html",
172172
"title": "5. Optimise your Project",
173173
"description": "Performance is a crucial factor in each project. We’re here to give you guidance on how to optimise your SubQuery project to speed it up."

docs/subquery_network/welcome.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -205,15 +205,15 @@ const anyoneContents = ref([
205205
name: "DApp Users",
206206
description:
207207
"DApp Users will ask the SubQuery Network for specific indexed data and RPC endpoints for their dApps or tools, and exchange an advertised amount of SQT for each request.",
208-
image: "/assets/img/participants/consumer.png",
208+
image: "/doc/assets/img/participants/consumer.png",
209209
moreLink:
210210
"/subquery_network/consumers/introduction.html",
211211
},
212212
{
213213
name: "Delegators",
214214
description:
215215
"Delegators will participate in the Network by supporting their favourite Data Indexers and RPC Providers to earn rewards based on the work those indexers do.",
216-
image: "/assets/img/participants/delegator.png",
216+
image: "/doc/assets/img/participants/delegator.png",
217217

218218
moreLink:
219219
"/subquery_network/delegators/introduction.html",
@@ -223,7 +223,7 @@ image: "/assets/img/participants/delegator.png",
223223
name: "Data Indexers",
224224
description:
225225
"Data Indexers will run and maintain high quality SubQuery projects in their own infrastructure and will be rewarded in SQT for the requests that they serve.",
226-
image: "/assets/img/participants/indexer.png",
226+
image: "/doc/assets/img/participants/indexer.png",
227227

228228
moreLink: "/subquery_network/node_operators/introduction.html",
229229

@@ -232,7 +232,7 @@ image: "/assets/img/participants/indexer.png",
232232
name: "RPC Providers",
233233
description:
234234
"RPC Providers run the optimised SubQuery Data Node and are rewarded in SQT for providing reliable, scalable, and affordable RPC services to the network.",
235-
image: "/assets/img/participants/rpc.png",
235+
image: "/doc/assets/img/participants/rpc.png",
236236

237237
moreLink:
238238
"/subquery_network/node_operators/introduction.html",
@@ -244,7 +244,7 @@ const advancedFeatures = ref([
244244
{
245245
title: 'Delegate to the SubQuery Network',
246246
desc: 'Anyone can participate as a Delegator and participate in the Network to earn rewards based on the work that Node Operators do.',
247-
link: '/subquery_network/delegators/delegating.html'
247+
link: '/doc/subquery_network/delegators/delegating.html'
248248
},
249249
{
250250
title: 'The SQT Token',

0 commit comments

Comments
 (0)