Skip to content

Commit afe5d8d

Browse files
committed
Add a page to mention llms.txt
1 parent f2fd86f commit afe5d8d

File tree

4 files changed

+116
-2
lines changed

4 files changed

+116
-2
lines changed

versioned_docs/version-7.x/llms.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
---
2+
id: llms
3+
title: Documentation for LLMs
4+
sidebar_label: llms.txt
5+
---
6+
7+
We provide documentation in various formats that large language models (LLMs) can consume.
8+
9+
On each page, you can click the "Copy page" button at the top to copy the content in markdown format.
10+
11+
In addition, we support the [llms.txt](https://llmstxt.org/) initiative and provide the following files for easy access.
12+
13+
## Latest stable version
14+
15+
- [llms.txt](/llms.txt): A list of all available documentation for in markdown format.
16+
- [llms-full.txt](/llms-full.txt): Complete documentation in a single file in markdown format.
17+
18+
## Upcoming 8.x version
19+
20+
- [llms-v8.x.txt](/llms-v8.x.txt): A list of all available documentation for in markdown format.
21+
- [llms-full-v8.x.txt](/llms-full-v8.x.txt): Complete documentation in a single file in markdown format.
22+
23+
<details>
24+
<summary>Older versions</summary>
25+
26+
## 6.x
27+
28+
- [llms-v6.x.txt](/llms-v6.x.txt)
29+
- [llms-full-v6.x.txt](/llms-full-v6.x.txt)
30+
31+
## 5.x
32+
33+
- [llms-v5.x.txt](/llms-v5.x.txt)
34+
- [llms-full-v5.x.txt](/llms-full-v5.x.txt)
35+
36+
## 4.x
37+
38+
- [llms-v4.x.txt](/llms-v4.x.txt)
39+
- [llms-full-v4.x.txt](/llms-full-v4.x.txt)
40+
41+
## 3.x
42+
43+
- [llms-v3.x.txt](/llms-v3.x.txt)
44+
- [llms-full-v3.x.txt](/llms-full-v3.x.txt)
45+
46+
## 2.x
47+
48+
- [llms-v2.x.txt](/llms-v2.x.txt)
49+
- [llms-full-v2.x.txt](/llms-full-v2.x.txt)
50+
51+
## 1.x
52+
53+
- [llms-v1.x.txt](/llms-v1.x.txt)
54+
- [llms-full-v1.x.txt](/llms-full-v1.x.txt)
55+
56+
</details>

versioned_docs/version-8.x/llms.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
---
2+
id: llms
3+
title: Documentation for LLMs
4+
sidebar_label: llms.txt
5+
---
6+
7+
We provide documentation in various formats that large language models (LLMs) can consume.
8+
9+
On each page, you can click the "Copy page" button at the top to copy the content in markdown format.
10+
11+
In addition, we support the [llms.txt](https://llmstxt.org/) initiative and provide the following files for easy access.
12+
13+
## Latest stable version
14+
15+
- [llms.txt](/llms.txt): A list of all available documentation for in markdown format.
16+
- [llms-full.txt](/llms-full.txt): Complete documentation in a single file in markdown format.
17+
18+
## Upcoming 8.x version
19+
20+
- [llms-v8.x.txt](/llms-v8.x.txt): A list of all available documentation for in markdown format.
21+
- [llms-full-v8.x.txt](/llms-full-v8.x.txt): Complete documentation in a single file in markdown format.
22+
23+
<details>
24+
<summary>Older versions</summary>
25+
26+
## 6.x
27+
28+
- [llms-v6.x.txt](/llms-v6.x.txt)
29+
- [llms-full-v6.x.txt](/llms-full-v6.x.txt)
30+
31+
## 5.x
32+
33+
- [llms-v5.x.txt](/llms-v5.x.txt)
34+
- [llms-full-v5.x.txt](/llms-full-v5.x.txt)
35+
36+
## 4.x
37+
38+
- [llms-v4.x.txt](/llms-v4.x.txt)
39+
- [llms-full-v4.x.txt](/llms-full-v4.x.txt)
40+
41+
## 3.x
42+
43+
- [llms-v3.x.txt](/llms-v3.x.txt)
44+
- [llms-full-v3.x.txt](/llms-full-v3.x.txt)
45+
46+
## 2.x
47+
48+
- [llms-v2.x.txt](/llms-v2.x.txt)
49+
- [llms-full-v2.x.txt](/llms-full-v2.x.txt)
50+
51+
## 1.x
52+
53+
- [llms-v1.x.txt](/llms-v1.x.txt)
54+
- [llms-full-v1.x.txt](/llms-full-v1.x.txt)
55+
56+
</details>

versioned_sidebars/version-7.x-sidebars.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,8 @@
160160
"pitch",
161161
"limitations",
162162
"used-by",
163-
"contributing"
163+
"contributing",
164+
"llms"
164165
]
165166
}
166167
]

versioned_sidebars/version-8.x-sidebars.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,8 @@
165165
"pitch",
166166
"limitations",
167167
"used-by",
168-
"contributing"
168+
"contributing",
169+
"llms"
169170
]
170171
}
171172
]

0 commit comments

Comments
 (0)