Skip to content

Commit 4969b3c

Browse files
added description
1 parent bdaa7c9 commit 4969b3c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

settings/llms.mdx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: "LLM Ingestion"
2+
title: "LLM ingestion"
3+
description: "How to feed your docs into LLMs"
34
icon: "diagram-project"
45
---
56

@@ -9,7 +10,7 @@ All documentation pages are auto-hosted in a variety of markdown formats to make
910

1011
## Supported formats
1112
We support industry standards such as [/llms.txt](https://llmstxt.org) as well as additional markdown formats.
12-
- **/llms.txt**: Append /llms.txt to your documentation to see a structured index. Helps general-purpose LLMs index more efficiently (e.g. a sitemap for AI).
13-
- **/llms-full.txt**: Append /llms-full.txt to your docs URL to see a single markdown file of all your docs content. Helps users load complete context into AI tools in one link.
14-
- **.md support**: Append .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.
13+
- **/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+
- **/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+
- **.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.
1516
- **⌘ + c shortcut**: Copy markdown source of any page using command + c.

0 commit comments

Comments
 (0)