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: api-playground/openapi-setup.mdx
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,14 +8,12 @@ OpenAPI is a specification for describing APIs. Mintlify supports OpenAPI 3.0+ d
8
8
9
9
## Skip OpenAPI processing during local development
10
10
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:
12
12
13
13
```bash
14
14
mint dev --disable-openapi
15
15
```
16
16
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
-
19
17
## Add an OpenAPI specification file
20
18
21
19
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