Skip to content

Commit 464800a

Browse files
committed
Added CLI ref
1 parent f5aba07 commit 464800a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api-playground/openapi/setup.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ To describe your endpoints with OpenAPI, make sure you have a valid OpenAPI
99
document in either JSON or YAML format that follows the
1010
[OpenAPI specification](https://swagger.io/specification/). Your document must
1111
follow OpenAPI specification 3.0+.
12-
<Tip>To validate your OpenAPI spec, you can use this command: <br/>`mintlify openapi-check <openapiFilenameOrUrl>`</Tip>
12+
<Tip>To validate your OpenAPI spec, use our [CLI](https://www.npmjs.com/package/mintlify) and run this command: <br/>`mintlify openapi-check <openapiFilenameOrUrl>`</Tip>
1313

1414
## Auto-populate API pages
1515

0 commit comments

Comments
 (0)