You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds a new Multiple sources page to the Deploy section explaining how Mintlify merges per-source docs.json configs into a single navigation.products tree for deployments that pull from more than one git repository.
Changes
New page deploy/multiple-sources.mdx covering:
The primary source vs. additional sources, and which top-level fields each contributes.
How mount paths are prefixed onto page paths, OpenAPI/AsyncAPI references, and global navigation hrefs.
A worked example showing two source configs and the merged result.
Build failure cases (missing/invalid config, empty or overlapping mount paths, nested products).
Added the page to the Deploy group in docs.json and mirrored to es, fr, and zh (including translated copies of the new page).
Context
Documents the merging behavior introduced in mintlify/server#5887, which lets the update workflow combine multiple per-source docs configs into one merged config at build time.
Note
Low Risk
Documentation and navigation-only changes with no runtime or application logic.
Overview
Adds a new Multiple sources Deploy doc page and wires it into English and localized navigation (es, fr, zh).
The page explains how multi-repo deployments merge per-source docs.json files at build time: the primary source supplies top-level site config, additional sources contribute only navigation (each becoming a navigation.products entry), and mount paths prefix page paths, API spec references, and global nav hrefs. It includes a two-source worked example and documents build failure cases (invalid/missing config, empty or overlapping mount paths, per-source navigation.products).
Localized copies mirror the English content; es/fr/zh use div wrappers with section IDs for anchor stability.
Reviewed by Cursor Bugbot for commit 9d92f9f. Bugbot is set up for automated code reviews on this repo. Configure here.
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
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
Adds a new
Multiple sourcespage to the Deploy section explaining how Mintlify merges per-sourcedocs.jsonconfigs into a singlenavigation.productstree for deployments that pull from more than one git repository.Changes
deploy/multiple-sources.mdxcovering:hrefs.products).docs.jsonand mirrored toes,fr, andzh(including translated copies of the new page).Context
Documents the merging behavior introduced in mintlify/server#5887, which lets the update workflow combine multiple per-source docs configs into one merged config at build time.
Note
Low Risk
Documentation and navigation-only changes with no runtime or application logic.
Overview
Adds a new Multiple sources Deploy doc page and wires it into English and localized navigation (
es,fr,zh).The page explains how multi-repo deployments merge per-source
docs.jsonfiles at build time: the primary source supplies top-level site config, additional sources contribute onlynavigation(each becoming anavigation.productsentry), and mount paths prefix page paths, API spec references, and global navhrefs. It includes a two-source worked example and documents build failure cases (invalid/missing config, empty or overlapping mount paths, per-sourcenavigation.products).Localized copies mirror the English content;
es/fr/zhusedivwrappers with section IDs for anchor stability.Reviewed by Cursor Bugbot for commit 9d92f9f. Bugbot is set up for automated code reviews on this repo. Configure here.