From b5daea2430a4e54491212740cb6396221e311562 Mon Sep 17 00:00:00 2001 From: Hahnbee Lee <55263191+hahnbeelee@users.noreply.github.com> Date: Thu, 7 Nov 2024 19:59:27 -0800 Subject: [PATCH] fix typo + remove "reach out" callout --- advanced/subpath/cloudflare.mdx | 6 ------ advanced/subpath/vercel.mdx | 8 +------- 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/advanced/subpath/cloudflare.mdx b/advanced/subpath/cloudflare.mdx index 096eee139..5ab76718d 100644 --- a/advanced/subpath/cloudflare.mdx +++ b/advanced/subpath/cloudflare.mdx @@ -84,9 +84,3 @@ async function handleRequest(request) { Click on `Deploy` and wait for the changes to propagate (it can take up to a few hours). - -## Reach out to Mintlify team - -Once completing the Cloudflare setup, the Mintlify team will setup the -subdirectory settings in your deployment. Reach out over -[email](mailto:sales@mintlify.com). diff --git a/advanced/subpath/vercel.mdx b/advanced/subpath/vercel.mdx index d044e8273..b474b694a 100644 --- a/advanced/subpath/vercel.mdx +++ b/advanced/subpath/vercel.mdx @@ -7,7 +7,7 @@ import SubpathGatingSnippet from "/snippets/custom-subpath-gating.mdx"; -## Mint.json Configuration +## vercel.json Configuration To host your documentation at a custom subpath using Vercel, you need to add the following configuration to your `vercel.json` file. @@ -32,9 +32,3 @@ following configuration to your `vercel.json` file. out the [Project Configuration: Rewrites](https://vercel.com/docs/projects/project-configuration#rewrites) - -## Reach out to Mintlify team - -Once completing the Vercel setup, the Mintlify team will setup the -subdirectory settings in your deployment. Reach out over -[email](mailto:sales@mintlify.com).