Skip to content

Update support links #835

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 20, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion advanced/subpath/route53-cloudfront.mdx
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: "AWS Route 53 and Cloudfront"

Check warning on line 2 in advanced/subpath/route53-cloudfront.mdx

View check run for this annotation

Mintlify / Mintlify Validation - vale-spellcheck

advanced/subpath/route53-cloudfront.mdx#L2

Did you really mean 'Cloudfront'?
sidebarTitle: "AWS"
description: "Host documentation at a /docs subdirectory using AWS services"
---

## Create Cloudfront Distribution

Check warning on line 7 in advanced/subpath/route53-cloudfront.mdx

View check run for this annotation

Mintlify / Mintlify Validation - vale-spellcheck

advanced/subpath/route53-cloudfront.mdx#L7

Did you really mean 'Cloudfront'?

Navigate to [Cloudfront](https://aws.amazon.com/cloudfront) inside the AWS console and click on `Create distribution`

Expand Down Expand Up @@ -40,16 +40,16 @@
We want to find a staging URL that mirrors where the main domain (example.com). This is highly variant depending on how your landing page is hosted.

<Info>
For instance, if your landing page is hosted on Webflow, you can use the

Check warning on line 43 in advanced/subpath/route53-cloudfront.mdx

View check run for this annotation

Mintlify / Mintlify Validation - vale-spellcheck

advanced/subpath/route53-cloudfront.mdx#L43

Did you really mean 'Webflow'?
Webflow's staging URL. It would look like `.webflow.io`.

Check warning on line 44 in advanced/subpath/route53-cloudfront.mdx

View check run for this annotation

Mintlify / Mintlify Validation - vale-spellcheck

advanced/subpath/route53-cloudfront.mdx#L44

Did you really mean 'Webflow's'?

If you use Vercel, you use the `.vercel.app` domain available for every project.

Check warning on line 46 in advanced/subpath/route53-cloudfront.mdx

View check run for this annotation

Mintlify / Mintlify Validation - vale-spellcheck

advanced/subpath/route53-cloudfront.mdx#L46

Did you really mean 'Vercel'?

</Info>
<Note>

If you're unsure on how to get a staging URL for your landing page, [contact
support](https://mintlify.com/docs/support) and we'd be happy to help
support](/contact-support) and we'd be happy to help

</Note>

Expand All @@ -59,11 +59,11 @@
![Cloudfront Default Origins](/images/cloudfront/default-origin.png)
</Frame>

By this point, you should have two Origins - one with `[SUBDOMAIN].mintlify.app` and another with with staging URL.

Check warning on line 62 in advanced/subpath/route53-cloudfront.mdx

View check run for this annotation

Mintlify / Mintlify Validation - vale-spellcheck

advanced/subpath/route53-cloudfront.mdx#L62

'with' is repeated!

## Set Behaviors

Behaviors in Cloudfront enables control over the subpath logic. At a high level, we're looking to create the following logic.

Check warning on line 66 in advanced/subpath/route53-cloudfront.mdx

View check run for this annotation

Mintlify / Mintlify Validation - vale-spellcheck

advanced/subpath/route53-cloudfront.mdx#L66

Did you really mean 'Cloudfront'?

Check warning on line 66 in advanced/subpath/route53-cloudfront.mdx

View check run for this annotation

Mintlify / Mintlify Validation - vale-spellcheck

advanced/subpath/route53-cloudfront.mdx#L66

Did you really mean 'subpath'?

- **If a user lands on /docs**, go to `[SUBDOMAIN].mintlify.dev`
- **If a user lands on any other page**, go the current landing page
Expand Down Expand Up @@ -113,7 +113,7 @@

## Connecting it with Route53

Now, we're going to bring the functionality of the Cloudfront distribution into your primary domain.

Check warning on line 116 in advanced/subpath/route53-cloudfront.mdx

View check run for this annotation

Mintlify / Mintlify Validation - vale-spellcheck

advanced/subpath/route53-cloudfront.mdx#L116

Did you really mean 'Cloudfront'?

<Note>
For this section, you can also refer to AWS's official guide on [Configuring
Expand Down
2 changes: 1 addition & 1 deletion guides/migration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
</Card>
</CardGroup>

Don't see your docs provider or have a home grown system? We can still help\! Please [contact support](https://mintlify.com/docs/support).
Don't see your docs provider or have a home grown system? We can still help! Please [contact support](/contact-support).

## Commands

Expand Down Expand Up @@ -141,7 +141,7 @@

</CodeGroup>

Provide the relative path or URL to the OpenAPI file to generate frontmatter files for each endpoint.

Check warning on line 144 in guides/migration.mdx

View check run for this annotation

Mintlify / Mintlify Validation - vale-spellcheck

guides/migration.mdx#L144

Did you really mean 'frontmatter'?

```bash
mintlify-scrape openapi-file [openApiFilename]
Expand Down
3 changes: 0 additions & 3 deletions quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,3 @@ If you encounter issues during the setup process, check these common troubleshoo
Verify that your DNS records are set up correctly and allow sufficient time for DNS propagation (up to 48 hours). You can use tools like [DNSChecker](https://dnschecker.org) to verify your CNAME record.
</Accordion>
</AccordionGroup>


Need more help? [Contact our Support Team](https://mintlify.com/docs/support).
4 changes: 1 addition & 3 deletions translations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
* **Ambiguous link anchors**: Accurately describe where a link goes and avoid ambiguous link anchors like `Click here`. When possible, use the exact title of the page or resource that a link points to.
* **Avoid**: "Click `[here](path/to/getting-started-guide)` to learn more about the setup process."
* **Better**: "Learn more about the setup process in our `[getting started guide](path/to/getting-started-guide)`."
* **Nominalizations**: Verbs or adjectives turned into nouns, often ending in -ion, -ment, or -ness. Use active verbs instead.

Check warning on line 95 in translations.mdx

View check run for this annotation

Mintlify / Mintlify Validation - vale-spellcheck

translations.mdx#L95

Did you really mean 'Nominalizations'?
* **Avoid**: "The configuration of your navigation requires a valid `docs.json`."
* **Better**: "You must have a valid `docs.json` to configure your navigation."
* **Stacked modifiers**: Multiple nouns or adjectives grouped together create ambiguity about relationships between words.
Expand Down Expand Up @@ -153,7 +153,7 @@
- Confirm that your content uses valid `MDX` formatting.
- Confirm that your `docs.json` file is properly configured.

If you're still running into problems, please [contact support](https://mintlify.com/docs/support).
If you're still running into problems, please [contact support](/contact-support).
</Accordion>

<Accordion title="Why do translation PRs sometimes include unchanged sections?">
Expand All @@ -164,8 +164,6 @@

<Accordion title="My desired language isn't available.">
We offer translations for all languages supported by the [languages](/navigation#languages) feature.

If the language you'd like to translate to is not listed, please [contact support](https://mintlify.com/docs/support) and we'll be happy to assist.
</Accordion>

<Accordion title="Can I define specific translations for words or prevent terms from being translated?">
Expand Down