Skip to content

Commit 9db4661

Browse files
committed
Merge branch 'main' into mayank/discovery-api
2 parents 032adbe + 89c4a1a commit 9db4661

33 files changed

+1185
-526
lines changed

advanced/custom/css.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: 'Fully customize your documentation with custom CSS'
44
---
55

66
<Check>
7-
Custom CSS is available as an add-on to the [pro plan](https://mintlify.com/pricing).
7+
Custom CSS is available as an add-on to the [Pro plan](https://mintlify.com/pricing).
88
</Check>
99

1010
Add any number of CSS files to your repository and the defined class names will be applied and available across all of your MDX files.

advanced/custom/js.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: 'Add JavaScript functionality globally'
44
---
55

66
<Check>
7-
Custom JS is available as an add-on to the [pro plan](https://mintlify.com/pricing).
7+
Custom JS is available as an add-on to the [Pro plan](https://mintlify.com/pricing).
88
</Check>
99

1010
Custom JS allows you to add custom executable code globally. It is the equivalent of adding a `<script>` tag with JS code into every page.

advanced/rest-api/overview.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ title: Introduction
33
---
44

55
<Check>
6-
The Mintlify REST API is only available on the Pro plan and above.
6+
The Mintlify REST API is only available on the [Pro plan and
7+
above](https://mintlify.com/pricing).
78
</Check>
89

910
Leverage the external API to programmatically trigger an update when desired.

advanced/subpath/route53-cloudfront.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: "Route 53 and Cloudfront"
2+
title: "AWS Route 53 and Cloudfront"
3+
sidebarTitle: "AWS"
34
description: "Host documentation at a /docs subdirectory using AWS services"
45
---
56

advanced/user-auth/overview.mdx

Lines changed: 0 additions & 88 deletions
This file was deleted.

advanced/widget/chat.mdx

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
11
---
22
title: "Chat Widget"
3+
description: "Integrate the Mintlify widget into your products to offer users quick access to AI-powered chat with your docs content as the knowledge base."
34
---
45

5-
Integrate the Mintlify widget into your products to offer users quick access to AI-powered chat with your docs content as the knowledge base.
6-
7-
![widget](https://mintlify-assets.b-cdn.net/widget/hero.webp)
6+
<Frame>
7+
![widget](https://mintlify-assets.b-cdn.net/widget/hero.webp)
8+
</Frame>
89

910
## Getting started
1011

1112
First, generate an API key in [the Mintlify dashboard](https://dashboard.mintlify.com/chat/widget-auth).
1213

13-
![widget](https://mintlify-assets.b-cdn.net/widget/key.webp)
14+
<Frame>
15+
![widget](https://mintlify-assets.b-cdn.net/widget/key.webp)
16+
</Frame>
1417

1518
## Installation
1619

api-playground/openapi/setup.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ The fastest way to get started with OpenAPI is to add an `openapi` field to a ta
4747

4848
![](/images/autogeneration-with-tabs.png)
4949

50+
<Tip>To validate your OpenAPI spec, you can use this command: <br/>`mintlify openapi-check <openapiFilenameOrUrl>`</Tip>
51+
52+
5053
When using this option, the metadata for the generated pages will have the following default values:
5154

5255
* `title`: The `summary` field from the OpenAPI operation, if present. Otherwise a title generated from the HTTP method and endpoint.

0 commit comments

Comments
 (0)