From 18f1661f5fe0b45b176827d9aba593abde52beb6 Mon Sep 17 00:00:00 2001 From: Hahnbee Lee <55263191+hahnbeelee@users.noreply.github.com> Date: Thu, 22 Jan 2026 21:24:47 -0800 Subject: [PATCH 1/2] Update installation.mdx Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> --- installation.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installation.mdx b/installation.mdx index 855a774c1..5675d7c35 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: From 5c2813630381a1e8779f2218b0b1454830294eff Mon Sep 17 00:00:00 2001 From: Hahnbee Lee <55263191+hahnbeelee@users.noreply.github.com> Date: Thu, 22 Jan 2026 21:24:52 -0800 Subject: [PATCH 2/2] Update installation.mdx Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> --- installation.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installation.mdx b/installation.mdx index 5675d7c35..4abf2e3da 100644 --- a/installation.mdx +++ b/installation.mdx @@ -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