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: settings/llms.mdx
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,12 +5,15 @@ icon: "diagram-project"
5
5
---
6
6
7
7
All documentation pages are auto-hosted in a variety of markdown formats to make it easier for:
8
+
8
9
- End users to feed your docs into large language models (LLMs) for specific information retrieval
9
-
- LLMs to efficiently index your content without parsing HTML, ads, or JavaScript
10
+
- LLMs to efficiently index your content without parsing HTML or JavaScript
10
11
11
12
## Supported formats
12
-
We support industry standards such as [/llms.txt](https://llmstxt.org) as well as additional markdown formats.
13
+
14
+
We support industry standards such as [/llms.txt](https://llmstxt.org) as well as additional markdown formats.
15
+
13
16
-**/llms.txt**: A markdown file of a structured index of your docs is automatically hosted at /llms.txt. Helps general-purpose LLMs index more efficiently (e.g. a sitemap for AI).
14
17
-**/llms-full.txt**: A markdown file of all your docs content is automatically hosted at /llms-full.txt. Helps users load complete context into AI tools in one link.
15
18
-**.md support**: Add .md to an individual docs page to see a markdown version of that page. Helps load individual pages into AI tools with better token efficiency & inference time.
16
-
-**⌘ + c shortcut**: Copy markdown source of any page using command + c.
19
+
-**⌘ \+ c shortcut**: Copy markdown source of any page using command \+ c.
0 commit comments