-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix typo + remove "reach out" callout (#335)
- Loading branch information
1 parent
2e19029
commit 71b30ce
Showing
2 changed files
with
1 addition
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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:[email protected]). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ import SubpathGatingSnippet from "/snippets/custom-subpath-gating.mdx"; | |
|
||
<SubpathGatingSnippet platform="Vercel" /> | ||
|
||
## 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) | ||
</Note> | ||
|
||
## 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:[email protected]). |