Skip to content

Commit a7f52c2

Browse files
Update api-playground/openapi-setup.mdx
1 parent dbcc0ee commit a7f52c2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

api-playground/openapi-setup.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,12 @@ OpenAPI is a specification for describing APIs. Mintlify supports OpenAPI 3.0+ d
88

99
## Skip OpenAPI processing during local development
1010

11-
If you have many OpenAPI files in your documentation, you can skip OpenAPI file processing during local development to improve performance by using the `--disable-openapi` flag:
11+
Skip OpenAPI file processing during local development by using the `--disable-openapi` flag:
1212

1313
```bash
1414
mint dev --disable-openapi
1515
```
1616

17-
This flag skips rendering OpenAPI schemas, which can significantly speed up the local development experience for projects with a large number of OpenAPI files.
18-
1917
## Add an OpenAPI specification file
2018

2119
To document your endpoints with OpenAPI, you need a valid OpenAPI specification in either JSON or YAML format that follows the [OpenAPI specification 3.0+](https://swagger.io/specification/).

0 commit comments

Comments
 (0)