Skip to content

Commit 38cb71d

Browse files
committed
Fix typos
1 parent 124ba77 commit 38cb71d

File tree

3 files changed

+31
-31
lines changed

3 files changed

+31
-31
lines changed

src/plugins/llms-txt.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ export default function (context, options) {
232232
versions.forEach((version) => {
233233
const isLatest = version === latestVersion;
234234
// Prefix: 'llms' for latest, 'llms-vX.x' for others
235-
const outputPrefix = isLatest ? 'llms' : `llms-v${version}`;
235+
const outputPrefix = isLatest ? 'llms' : `llms-${version}`;
236236

237237
const files = generateForVersion(
238238
siteDir,

versioned_docs/version-7.x/llms.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,45 +12,45 @@ In addition, we support the [llms.txt](https://llmstxt.org/) initiative and prov
1212

1313
## Latest stable version
1414

15-
- [llms.txt](pathname:///llms.txt): A list of all available documentation for in markdown format.
15+
- [llms.txt](pathname:///llms.txt): A list of all available documentation in markdown format.
1616
- [llms-full.txt](pathname:///llms-full.txt): Complete documentation in a single file in markdown format.
1717

1818
## Upcoming 8.x version
1919

20-
- [llms-v8.x.txt](pathname:///llms-v8.x.txt): A list of all available documentation for in markdown format.
21-
- [llms-full-v8.x.txt](pathname:///llms-full-v8.x.txt): Complete documentation in a single file in markdown format.
20+
- [llms-8.x.txt](pathname:///llms-8.x.txt)
21+
- [llms-full-8.x.txt](pathname:///llms-full-8.x.txt)
2222

2323
<details>
2424
<summary>Older versions</summary>
2525

2626
## 6.x
2727

28-
- [llms-v6.x.txt](pathname:///llms-v6.x.txt)
29-
- [llms-full-v6.x.txt](pathname:///llms-full-v6.x.txt)
28+
- [llms-6.x.txt](pathname:///llms-6.x.txt)
29+
- [llms-full-6.x.txt](pathname:///llms-full-6.x.txt)
3030

3131
## 5.x
3232

33-
- [llms-v5.x.txt](pathname:///llms-v5.x.txt)
34-
- [llms-full-v5.x.txt](pathname:///llms-full-v5.x.txt)
33+
- [llms-5.x.txt](pathname:///llms-5.x.txt)
34+
- [llms-full-5.x.txt](pathname:///llms-full-5.x.txt)
3535

3636
## 4.x
3737

38-
- [llms-v4.x.txt](pathname:///llms-v4.x.txt)
39-
- [llms-full-v4.x.txt](pathname:///llms-full-v4.x.txt)
38+
- [llms-4.x.txt](pathname:///llms-4.x.txt)
39+
- [llms-full-4.x.txt](pathname:///llms-full-4.x.txt)
4040

4141
## 3.x
4242

43-
- [llms-v3.x.txt](pathname:///llms-v3.x.txt)
44-
- [llms-full-v3.x.txt](pathname:///llms-full-v3.x.txt)
43+
- [llms-3.x.txt](pathname:///llms-3.x.txt)
44+
- [llms-full-3.x.txt](pathname:///llms-full-3.x.txt)
4545

4646
## 2.x
4747

48-
- [llms-v2.x.txt](pathname:///llms-v2.x.txt)
49-
- [llms-full-v2.x.txt](pathname:///llms-full-v2.x.txt)
48+
- [llms-2.x.txt](pathname:///llms-2.x.txt)
49+
- [llms-full-2.x.txt](pathname:///llms-full-2.x.txt)
5050

5151
## 1.x
5252

53-
- [llms-v1.x.txt](pathname:///llms-v1.x.txt)
54-
- [llms-full-v1.x.txt](pathname:///llms-full-v1.x.txt)
53+
- [llms-1.x.txt](pathname:///llms-1.x.txt)
54+
- [llms-full-1.x.txt](pathname:///llms-full-1.x.txt)
5555

5656
</details>

versioned_docs/version-8.x/llms.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,45 +12,45 @@ In addition, we support the [llms.txt](https://llmstxt.org/) initiative and prov
1212

1313
## Latest stable version
1414

15-
- [llms.txt](pathname:///llms.txt): A list of all available documentation for in markdown format.
15+
- [llms.txt](pathname:///llms.txt): A list of all available documentation in markdown format.
1616
- [llms-full.txt](pathname:///llms-full.txt): Complete documentation in a single file in markdown format.
1717

1818
## Upcoming 8.x version
1919

20-
- [llms-v8.x.txt](pathname:///llms-v8.x.txt): A list of all available documentation for in markdown format.
21-
- [llms-full-v8.x.txt](pathname:///llms-full-v8.x.txt): Complete documentation in a single file in markdown format.
20+
- [llms-8.x.txt](pathname:///llms-8.x.txt)
21+
- [llms-full-8.x.txt](pathname:///llms-full-8.x.txt)
2222

2323
<details>
2424
<summary>Older versions</summary>
2525

2626
## 6.x
2727

28-
- [llms-v6.x.txt](pathname:///llms-v6.x.txt)
29-
- [llms-full-v6.x.txt](pathname:///llms-full-v6.x.txt)
28+
- [llms-6.x.txt](pathname:///llms-6.x.txt)
29+
- [llms-full-6.x.txt](pathname:///llms-full-6.x.txt)
3030

3131
## 5.x
3232

33-
- [llms-v5.x.txt](pathname:///llms-v5.x.txt)
34-
- [llms-full-v5.x.txt](pathname:///llms-full-v5.x.txt)
33+
- [llms-5.x.txt](pathname:///llms-5.x.txt)
34+
- [llms-full-5.x.txt](pathname:///llms-full-5.x.txt)
3535

3636
## 4.x
3737

38-
- [llms-v4.x.txt](pathname:///llms-v4.x.txt)
39-
- [llms-full-v4.x.txt](pathname:///llms-full-v4.x.txt)
38+
- [llms-4.x.txt](pathname:///llms-4.x.txt)
39+
- [llms-full-4.x.txt](pathname:///llms-full-4.x.txt)
4040

4141
## 3.x
4242

43-
- [llms-v3.x.txt](pathname:///llms-v3.x.txt)
44-
- [llms-full-v3.x.txt](pathname:///llms-full-v3.x.txt)
43+
- [llms-3.x.txt](pathname:///llms-3.x.txt)
44+
- [llms-full-3.x.txt](pathname:///llms-full-3.x.txt)
4545

4646
## 2.x
4747

48-
- [llms-v2.x.txt](pathname:///llms-v2.x.txt)
49-
- [llms-full-v2.x.txt](pathname:///llms-full-v2.x.txt)
48+
- [llms-2.x.txt](pathname:///llms-2.x.txt)
49+
- [llms-full-2.x.txt](pathname:///llms-full-2.x.txt)
5050

5151
## 1.x
5252

53-
- [llms-v1.x.txt](pathname:///llms-v1.x.txt)
54-
- [llms-full-v1.x.txt](pathname:///llms-full-v1.x.txt)
53+
- [llms-1.x.txt](pathname:///llms-1.x.txt)
54+
- [llms-full-1.x.txt](pathname:///llms-full-1.x.txt)
5555

5656
</details>

0 commit comments

Comments
 (0)