Update from code changes: document selective publishing setting - #7319
Open
mintlify[bot] wants to merge 1 commit into
Open
Update from code changes: document selective publishing setting#7319mintlify[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.
|
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 new Selective publishing editor setting that lets admins enable per-change checkboxes when publishing directly to the deployment branch.
Changes
Context
The web editor now toggles each pending change independently in the publish flow instead of grouping all configuration changes together, and adds a deployment-wide "Selective publishing" setting (persisted, default off) that gates the per-row checkboxes. Removal-related rows still select and deselect as a group so partial publishes stay consistent. The settings toggle ships unconditionally, but the per-row checkboxes in the publish flow are additionally gated behind a remote feature flag (
scoped-publishing), so confirm rollout state before merging.https://github.com/mintlify/mint/pull/10658
Note
Low Risk
Documentation-only changes with no runtime, security, or data-handling impact.
Overview
Documents the new Selective publishing editor setting and how it affects direct Publish on an unprotected deployment branch.
Adds a Selective publishing section to
editor/settings(with#selective-publishinganchors in localized pages): per-change checkboxes in the publish flow, default off, scope limited to unprotected deployment-branch publishes, and dependent changes toggling together (e.g. page delete + nav entry). Extends the Publish action description oneditor/publishwith a link to that setting. The same updates are mirrored in Spanish, French, and Chinese.Reviewed by Cursor Bugbot for commit 56759eb. Bugbot is set up for automated code reviews on this repo. Configure here.