Skip to content

Commit 381ed48

Browse files
committed
Han's changes
1 parent 12ef575 commit 381ed48

File tree

9 files changed

+6
-32
lines changed

9 files changed

+6
-32
lines changed

advanced/subpath/cloudflare.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ title: "Cloudflare"
33
description: "Host documentation at a /docs subpath using Cloudflare Workers"
44
---
55

6-
import SubpathGatingSnippet from "/snippets/custom-subpath-gating.mdx";
7-
8-
<SubpathGatingSnippet platform="Cloudflare" />
9-
106
## Create Cloudflare Worker
117

128
Navigate to the `Workers & Pages > Create application > Create worker`. You

advanced/subpath/route53-cloudfront.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ sidebarTitle: "AWS"
44
description: "Host documentation at a /docs subdirectory using AWS services"
55
---
66

7-
import SubpathGatingSnippet from "/snippets/custom-subpath-gating.mdx";
8-
9-
<SubpathGatingSnippet platform="AWS Services" />
10-
117
## Create Cloudfront Distribution
128

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

advanced/subpath/vercel.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ title: "Vercel"
33
description: "Host documentation at a /docs subpath using Vercel"
44
---
55

6-
import SubpathGatingSnippet from "/snippets/custom-subpath-gating.mdx";
7-
8-
<SubpathGatingSnippet platform="Vercel" />
9-
106
## vercel.json Configuration
117

128
To host your documentation at a custom subpath using Vercel, you need to add the

mint.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"pages": [
9090
"api-playground/overview",
9191
{
92-
"group": "Using OpenAPI",
92+
"group": "OpenAPI",
9393
"icon": "brackets-curly",
9494
"pages": [
9595
"api-playground/openapi/setup",
@@ -98,7 +98,7 @@
9898
]
9999
},
100100
{
101-
"group": "Using MDX",
101+
"group": "MDX",
102102
"icon": "markdown",
103103
"pages": [
104104
"api-playground/mdx/configuration",

settings/authentication-personalization/authentication-setup/mintlify.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: "Mintlify Dashboard Handshake"
2+
title: "Mintlify Auth Handshake"
33
description: "Use Mintlify to authenticate users"
44
---
55

66
<Info>
7-
The Mintlify Dashboard Handshake is available only for Authentication, *not*
7+
The Mintlify Auth Handshake is available only for Authentication, *not*
88
Personalization.
99
</Info>
1010

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

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

3030
I can then ensure that anyone that should be able to read the docs has been added as a user in
3131
my [Mintlify dashboard settings](https://dashboard.mintlify.com/settings/organization/members).

settings/authentication-personalization/authentication-vs-personalization.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Authentication offers two additional Handshake methods:
2828

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

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

3434
Personalization offers one additional Handshake method:

settings/authentication-personalization/authentication.mdx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@ title: "Authentication"
33
description: "Guarantee privacy of your docs by authenticating users"
44
---
55

6-
<Note>
7-
Authentication is an enterprise feature. To get access, [contact
8-
sales](mailto:[email protected]).
9-
</Note>
10-
116
Authentication offers full privacy for all of your
127
documentation content by requiring users to authenticate before viewing any content, such as:
138

settings/authentication-personalization/personalization.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ title: 'Personalization'
33
description: 'A list of features unlocked with Personalization'
44
---
55

6-
<Note>
7-
Personalization is an enterprise feature. To get access, [contact sales](mailto:[email protected]).
8-
</Note>
9-
106
Personalization refers to a suite of features that allow you to customize your
117
documentation experience based on some information about the user. There are
128
three major features of Personalization:

settings/gitlab.mdx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@ description: "Sync your docs with a GitLab repo"
44
icon: "gitlab"
55
---
66

7-
<Check>
8-
GitLab integration is available on the [Enterprise
9-
plan](https://mintlify.com/pricing).
10-
</Check>
11-
127
We use a combination of Access tokens and Webhooks to authenticate and sync
138
changes between GitLab and Mintlify.
149

0 commit comments

Comments
 (0)