From 2a2a1200b07d8eca30c4cb3765aefd6b2ee5f461 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Sat, 15 Aug 2026 16:09:49 +0000 Subject: [PATCH] docs: clarify groups frontmatter behavior with personalization --- .../context/skills/mintlify/reference/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent-context/context/skills/mintlify/reference/configuration.md b/agent-context/context/skills/mintlify/reference/configuration.md index 8cca19d65..526f0694c 100644 --- a/agent-context/context/skills/mintlify/reference/configuration.md +++ b/agent-context/context/skills/mintlify/reference/configuration.md @@ -69,7 +69,7 @@ The SKILL.md file lists common frontmatter fields. Here is the complete set. All | `related` | array or boolean | Related pages shown in the **Related topics** section, or `false` to hide it. Requires the Related pages add-on. | | `hideApiMarker` | boolean | Hide the HTTP method badge next to the page title in the sidebar. | | `contextual` | object | Override the site-wide contextual menu (`options`, `display`) for this page. `options: []` disables it. | -| `groups` | string[] | Restrict the page to users in specific groups. Requires authentication configured first. | +| `groups` | string[] | Limit the page to users in specific groups. With authentication, restricts access. With standalone personalization, only controls navigation visibility. Users can still open the page by direct URL. | | `mode` | string | Page layout: `default`, `wide`, `custom`, `frame`, `center`. | | `keywords` | array | Search terms for internal search and SEO. | | `api` | string | API endpoint for interactive playground (e.g., `"POST /users"`). |