Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion deploy/docs-subpath.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,12 @@ If you proxy all traffic on your custom domain, you may need to configure [heade

## Custom subpaths

If you need your documentation at a subpath other than `/docs` (for example, `/help` or `/guides`), contact the [Mintlify team](mailto:support@mintlify.com) with details about your desired path and hosting setup.
You can host your documentation at any custom subpath (for example, `/help` or `/guides`) by setting the `basePath` configuration in your `docs.json` file:

```json docs.json
{
"basePath": "/help"
}
```

After configuring `basePath`, follow the setup instructions for your hosting provider above to route traffic to your documentation at the custom subpath.