Skip to content

Commit b80c9af

Browse files
committed
feat: cleanup!
1 parent 46c9001 commit b80c9af

File tree

14 files changed

+5
-1035
lines changed

14 files changed

+5
-1035
lines changed

pages/developers/_meta.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,15 @@
44
"title": "Introduction"
55
},
66
"blueprints": "Blueprints",
7-
"cli": "Tangle Blueprint CLI",
7+
"cli": "Blueprint CLI",
88
"-- gadget-tutorial": {
99
"type": "separator",
1010
"title": "Blueprint Developers"
1111
},
12-
"gadget-sdk": "Blueprint Gadget SDK",
13-
"blueprint-macros": "Blueprint SDK Macros",
14-
"blueprint-event-listeners": "Blueprint SDK Event Listeners",
15-
"blueprint-contexts": "Blueprint SDK Contexts",
16-
"p2p-networking": "Blueprint P2P Networking",
17-
"tangle-avs": "Build a Tangle Blueprint AVS",
12+
"gadget-sdk": "Introduction",
13+
"blueprint-contexts": "Contexts",
14+
"p2p-networking": "P2P Networking",
15+
"tangle-avs": "Build a Tangle Blueprint",
1816
"eigenlayer-avs": "Build an Eigenlayer AVS",
1917
"testing-with-tangle": "Testing with Tangle",
2018
"troubleshooting": "Troubleshooting",

pages/developers/blueprint-contexts/introduction.mdx

Lines changed: 0 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -4,81 +4,6 @@ title: Introduction to Contexts
44

55
## What is a Context?
66

7-
import TableOfContentCards from "../../../components/TableOfContentCards";
8-
9-
<TableOfContentCards
10-
items={[
11-
{
12-
title: "Introduction to Contexts",
13-
href: "/developers/blueprint-contexts/introduction",
14-
subItems: [
15-
{
16-
title: "What is a Context?",
17-
description: "Understanding the basics of Contexts in Gadget SDK"
18-
},
19-
{
20-
title: "Why do we need Contexts?",
21-
description: "Benefits and use cases of the Context pattern"
22-
},
23-
{
24-
title: "Built-in Contexts",
25-
description: "Overview of provided Context implementations"
26-
}
27-
]
28-
},
29-
{
30-
title: "Keystore Context",
31-
href: "/developers/blueprint-contexts/keystore-context",
32-
subItems: [
33-
{
34-
title: "GenericKeyStore",
35-
description: "Managing cryptographic keys and secrets"
36-
}
37-
]
38-
},
39-
{
40-
title: "EVM Provider Context",
41-
href: "/developers/blueprint-contexts/evm-provider-context",
42-
subItems: [
43-
{
44-
title: "EVM RPC Client",
45-
description: "Interacting with EVM-compatible blockchains"
46-
}
47-
]
48-
},
49-
{
50-
title: "Tangle Client Context",
51-
href: "/developers/blueprint-contexts/tangle-client-context",
52-
subItems: [
53-
{
54-
title: "Subxt Client",
55-
description: "Interacting with the Tangle network"
56-
}
57-
]
58-
},
59-
{
60-
title: "Tangle Services Context",
61-
href: "/developers/blueprint-contexts/services-context",
62-
subItems: [
63-
{
64-
title: "Service Properties",
65-
description: "Accessing service instance details"
66-
}
67-
]
68-
},
69-
{
70-
title: "Eigenlayer Context",
71-
href: "/developers/blueprint-contexts/eigenlayer-context",
72-
subItems: [
73-
{
74-
title: "Eigenlayer Integration",
75-
description: "Working with Eigenlayer services"
76-
}
77-
]
78-
}
79-
]}
80-
/>
81-
827
In the Gadget SDK, a Context holds utilities and dependencies that a job may need that aren't direct inputs. Think of it as a container for all the external resources and services your job requires to function.
838

849
A Context can include various elements such as:

pages/developers/blueprint-event-listeners/_meta.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

pages/developers/blueprint-event-listeners/cron-job-listeners.mdx

Lines changed: 0 additions & 70 deletions
This file was deleted.

pages/developers/blueprint-event-listeners/custom-listeners.mdx

Lines changed: 0 additions & 76 deletions
This file was deleted.

pages/developers/blueprint-event-listeners/evm-contracts.mdx

Lines changed: 0 additions & 41 deletions
This file was deleted.

0 commit comments

Comments
 (0)