Document variable merging in multi-repository deployments - #6994
Merged
Conversation
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
ethanpalm
approved these changes
Aug 17, 2026
ethanpalm
left a comment
Collaborator
There was a problem hiding this comment.
two small style nits. lgtm!
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
This was referenced Aug 17, 2026
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
variablesfrom each source repository'sdocs.jsonare merged into the deployed site in multi-repository deployments, with base source precedence and first-source-wins for non-base conflicts (mintlify/server#7483)Test plan
/deploy/multi-repoand confirm it matches the merge behavior shipped in mintlify/server#7483Note
Low Risk
Documentation-only changes to deploy/multi-repo.mdx with no runtime or configuration impact.
Overview
Documents how
variablesfrom each source repo’sdocs.jsonare merged on multi-repository deployments, matching behavior from mintlify/server#7483.The base source paragraph now notes that non-base sources also contribute variables the base doesn’t define, with a link to the new section. Variables across sources explains site-wide merge,
{{variableName}}usage across sources, base-source precedence on duplicate keys, and first-configured non-base source wins when the base omits the key (with a deployment warning).Reviewed by Cursor Bugbot for commit 68f1b5c. Bugbot is set up for automated code reviews on this repo. Configure here.