Draft improvements from assistant conversations: llms.txt truncation#6294
Merged
Conversation
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
ethanpalm
reviewed
Jun 26, 2026
ethanpalm
approved these changes
Jun 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Document the 100,000-character cap on the auto-generated
llms.txtfile and point readers to the custom-file workaround.Changes
/ai/llmstxtexplaining the 100k-character truncation behavior and linking to the existing "Custom files" section as the way to remove the limit.Context
Recent assistant conversations showed users hitting the "index was truncated to stay under 100,000 characters" message in their generated
llms.txtwithout any docs explaining the limit or how to work around it. The custom-file override was already documented further down the page; this change makes the relationship between the two discoverable from the truncation context.Note
Low Risk
Documentation-only copy in four MDX locale files; no product or runtime behavior changes.
Overview
Adds a Note on the
llms.txtpage (English, Spanish, French, and Chinese) right after the structure overview, before the example block.The callout states that auto-generated
llms.txtis capped at 100,000 characters, that Mintlify truncates oversized output and notes how many pages were omitted, and links to Custom files as the way to list every page without that limit.Reviewed by Cursor Bugbot for commit 4c0e91f. Bugbot is set up for automated code reviews on this repo. Configure here.