From f529769f62f3e15f021470e74f295458c6bdc2f9 Mon Sep 17 00:00:00 2001
From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com>
Date: Tue, 17 Mar 2026 00:37:15 +0000
Subject: [PATCH 1/2] Add groups frontmatter field to page metadata reference
Generated-By: mintlify-agent
---
organize/pages.mdx | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/organize/pages.mdx b/organize/pages.mdx
index 311277c4c..37c360624 100644
--- a/organize/pages.mdx
+++ b/organize/pages.mdx
@@ -65,6 +65,10 @@ Use frontmatter to control:
Set to `true` to display a "deprecated" label next to the page title. Use this to mark outdated content or legacy features while keeping the page accessible.
+
+ Restrict the page to users in specific groups. Users must belong to at least one listed group to access the page. Requires [authentication](/deploy/authentication-setup) to be configured. See [Control access with groups](/deploy/authentication-setup#control-access-with-groups) for details.
+
+
Any valid YAML frontmatter. For example, `product: "API"` or `version: "1.0.0"`.
From d0770443dc54d222fc0e5e0c87834e9355829717 Mon Sep 17 00:00:00 2001
From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
Date: Tue, 17 Mar 2026 11:33:14 -0700
Subject: [PATCH 2/2] Apply suggestion from @ethanpalm
---
organize/pages.mdx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/organize/pages.mdx b/organize/pages.mdx
index 37c360624..d5a1b2d4b 100644
--- a/organize/pages.mdx
+++ b/organize/pages.mdx
@@ -66,7 +66,7 @@ Use frontmatter to control:
- Restrict the page to users in specific groups. Users must belong to at least one listed group to access the page. Requires [authentication](/deploy/authentication-setup) to be configured. See [Control access with groups](/deploy/authentication-setup#control-access-with-groups) for details.
+ Restrict the page to users in specific groups. Users must belong to at least one listed group to access the page. [Authentication](/deploy/authentication-setup) must be set up. See [Control access with groups](/deploy/authentication-setup#control-access-with-groups) for more information.