From 309c69f179c8519f6123dd3cabbf8c9db84200f2 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 19:28:49 +0000 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 c9c5e9cf45d231695eef81c85d08f5543ccd3ac9 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 19:28:55 +0000 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