Skip to content

Commit 709955d

Browse files
added llms.txt to docs
1 parent ab5f5e7 commit 709955d

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

docs.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
"pages": [
8181
"settings/custom-domain",
8282
"settings/seo",
83+
"settings/llms",
8384
"settings/custom-scripts",
8485
"settings/broken-links",
8586
"settings/github",

settings/llms.mdx

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: "LLM ingestion"
3+
icon: "diagram-project"
4+
---
5+
6+
All documentation pages are auto-hosted in a variety of markdown formats to make it easier for:
7+
- End users to feed your docs into large language models (LLMs) for specific information retrieval
8+
- LLMs to efficiently index your content without parsing HTML, ads, or JavaScript
9+
10+
## Supported formats
11+
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.
15+
- **⌘ + c shortcut**: Copy markdown source of any page using command + c.

0 commit comments

Comments
 (0)