You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: advanced/dashboard/sso.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ Use single sign-on to your dashboard via SAML and OIDC. If you use Okta, Google
45
45
</Step>
46
46
<Steptitle="Send us your IdP information">
47
47
Once the application is set up, navigate to the General tab and locate the client ID & client secret.
48
-
Please securely provide us with these, along with your Okta instance URL (e.g.`<your-tenant-name>.okta.com`). You can send these via a service like 1Password or SendSafely.
48
+
Please securely provide us with these, along with your Okta instance URL (for example,`<your-tenant-name>.okta.com`). You can send these via a service like 1Password or SendSafely.
49
49
</Step>
50
50
</Steps>
51
51
</Tab>
@@ -97,7 +97,7 @@ Use single sign-on to your dashboard via SAML and OIDC. If you use Okta, Google
97
97
<Tabtitle="SAML">
98
98
<Steps>
99
99
<Steptitle="Create an application">
100
-
1. Under "Enterprise applications", select **New application**.
100
+
1. Under "Enterprise applications," select **New application**.
101
101
2. Select **Create your own application** and choose "Integrate any other application you don't find in the gallery (Non-gallery)."
Copy file name to clipboardExpand all lines: advanced/subpath/route53-cloudfront.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ All Behaviors must have the an **origin request policy** of `AllViewerExceptHost
70
70
If you use Vercel, use the `.vercel.app` domain available for every project.
71
71
</Info>
72
72
73
-
3. Create a new Origin and add your staging URL as the "Origin domain".
73
+
3. Create a new Origin and add your staging URL as the "Origin domain."
74
74
75
75
<Frame>
76
76

@@ -101,7 +101,7 @@ Behaviors in CloudFront enable control over the subpath logic. At a high level,
101
101
102
102
Create behaviors for Vercel domain verification paths with a **Path pattern** of `/.well-known/*` and set **Origin and origin groups** to your docs URL.
103
103
104
-
For "Cache policy", select **CachingDisabled** to ensure these verification requests pass through without caching.
104
+
For "Cache policy," select **CachingDisabled** to ensure these verification requests pass through without caching.
105
105
106
106
<Frame>
107
107

Copy file name to clipboardExpand all lines: changelog.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -184,7 +184,7 @@ noindex: true
184
184
## API playground enhancements
185
185
186
186
- New [Search API endpoint](https://mintlify.com/docs/api-reference/assistant/search) so you can build agents and MCP servers on top of your docs
187
-
-`openapi` and `asyncapi` files are now served at their specified paths (e.g.`https://mydocsurl.extension/{openapi-or-file-name}.json`)
187
+
-`openapi` and `asyncapi` files are now served at their specified paths (for example,`https://mydocsurl.extension/{openapi-or-file-name}.json`)
188
188
- You can now use the [`x-mint` field in your openapi files](https://mintlify.com/docs/api-playground/openapi-setup#x-mint-extension) to override generated fields, customize preface content, or change endpoint URLs in code samples
189
189
-[`x-mcp` is now `x-mint.mcp`](https://mintlify.com/docs/api-playground/openapi-setup#mcp) in OpenAPI configurations to control which routes are exposed as MCP tools
190
190
@@ -426,7 +426,7 @@ noindex: true
426
426
## AI Assistant Improvements
427
427
428
428
- New UI with dedicated chat page & pre-filled prompts
429
-
- Stability improvements, e.g. bug fixes of editing the wrong file or no files at all
429
+
- Stability improvements. For example, bug fixes of editing the wrong file or no files at all
430
430
- More robust knowledge for adding & editing components
431
431
- Improved `docs.json` file editing
432
432
@@ -439,7 +439,7 @@ noindex: true
439
439
We’ve overhauled the design and performance of the [API Playground](/api-playground/). Updates include:
440
440
441
441
- Easier detail expansion for an overview of a field
442
-
- More intuitive nested design, e.g. adding or deleting items
442
+
- More intuitive nested design. For example, adding or deleting items
Copy file name to clipboardExpand all lines: guides/auth0.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ This guide walks you through setting up Auth0 as an authentication provider for
13
13
14
14
<Steps>
15
15
<Steptitle="Create a Regular Web Application in Auth0">
16
-
Log in to your Auth0 dashboard and navigate to **Applications** > **Applications**. Click the **Create Application** button, give your application a name (e.g., "Mintlify"), and select **Regular Web Applications** as the application type. Then click **Create**.
16
+
Log in to your Auth0 dashboard and navigate to **Applications** > **Applications**. Click the **Create Application** button, give your application a name (for example, "Mintlify"), and select **Regular Web Applications** as the application type. Then click **Create**.
17
17
18
18
<Frame></Frame>
19
19
</Step>
@@ -23,7 +23,7 @@ This guide walks you through setting up Auth0 as an authentication provider for
Copy file name to clipboardExpand all lines: image-embeds.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ Use [Markdown syntax](https://www.markdownguide.org/basic-syntax/#images) to add
32
32
Always include descriptive alt text to improve accessibility and SEO. The alt text should clearly describe what the image shows.
33
33
</Tip>
34
34
35
-
Image files must be less than 20MB. For larger files, host them on a CDN service like [Amazon S3](https://aws.amazon.com/s3) or [Cloudinary](https://cloudinary.com).
35
+
Image files must be less than 20 MB. For larger files, host them on a CDN service like [Amazon S3](https://aws.amazon.com/s3) or [Cloudinary](https://cloudinary.com).
0 commit comments