A monorepo deployment uses a single repository with a subdirectory of docs. To combine content from more than one repository into one site, see Multi-repository deployments.
/docs.
Prerequisites
- Admin access to your Mintlify project.
- Documentation files organized in a dedicated directory within your monorepo.
- A valid
docs.jsonin your documentation directory.
Configure monorepo deployment
1
Access Git settings
Navigate to Git Settings in your dashboard.

2
Set your documentation path
- Enable the docs.json is in a subdirectory toggle.
- Enter the relative path to your docs directory. For example, if your docs are in the
docsdirectory, enter/docs.
Do not include a trailing slash in the path.
- Click Save changes. Saving triggers a new deployment from the configured path.
