Update from code changes: describe llms.txt v2 scoped indexes - #7092
Closed
mintlify-development[bot] wants to merge 1 commit into
Closed
Update from code changes: describe llms.txt v2 scoped indexes#7092mintlify-development[bot] wants to merge 1 commit into
mintlify-development[bot] wants to merge 1 commit into
Conversation
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
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
Update the
llms.txtdocs to describe the new v2 layout: scoped child indexes served under/_llms/<scope>.md, and the## Indexesdirectory that the rootllms.txtnow emits for large sites.Changes
/_llms/<scope>.mdpath, how scopes are chosen (navigation subtree, then URL path segment for large flat sections), the root## Indexesdirectory with breadcrumbs and unique page counts, and the recursive-follow instruction for AI tools.## Indexessection.es/,fr/, andzh/translations.Context
Follows mintlify/mint#10207, #10264, #10329, #10366 and mintlify/server#7654, which introduced the v2 planner/renderer, URL-segment grouping, scoped index route, and the root Indexes directory.
Note
Low Risk
Documentation-only changes to llms.txt guides; no runtime, auth, or data-handling code is modified.
Overview
Updates the llms.txt documentation (and es, fr, zh locales) to match the v2 index layout for large sites.
The 100k-character note now states that Mintlify splits oversized indexes into scoped child files at
/_llms/<scope>.mdso no pages are dropped, and that the cap applies to any single index file, not only the root.A new Scoped indexes for large sites section documents how scopes are chosen (navigation subtrees first, then URL path segments for large flat sections), the root
## Indexesdirectory with breadcrumbs, page counts, and recursive-follow instructions for AI tools, plus an example block. Reverse-proxy guidance for/_llms/*was already present and remains in place after the new section.Reviewed by Cursor Bugbot for commit 89062ee. Bugbot is set up for automated code reviews on this repo. Configure here.