You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -31,8 +31,8 @@ plugins:
31
31
markdown_description: Long description of my project.
32
32
sections:
33
33
Usage documentation:
34
-
- file1.md
35
-
- file2.md
34
+
- file1.md: Description of file1
35
+
- file2.md# Descriptions are optional.
36
36
```
37
37
38
38
The resulting `/llms.txt` file will be available at the root of your documentation. With the previous example, it will be accessible at https://myproject.com/llms.txt and will contain the following:
@@ -46,7 +46,7 @@ Long description of my project.
46
46
47
47
## Usage documentation
48
48
49
-
- [File1 title](https://myproject.com/file1.md)
49
+
- [File1 title](https://myproject.com/file1.md): Description of file1
0 commit comments