docs: clarify llms-full.txt public access on partially authed sites#5862
Open
mintlify[bot] wants to merge 1 commit into
Open
docs: clarify llms-full.txt public access on partially authed sites#5862mintlify[bot] wants to merge 1 commit into
mintlify[bot] wants to merge 1 commit into
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. |
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
Documents that
llms-full.txtis now publicly accessible on partially authenticated sites (excluding pages that require authentication or belong to user groups), whilellms.txtstill requires authentication. Fully authenticated sites are unchanged.Changes
llms.txtpage to distinguish behavior betweenllms.txtandllms-full.txt.llms.txt and llms-full.txtrow in the Feature availability table into separate rows with the new partially authenticated behavior.Context
Upstream change makes
llms-full.txtbehave likesitemap.xmlandrobots.txton partially authenticated sites: it is served publicly with private and grouped pages filtered out, so AI tools can index public content without signing in.Note
Low Risk
Low risk documentation-only updates; the main risk is user confusion if the described auth behavior differs from actual product behavior.
Overview
Documentation now differentiates
llms.txtvsllms-full.txtaccess under authentication. Thellms.txtpage note is rewritten to explicitly state that on fully authenticated sites both files require sign-in, while on partially authenticated sitesllms-full.txtis public and filters out protected/group content butllms.txtstill requires authentication.Authentication docs are updated to match this behavior. The
Feature availabilityintro no longer implies all hosted files share the same auth rules, and the table splits the combinedllms.txt and llms-full.txtrow into separate rows reflecting publicllms-full.txton partially authenticated sites. These changes are mirrored in the Spanish and French versions.Reviewed by Cursor Bugbot for commit 9cdb960. Bugbot is set up for automated code reviews on this repo. Configure here.