We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aedbbb commit 7cad13dCopy full SHA for 7cad13d
guides/monorepo.mdx
@@ -34,7 +34,10 @@ Navigate to [Git Settings](https://dashboard.mintlify.com/settings/deployment/gi
34
</Step>
35
<Step title="Set your documentation path">
36
1. Select the **Set up as monorepo** toggle button.
37
-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`.
38
+<Note>
39
+ Do not include a trailing slash in the path.
40
+</Note>
41
3. Select **Save changes**.
42
43
</Steps>
0 commit comments