docs: clarify llms-full.txt behavior on authenticated sites#5861
Open
mintlify[bot] wants to merge 2 commits into
Open
docs: clarify llms-full.txt behavior on authenticated sites#5861mintlify[bot] wants to merge 2 commits into
mintlify[bot] wants to merge 2 commits 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
Updates
llms.txtand authentication docs to reflect new auth-aware behavior forllms-full.txt: fully authenticated sites no longer serve the file (returns 404), and partially authenticated sites only include public pages.Changes
llms.txtpage to break down behavior for public, partially authenticated, and fully authenticated sites.llms.txt and llms-full.txtrow reflects the new behavior in each mode.es,fr, andzhtranslations.Context
The upstream change updates the
llms-full.txtroute to fetch from a new client controller that enforces auth rules: fully authenticated deployments 404, and partially authenticated deployments expose only public content (even to logged-in viewers). The previous docs implied both modes simply gated the files behind login.Note
Low Risk
Low risk documentation-only change; no runtime code or configuration behavior is modified.
Overview
Clarifies in
ai/llmstxt.mdx(andes/fr/zhtranslations) howllms.txt/llms-full.txtbehave under public, partially authenticated, and fully authenticated deployments, including that fully authenticated sites return 404 forllms-full.txtand partially authenticated sites include only public pages.Updates the authentication docs’ Feature availability table (
deploy/authentication-setup.mdxand translations) to match this new behavior, and refreshes the Spanish/French page descriptions to be more specific about supported auth methods.Reviewed by Cursor Bugbot for commit 50d7474. Bugbot is set up for automated code reviews on this repo. Configure here.