Document product name property and site-wide public setting#4785
Open
mintlify[bot] wants to merge 5 commits intomainfrom
Open
Document product name property and site-wide public setting#4785mintlify[bot] wants to merge 5 commits intomainfrom
mintlify[bot] wants to merge 5 commits intomainfrom
Conversation
Generated-By: mintlify-agent
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
name only affects the switcher trigger label (selected product), not the dropdown list items, which always show the product identifier. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Group-level public overrides are not reflected in page access control — only frontmatter-level public: false gates unauthenticated access. Co-Authored-By: Claude Sonnet 4.6 <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 two previously undocumented configuration options identified from the latest package bump:
nameproperty: Products now support an optionalnamefield that sets a display name in the product switcher, separate from theproductidentifier. Also documents thehiddenproperty for products.publicsetting: A top-levelpublicboolean indocs.jsonthat changes the default visibility of all pages when authentication is enabled. Whentrue, pages are publicly accessible unless explicitly overridden.Changes
organize/navigation.mdx: Added a properties table for products and updated the example to shownameusageorganize/settings-reference.mdx: Addedname,hiddento products type description; addedpublicto quick reference table and full property referencedeploy/authentication-setup.mdx: Added site-wide default section explaining the top-levelpublicpropertyNote
Low Risk
Low risk: documentation-only changes that describe existing configuration options; no runtime or schema enforcement code is modified.
Overview
Documents a new site-level
publicflag indocs.jsonthat flips the default visibility when authentication is enabled, with guidance on overriding via page frontmatter.Expands product switcher docs to list supported product fields (including
nameandhidden) and updates examples/type references accordingly, plus minor copy edits aroundexpandedgroup behavior.Written by Cursor Bugbot for commit de7a4bb. This will update automatically on new commits. Configure here.