Skip to content

Commit 7438101

Browse files
Merge branch 'main' into remove-rmn-blessing
2 parents 6f4de31 + 8281e68 commit 7438101

31 files changed

+9928
-832
lines changed

reports/llms-report.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
2-
"startedAt": "2025-11-07T22:17:19.661Z",
2+
"startedAt": "2025-11-11T18:30:56.374Z",
33
"siteBase": "https://docs.chain.link",
44
"sections": [
55
{
66
"section": "cre-go",
7-
"pagesProcessed": 80,
7+
"pagesProcessed": 84,
88
"outputPath": "src/content/cre/llms-full-go.txt",
9-
"bytes": 592003,
10-
"prevBytes": 592003,
11-
"deltaBytes": 0
9+
"bytes": 631069,
10+
"prevBytes": 631094,
11+
"deltaBytes": -25
1212
},
1313
{
1414
"section": "cre-ts",
15-
"pagesProcessed": 75,
15+
"pagesProcessed": 79,
1616
"outputPath": "src/content/cre/llms-full-ts.txt",
17-
"bytes": 547885,
18-
"prevBytes": 547885,
19-
"deltaBytes": 0
17+
"bytes": 586483,
18+
"prevBytes": 586508,
19+
"deltaBytes": -25
2020
},
2121
{
2222
"section": "vrf",
@@ -28,10 +28,10 @@
2828
},
2929
{
3030
"section": "ccip",
31-
"pagesProcessed": 226,
31+
"pagesProcessed": 245,
3232
"outputPath": "src/content/ccip/llms-full.txt",
33-
"bytes": 2440178,
34-
"prevBytes": 2440178,
33+
"bytes": 2639701,
34+
"prevBytes": 2639701,
3535
"deltaBytes": 0
3636
},
3737
{
@@ -47,8 +47,8 @@
4747
"pagesProcessed": 52,
4848
"outputPath": "src/content/data-streams/llms-full.txt",
4949
"bytes": 467697,
50-
"prevBytes": 468050,
51-
"deltaBytes": -353
50+
"prevBytes": 467697,
51+
"deltaBytes": 0
5252
},
5353
{
5454
"section": "dta-technical-standard",
@@ -62,8 +62,8 @@
6262
"section": "datalink",
6363
"pagesProcessed": 20,
6464
"outputPath": "src/content/datalink/llms-full.txt",
65-
"bytes": 136632,
66-
"prevBytes": 136632,
65+
"bytes": 135846,
66+
"prevBytes": 135846,
6767
"deltaBytes": 0
6868
},
6969
{
@@ -110,8 +110,8 @@
110110
"section": "chainlink-nodes",
111111
"pagesProcessed": 37,
112112
"outputPath": "src/content/chainlink-nodes/llms-full.txt",
113-
"bytes": 660644,
114-
"prevBytes": 660644,
113+
"bytes": 660645,
114+
"prevBytes": 660645,
115115
"deltaBytes": 0
116116
},
117117
{
@@ -123,5 +123,5 @@
123123
"deltaBytes": 0
124124
}
125125
],
126-
"finishedAt": "2025-11-07T22:17:22.917Z"
126+
"finishedAt": "2025-11-11T18:31:00.312Z"
127127
}

src/config/sidebar.ts

Lines changed: 30 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -153,14 +153,6 @@ export const SIDEBAR: Partial<Record<Sections, SectionEntry[]>> = {
153153
"cre/guides/workflow/using-triggers/cron-trigger-go",
154154
],
155155
},
156-
{
157-
title: "HTTP Trigger",
158-
url: "cre/guides/workflow/using-triggers/http-trigger",
159-
highlightAsCurrent: [
160-
"cre/guides/workflow/using-triggers/http-trigger-ts",
161-
"cre/guides/workflow/using-triggers/http-trigger-go",
162-
],
163-
},
164156
{
165157
title: "EVM Log Trigger",
166158
url: "cre/guides/workflow/using-triggers/evm-log-trigger",
@@ -169,6 +161,36 @@ export const SIDEBAR: Partial<Record<Sections, SectionEntry[]>> = {
169161
"cre/guides/workflow/using-triggers/evm-log-trigger-go",
170162
],
171163
},
164+
{
165+
title: "HTTP Trigger",
166+
url: "cre/guides/workflow/using-triggers/http-trigger/overview",
167+
highlightAsCurrent: [
168+
"cre/guides/workflow/using-triggers/http-trigger/overview-ts",
169+
"cre/guides/workflow/using-triggers/http-trigger/overview-go",
170+
],
171+
children: [
172+
{
173+
title: "Configuration & Handler",
174+
url: "cre/guides/workflow/using-triggers/http-trigger/configuration",
175+
highlightAsCurrent: [
176+
"cre/guides/workflow/using-triggers/http-trigger/configuration-ts",
177+
"cre/guides/workflow/using-triggers/http-trigger/configuration-go",
178+
],
179+
},
180+
{
181+
title: "Testing in Simulation",
182+
url: "cre/guides/workflow/using-triggers/http-trigger/testing-in-simulation",
183+
},
184+
{
185+
title: "Triggering Deployed Workflows",
186+
url: "cre/guides/workflow/using-triggers/http-trigger/triggering-deployed-workflows",
187+
},
188+
{
189+
title: "Testing deployed workflows with Local JWT Server",
190+
url: "cre/guides/workflow/using-triggers/http-trigger/local-testing-tool",
191+
},
192+
],
193+
},
172194
],
173195
},
174196
{

0 commit comments

Comments
 (0)