diff --git a/deploy/monorepo.mdx b/deploy/monorepo.mdx index b10f69d11..109c2869c 100644 --- a/deploy/monorepo.mdx +++ b/deploy/monorepo.mdx @@ -6,6 +6,21 @@ keywords: ["monorepo", "content directory", "multi-project repository"] Configure Mintlify to deploy documentation from a specific directory within a monorepo. This setup allows you to maintain documentation alongside your code in repositories that contain multiple projects or services. +A typical monorepo structure might look like this: + +```text +your-repo/ +├── apps/ +│ ├── web/ +│ └── api/ +├── docs/ +│ ├── docs.json +│ └── quickstart.mdx +└── package.json +``` + +In this example, you'd set your documentation path to `/docs`. + ## Prerequisites * Admin access to your Mintlify project.