Update from code changes: refuse publishes that break navigation - #7488
Closed
mintlify[bot] wants to merge 2 commits into
Closed
mintlify[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.
|
ethanpalm
approved these changes
Sep 24, 2026
Collaborator
|
doesn't really need to be documented. it just happens |
This branch was successfully deployed
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
When you publish only some pending changes (granular publishing), Mintlify now refuses the publish if the selection would add navigation errors that the live site doesn't already have. Nothing is committed and the changes stay pending. Publishing all changes works as before. This PR adds that behavior to the granular publishing notes.
https://github.com/mintlify/server/pull/8505
Changes
editor/publish.mdx: new bullet under granular publishing about refused selections and how to fix themes,frandzhpagesNote
Low Risk
Documentation-only updates across four locale files with no runtime or config changes.
Overview
Documents granular publishing behavior when a partial publish would introduce new navigation errors on the live site (for example, a tab alongside top-level groups). Mintlify refuses the publish, makes no commit, and leaves changes pending; users must fix navigation or adjust their checkbox selection.
The same bullet is added under Publish specific changes in
editor/publish.mdxand the es, fr, and zh translations, aligned with the product change in mintlify/server#8505.Reviewed by Cursor Bugbot for commit 1639b9e. Bugbot is set up for automated code reviews on this repo. Configure here.