diff --git a/installation.mdx b/installation.mdx index 855a774c1..4abf2e3da 100644 --- a/installation.mdx +++ b/installation.mdx @@ -113,7 +113,7 @@ 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. +If you use group-based access control to restrict access to your documentation, you can preview as a specific authentication group by using the `--groups [groupname]` flag. For example, if you have a group named `admin`, you can preview as a member of that group with the command: @@ -211,7 +211,7 @@ mint validate Use flags to configure the validation command. -- `--groups [groupname]`: Mock user groups for validation (useful when testing partial authentication) +- `--groups [groupname]`: Mock user groups for validation (useful when testing group-based access control) - `--disable-openapi`: Disable OpenAPI file generation during validation ### Check OpenAPI spec