Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
"pages": [
"settings/custom-domain",
"settings/seo",
"settings/llms",
"settings/custom-scripts",
"settings/broken-links",
"settings/github",
Expand Down
15 changes: 15 additions & 0 deletions settings/llms.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: "LLM ingestion"
icon: "diagram-project"
---

All documentation pages are auto-hosted in a variety of markdown formats to make it easier for:
- End users to feed your docs into large language models (LLMs) for specific information retrieval

Check warning on line 7 in settings/llms.mdx

View check run for this annotation

Mintlify / Mintlify Validation - vale-spellcheck

settings/llms.mdx#L7

Did you really mean 'LLMs'?
- LLMs to efficiently index your content without parsing HTML, ads, or JavaScript

Check warning on line 8 in settings/llms.mdx

View check run for this annotation

Mintlify / Mintlify Validation - vale-spellcheck

settings/llms.mdx#L8

Did you really mean 'LLMs'?

## Supported formats
We support industry standards such as [/llms.txt](https://llmstxt.org) as well as additional markdown formats.
- **/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).

Check warning on line 12 in settings/llms.mdx

View check run for this annotation

Mintlify / Mintlify Validation - vale-spellcheck

settings/llms.mdx#L12

Did you really mean 'LLMs'?
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not technically append. I would phrase it like

  • An llms.txt link is automatically generated from your content...

- **/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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

and ditto to the rest of the content

- **.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.
- **⌘ + c shortcut**: Copy markdown source of any page using command + c.