From 4fc3ab3dea9b009a8b63dd793f32b5c203b62fd1 Mon Sep 17 00:00:00 2001 From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> Date: Fri, 6 Jun 2025 09:29:08 -0700 Subject: [PATCH] note to not use trailing slash --- guides/monorepo.mdx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/guides/monorepo.mdx b/guides/monorepo.mdx index c6b5f64d..e94790d6 100644 --- a/guides/monorepo.mdx +++ b/guides/monorepo.mdx @@ -34,7 +34,10 @@ Navigate to [Git Settings](https://dashboard.mintlify.com/settings/deployment/gi 1. Select the **Set up as monorepo** toggle button. -2. Enter the relative path to your docs directory. +2. Enter the relative path to your docs directory. For example, if your docs are in the `docs` directory, enter `/docs`. + + Do not include a trailing slash in the path. + 3. Select **Save changes**.