Skip to content

Commit 495e3eb

Browse files
Documentation edits made through Mintlify web editor
1 parent c29a02c commit 495e3eb

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

settings/llms.mdx

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,15 @@ icon: "diagram-project"
55
---
66

77
All documentation pages are auto-hosted in a variety of markdown formats to make it easier for:
8+
89
- 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
1011

1112
## 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+
1316
- **/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).
1417
- **/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.
1518
- **.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

Comments
 (0)