Skip to content
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
4 changes: 0 additions & 4 deletions advanced/subpath/cloudflare.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ title: "Cloudflare"
description: "Host documentation at a /docs subpath using Cloudflare Workers"
---

import SubpathGatingSnippet from "/snippets/custom-subpath-gating.mdx";

<SubpathGatingSnippet platform="Cloudflare" />

## Create Cloudflare Worker

Navigate to the `Workers & Pages > Create application > Create worker`. You
Expand Down
4 changes: 0 additions & 4 deletions advanced/subpath/route53-cloudfront.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ sidebarTitle: "AWS"
description: "Host documentation at a /docs subdirectory using AWS services"
---

import SubpathGatingSnippet from "/snippets/custom-subpath-gating.mdx";

<SubpathGatingSnippet platform="AWS Services" />

## Create Cloudfront Distribution

Navigate to [Cloudfront](https://aws.amazon.com/cloudfront) inside the AWS console and click on `Create distribution`
Expand Down
4 changes: 0 additions & 4 deletions advanced/subpath/vercel.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ title: "Vercel"
description: "Host documentation at a /docs subpath using Vercel"
---

import SubpathGatingSnippet from "/snippets/custom-subpath-gating.mdx";

<SubpathGatingSnippet platform="Vercel" />

## vercel.json Configuration

To host your documentation at a custom subpath using Vercel, you need to add the
Expand Down
4 changes: 2 additions & 2 deletions mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"pages": [
"api-playground/overview",
{
"group": "Using OpenAPI",
"group": "OpenAPI",
"icon": "brackets-curly",
"pages": [
"api-playground/openapi/setup",
Expand All @@ -98,7 +98,7 @@
]
},
{
"group": "Using MDX",
"group": "MDX",
"icon": "markdown",
"pages": [
"api-playground/mdx/configuration",
Expand Down
2 changes: 1 addition & 1 deletion quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ your docs.

Integrate your docs into your website by hosting them on a custom domain. This is included even in the free plan.

Navigate to your [dashboard settings](https://www.dashboard.mintlify.com/settings) to add a custom domain.
Navigate to your [dashboard settings](https://dashboard.mintlify.com/settings) to add a custom domain.

<Frame>
![Custom Domain](/images/custom-domain.png)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: "Mintlify Dashboard Handshake"
title: "Mintlify Auth Handshake"
description: "Use Mintlify to authenticate users"
---

<Info>
The Mintlify Dashboard Handshake is available only for Authentication, *not*
The Mintlify Auth Handshake is available only for Authentication, *not*
Personalization.
</Info>

Expand All @@ -25,7 +25,7 @@ to be internal, and the people that will be viewing my docs are the same people
contribute to my docs.

To set up authentication with Mintlify, I can go to my [Mintlify dashboard settings](https://dashboard.mintlify.com/products/authentication)
and enable Authentication with the Mintlify Dashboard Handshake.
and enable Authentication with the Mintlify Auth Handshake.

I can then ensure that anyone that should be able to read the docs has been added as a user in
my [Mintlify dashboard settings](https://dashboard.mintlify.com/settings/organization/members).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Authentication offers two additional Handshake methods:

- **Password Handshake**, which protects your website with a single configurable global password.

- **Mintlify Dashboard Handshake**, which will allow users to view your documentation only if they have
- **Mintlify Auth Handshake**, which will allow users to view your documentation only if they have
access to your dashboard.

Personalization offers one additional Handshake method:
Expand Down
5 changes: 0 additions & 5 deletions settings/authentication-personalization/authentication.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ title: "Authentication"
description: "Guarantee privacy of your docs by authenticating users"
---

<Note>
Authentication is an enterprise feature. To get access, [contact
sales](mailto:[email protected]).
</Note>

Authentication offers full privacy for all of your
documentation content by requiring users to authenticate before viewing any content, such as:

Expand Down
4 changes: 0 additions & 4 deletions settings/authentication-personalization/personalization.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ title: 'Personalization'
description: 'A list of features unlocked with Personalization'
---

<Note>
Personalization is an enterprise feature. To get access, [contact sales](mailto:[email protected]).
</Note>

Personalization refers to a suite of features that allow you to customize your
documentation experience based on some information about the user. There are
three major features of Personalization:
Expand Down
5 changes: 0 additions & 5 deletions settings/gitlab.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ description: "Sync your docs with a GitLab repo"
icon: "gitlab"
---

<Check>
GitLab integration is available on the [Enterprise
plan](https://mintlify.com/pricing).
</Check>

We use a combination of Access tokens and Webhooks to authenticate and sync
changes between GitLab and Mintlify.

Expand Down
Loading