Skip to content

Commit b50d30f

Browse files
Add documentation for --disable-openapi CLI flag (#2082)
* Update installation.mdx * Update installation.mdx * Update api-playground/openapi-setup.mdx * Update api-playground/openapi-setup.mdx * Update api-playground/openapi-setup.mdx * move info to CLI page * copyedit --------- Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
1 parent d1718f5 commit b50d30f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

installation.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,14 @@ If you attempt to run on a port that is already in use, it will use the next ava
6767
Port 3000 is already in use. Trying 3001 instead.
6868
```
6969

70+
## Skip OpenAPI processing
71+
72+
If you have many OpenAPI files, skip OpenAPI file processing during local development to improve performance by using the `--disable-openapi` flag:
73+
74+
```bash
75+
mint dev --disable-openapi
76+
```
77+
7078
### Preview as a specific group
7179

7280
If you use partial authentication to restrict access to your documentation, you can preview as a specific authentication group by using the `--groups [groupname]` flag.

0 commit comments

Comments
 (0)