Conversation
Adds a page for tagging pages and navigation groups with an audience so each kind of reader is shown the content written for them, with the reserved default audience, how readers land in an audience from their groups, how the property combines with groups and public, and a worked example. Cross-links from the authentication, personalization, and navigation pages. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Shorter sections, one idea per sentence, and plainer cross-links. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
chitalian
marked this pull request as ready for review
September 17, 2026 15:59
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
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 the
audienceproperty. Implementation is in mintlify/mint#11279 and mintlify/server#8224. Merge this with them.create/audiences.mdx. How to tag navigation groups and pages, the reserveddefaultaudience, how readers get an audience from thegroupsin their user data, howaudienceworks alongsidegroupsandpublic, where it applies, and a worked example with a who-sees-what table.The model
An audience is a group name. A reader whose user data includes
internalis in theinternalaudience. Pages tagged with an audience are shown only to readers in it, across navigation, search, the assistant, and MCP. Untagged pages are shown to everyone.defaultis reserved for readers who match no audience, which includes every signed-out visitor. Audience decides what a reader sees. Groups still decide what a reader can open.Sample sites: products-based workaround and audiences sample.
🤖 Generated with Claude Code
Note
Low Risk
Documentation-only changes with no product code or configuration behavior in this repo.
Overview
Adds Audiences documentation so readers can learn how to tag pages and nav groups with
audience, use the reserveddefaultaudience, and combineaudiencewithgroupsandpublic.The new
create/audiences.mdxpage covers tagging indocs.jsonand frontmatter, how signed-in readers inherit audiences from usergroups, the Viewing as control, which surfaces filter by audience (nav, search, assistant, MCP,llms.txt/sitemap), and a worked example with a who-sees-what table. It notes closed beta and Enterprise/auth requirements.Cross-links were added from authentication setup (groups vs visibility), personalization (page visibility warning), and navigation (optional
audienceon groups).docs.jsonregisters the page under Create after personalization.Reviewed by Cursor Bugbot for commit 787e552. Bugbot is set up for automated code reviews on this repo. Configure here.