diff --git a/mint.json b/mint.json index 0636b03..b6e13a7 100644 --- a/mint.json +++ b/mint.json @@ -122,7 +122,8 @@ }, { "group": "Advanced", - "pages": [{ + "pages": [ + { "icon": "code", "group": "Custom Scripts", "pages": [ @@ -196,7 +197,10 @@ }, { "group": "SDKs", - "pages": ["integrations/sdks/speakeasy", "integrations/sdks/stainless"] + "pages": [ + "integrations/sdks/speakeasy", + "integrations/sdks/stainless" + ] }, { "group": "Support", @@ -208,7 +212,10 @@ }, { "group": "Privacy", - "pages": ["integrations/privacy/overview", "integrations/privacy/osano"] + "pages": [ + "integrations/privacy/overview", + "integrations/privacy/osano" + ] }, { "group": "Components", @@ -240,7 +247,9 @@ }, { "group": "Changelog", - "pages": ["changelog/overview"] + "pages": [ + "changelog/overview" + ] } ], "footer": { @@ -324,4 +333,4 @@ "publicApiKey": "pk_76a6caa274e800f3ceff0b2bc6b9b9d82ab8" } } -} +} \ No newline at end of file diff --git a/settings/custom-domain.mdx b/settings/custom-domain.mdx index 015e845..902fe21 100644 --- a/settings/custom-domain.mdx +++ b/settings/custom-domain.mdx @@ -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. DNS -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:sales@mintlify.com) if you don't see the custom subdomain set up after the above configuration. +Please [contact support](mailto:sales@mintlify.com) if you don't see the custom subdomain set up after the above configuration. \ No newline at end of file