Skip to content

Commit 1d3801a

Browse files
committed
docs: code structure for improved readability and maintainability
1 parent b5a3341 commit 1d3801a

File tree

4 files changed

+13
-6
lines changed

4 files changed

+13
-6
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,3 +169,4 @@ Fork this repository and ensure you're working on the `main` branch:
169169
- Add Dune dashboard
170170
- Add a Development workflow
171171
- Update context7 when doc will be deployed
172+
- Check theGraph Images with design Team

src/assets/tooling-&-explorers/the-graph/the-protocol-view.jpg renamed to src/assets/tooling-&-explorers/the-graph/protocol-view.jpg

File renamed without changes.

src/overview/tooling-and-explorers/blockchain-explorer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ publicly auditable.
1515

1616
<div class="grid grid-cols-1 gap-8 my-8">
1717
<UseCaseCard
18-
title="🔷 Arbitrum Mainnet"
18+
title="🔷 Arbitrum One"
1919
description="Production network for mainnet operations with verified smart contracts and comprehensive transaction tracking."
2020
image-url="/assets/tooling-&-explorers/blockchain-explorer/arbitrum-explorer.png"
2121
image-alt="Arbitrum Explorer"
@@ -26,7 +26,7 @@ publicly auditable.
2626
/>
2727

2828
<UseCaseCard
29-
title="⚡ Bellecour Network"
29+
title="⚡ Bellecour"
3030
description="iExec's dedicated sidechain for optimized performance with native integration and enhanced protocol analytics."
3131
image-url="/assets/tooling-&-explorers/blockchain-explorer/bellecour-explorer.png"
3232
image-alt="Bellecour Explorer"

src/overview/tooling-and-explorers/subgraph-explorer.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ It enables developers to build and publish open APIs called **subgraphs** that
2525
applications can query using GraphQL. This makes it easy to access blockchain
2626
data without having to run your own indexing infrastructure.
2727

28+
<ImageViewer
29+
image-url-dark="/assets/tooling-&-explorers/the-graph/protocol-view.jpg"
30+
image-alt="The Graph Protocol"
31+
link-url="https://thegraph.com/docs/en/subgraphs/quick-start/"
32+
/>
33+
2834
### Key Benefits for iExec
2935

3036
- **Decentralized Indexing**: Data is indexed by a network of decentralized
@@ -42,7 +48,7 @@ protocol.
4248

4349
<CardGrid>
4450
<ProjectCard
45-
title="iExec PoCo - Arbitrum Mainnet"
51+
title="iExec PoCo - Arbitrum"
4652
description="Indexes Proof of Contribution (PoCo) data on Arbitrum mainnet, including apps, deals, tasks, and workerpools"
4753
icon-image="/assets/icons/arbitrum.svg"
4854
status="available"
@@ -55,7 +61,7 @@ protocol.
5561
/>
5662

5763
<ProjectCard
58-
title="iExec DataProtector - Arbitrum Mainnet"
64+
title="iExec DataProtector - Arbitrum"
5965
description="Indexes DataProtector protocol data on Arbitrum mainnet, including protected data, access grants, and sharing mechanisms"
6066
icon-image="/assets/icons/arbitrum.svg"
6167
status="available"
@@ -68,7 +74,7 @@ protocol.
6874
/>
6975

7076
<ProjectCard
71-
title="iExec PoCo - Bellecour Mainnet"
77+
title="iExec PoCo - Bellecour"
7278
description="Indexes Proof of Contribution (PoCo) data on Bellecour mainnet, including apps, deals, tasks, and workerpools"
7379
icon-image="/assets/icons/iexec-logo.png"
7480
status="available"
@@ -81,7 +87,7 @@ protocol.
8187
/>
8288

8389
<ProjectCard
84-
title="iExec DataProtector - Bellecour Mainnet"
90+
title="iExec DataProtector - Bellecour"
8591
description="Indexes DataProtector protocol data on Bellecour mainnet, including protected data, access grants, and sharing mechanisms"
8692
icon-image="/assets/icons/iexec-logo.png"
8793
status="available"

0 commit comments

Comments
 (0)