diff --git a/organize/pages.mdx b/organize/pages.mdx index 311277c4c..d5a1b2d4b 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. [Authentication](/deploy/authentication-setup) must be set up. See [Control access with groups](/deploy/authentication-setup#control-access-with-groups) for more information. + + Any valid YAML frontmatter. For example, `product: "API"` or `version: "1.0.0"`.