Update from code changes: custom llms.txt on authenticated sites - #7113
Closed
mintlify[bot] wants to merge 2 commits into
Closed
Update from code changes: custom llms.txt on authenticated sites#7113mintlify[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
Custom
llms.txtandllms-full.txtfiles on authentication-enabled sites are now served to anonymous visitors when every page they link to or embed is public. If a custom file references any protected or group-restricted page, it stays behind authentication and anonymous visitors receive the automatically generated file. Deleting a custom file restores the generated file for all visitors. See the triggering change: https://github.com/mintlify/server/pull/7754Changes
Note
Low Risk
Documentation-only updates with no application or auth logic changes.
Overview
Documents how custom
llms.txt/llms-full.txtbehave on sites with authentication: on each deploy, Mintlify scans linked or embedded pages; if every reference is public (public: true, nogroups), anonymous visitors and AI tools get the custom file—otherwise they get the auto-generated index while signed-in users still get the custom file.Adds Custom files on authenticated sites to the llms.txt guide (en, es, fr, zh), extends the partially authenticated row in the authentication feature table (including a fix for es/fr rows that previously misstated partial-auth behavior), and ships a new help center article with visibility rules and troubleshooting steps, registered in
docs.jsonand locale nav configs.Reviewed by Cursor Bugbot for commit ebb345a. Bugbot is set up for automated code reviews on this repo. Configure here.