-
Notifications
You must be signed in to change notification settings - Fork 157
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Documentation edits made through Mintlify web editor
- Loading branch information
1 parent
20d5292
commit 9ff1adf
Showing
2 changed files
with
29 additions
and
7 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
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 |
---|---|---|
|
@@ -34,6 +34,19 @@ To set up your documentation on a custom subdomain, you'll need to set your desi | |
|
||
If Vercel happens to be your domain provider, you will have to add a verification `TXT` record. This information will show on your dashboard after submitting your custom subdomain, as well as be emailed to you. | ||
|
||
## Domain Verification (Optional) | ||
|
||
Some domain providers might require additional verification through a TXT record. If required: | ||
|
||
1. Create a TXT record in your DNS settings | ||
2. Use the following format: | ||
``` | ||
Type: TXT | ||
Name: @ or your subdomain | ||
Value: [verification code provided by your domain provider] | ||
``` | ||
The verification code will be specific to your domain and provider. If you're unsure whether this step is necessary, proceed to the DNS configuration below. | ||
|
||
## Configuring your DNS | ||
|
||
1. Proceed to your domain's DNS settings on your domain provider. | ||
|
@@ -47,6 +60,6 @@ CNAME | docs | cname.vercel-dns.com. | |
<img alt="DNS" src="https://mintlify-assets.b-cdn.net/mintlify-dns.png" /> | ||
</Frame> | ||
|
||
If you are using Cloudflare for your DNS provider, you'll need to have the “full strict” security option enabled for the https setting. | ||
If you are using Cloudflare for your DNS provider, you'll need to have the "full strict" security option enabled for the https setting. | ||
|
||
Please [contact support](mailto:[email protected]) if you don't see the custom subdomain set up after the above configuration. | ||
Please [contact support](mailto:[email protected]) if you don't see the custom subdomain set up after the above configuration. |