Skip to content

Commit

Permalink
Documentation edits made through Mintlify web editor
Browse files Browse the repository at this point in the history
  • Loading branch information
mintlify[bot] authored Nov 21, 2024
1 parent 20d5292 commit 9ff1adf
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 7 deletions.
19 changes: 14 additions & 5 deletions mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@
},
{
"group": "Advanced",
"pages": [{
"pages": [
{
"icon": "code",
"group": "Custom Scripts",
"pages": [
Expand Down Expand Up @@ -196,7 +197,10 @@
},
{
"group": "SDKs",
"pages": ["integrations/sdks/speakeasy", "integrations/sdks/stainless"]
"pages": [
"integrations/sdks/speakeasy",
"integrations/sdks/stainless"
]
},
{
"group": "Support",
Expand All @@ -208,7 +212,10 @@
},
{
"group": "Privacy",
"pages": ["integrations/privacy/overview", "integrations/privacy/osano"]
"pages": [
"integrations/privacy/overview",
"integrations/privacy/osano"
]
},
{
"group": "Components",
Expand Down Expand Up @@ -240,7 +247,9 @@
},
{
"group": "Changelog",
"pages": ["changelog/overview"]
"pages": [
"changelog/overview"
]
}
],
"footer": {
Expand Down Expand Up @@ -324,4 +333,4 @@
"publicApiKey": "pk_76a6caa274e800f3ceff0b2bc6b9b9d82ab8"
}
}
}
}
17 changes: 15 additions & 2 deletions settings/custom-domain.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.

0 comments on commit 9ff1adf

Please sign in to comment.