diff --git a/installation.mdx b/installation.mdx index a3a2c405f..e1d9a06da 100644 --- a/installation.mdx +++ b/installation.mdx @@ -67,6 +67,14 @@ If you attempt to run on a port that is already in use, it will use the next ava Port 3000 is already in use. Trying 3001 instead. ``` +## Skip OpenAPI processing + +If you have many OpenAPI files, skip OpenAPI file processing during local development to improve performance by using the `--disable-openapi` flag: + +```bash +mint dev --disable-openapi +``` + ### Preview as a specific group 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.