diff --git a/api-playground/troubleshooting.mdx b/api-playground/troubleshooting.mdx
index fbd97ff5..bfeff5ec 100644
--- a/api-playground/troubleshooting.mdx
+++ b/api-playground/troubleshooting.mdx
@@ -16,7 +16,7 @@ Here's a list of common issues we've seen customers run into:
To verify your OpenAPI document will pass validation:
- 1. Visit [this validator](https://editor.swagger.io/)
+ 1. Visit [this validator](https://editor.swagger.io/). For OpenAPI 3.1 and newer specifications, you can also use [Swagger Editor Next](https://editor-next.swagger.io/) as an alternative validator that's specifically designed to handle modern OAS formats.
2. Switch to the "Validate text" tab
3. Paste in your OpenAPI document
4. Click "Validate it\!"
diff --git a/support.mdx b/support.mdx
index aff5d906..fb627748 100644
--- a/support.mdx
+++ b/support.mdx
@@ -11,7 +11,7 @@ export function openSearch(e) {
- Ask our AI chat assistant that's been trained on our documentation.
+ Ask our AI assistant that's been trained on our documentation.
@@ -60,7 +60,7 @@ export function openSearch(e) {
To verify your OpenAPI document will pass validation:
1. Run `mint openapi-check ` in your CLI.
- 2. Validate your OpenAPI spec with [Swagger Editor](https://editor.swagger.io/).
+ 2. Validate your OpenAPI spec with [Swagger Editor](https://editor.swagger.io/). For OpenAPI 3.1 and newer specifications, you can also use [Swagger Editor Next](https://editor-next.swagger.io/) as an alternative validator that's specifically designed to handle modern OAS formats.
Additionally, Mintlify does not support OpenAPI 2.0. If your document uses OpenAPI 2.0, you may encounter this issue. You can convert your document with [Swagger Editor](https://editor.swagger.io/).
@@ -131,5 +131,4 @@ export function openSearch(e) {
We do our best to respond to all requests within 24 hours but delays may occur during busy times.
-
-
+
\ No newline at end of file