Skip to content

Commit e9bcb5e

Browse files
committed
llm files gen
1 parent d0264d9 commit e9bcb5e

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

reports/llms-report.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
2-
"startedAt": "2025-12-11T14:08:50.264Z",
2+
"startedAt": "2025-12-12T12:28:06.521Z",
33
"siteBase": "https://docs.chain.link",
44
"sections": [
55
{
66
"section": "cre-go",
77
"pagesProcessed": 84,
88
"outputPath": "src/content/cre/llms-full-go.txt",
9-
"bytes": 662227,
10-
"prevBytes": 656030,
11-
"deltaBytes": 6197
9+
"bytes": 673266,
10+
"prevBytes": 673264,
11+
"deltaBytes": 2
1212
},
1313
{
1414
"section": "cre-ts",
1515
"pagesProcessed": 79,
1616
"outputPath": "src/content/cre/llms-full-ts.txt",
17-
"bytes": 618245,
18-
"prevBytes": 612048,
19-
"deltaBytes": 6197
17+
"bytes": 629623,
18+
"prevBytes": 629621,
19+
"deltaBytes": 2
2020
},
2121
{
2222
"section": "vrf",
@@ -123,5 +123,5 @@
123123
"deltaBytes": 0
124124
}
125125
],
126-
"finishedAt": "2025-12-11T14:08:54.424Z"
126+
"finishedAt": "2025-12-12T12:28:10.711Z"
127127
}

src/content/cre/llms-full-go.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ Choose your installation method:
546546
The easiest way to install the CRE CLI is using the installation script:
547547

548548
```bash
549-
curl -sSL https://cre.chain.link/install.sh | sh
549+
curl -sSL https://cre.chain.link/install.sh | bash
550550
```
551551

552552
This script will:

src/content/cre/llms-full-ts.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ Choose your installation method:
546546
The easiest way to install the CRE CLI is using the installation script:
547547

548548
```bash
549-
curl -sSL https://cre.chain.link/install.sh | sh
549+
curl -sSL https://cre.chain.link/install.sh | bash
550550
```
551551

552552
This script will:

0 commit comments

Comments
 (0)