From 26fbeba7054527dc15cd7f297d6786e815cc4d09 Mon Sep 17 00:00:00 2001 From: Ronan McCarter <63772591+rpmccarter@users.noreply.github.com> Date: Tue, 30 Jul 2024 15:34:08 -0700 Subject: [PATCH 1/2] remove "coming soon" for hidden pages --- integrations/user-auth/overview.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/integrations/user-auth/overview.mdx b/integrations/user-auth/overview.mdx index a164ace09..89f3bcceb 100644 --- a/integrations/user-auth/overview.mdx +++ b/integrations/user-auth/overview.mdx @@ -13,7 +13,7 @@ User Auth allows you to configure a method for identifying and authenticating yo 1. **Customize MDX content** with a user's information, such as their name, plan, or title. 2. **Prefill API keys** in the API Playground for streamlined use. -3. (Coming soon!) **Selectively show pages** in the navigation based on a user's groups. +3. **Selectively show pages** in the navigation based on a user's groups. ## What *isn't* User Auth @@ -63,6 +63,7 @@ User Auth is an enterprise feature. { ### Prefilling API Keys If you return API Playground inputs in the user info, they will automatically be prefilled in the API Playground. Make sure the name of the field in the user info is an exact match of the name in the API Playground. + ### Showing/Hiding Pages By default, every page is visible to every user. If you want to restrict which pages are visible to your users, you can add a `groups` field in your page metadata. From e98fbb90a63a89ce5f6effee9905fc062598282f Mon Sep 17 00:00:00 2001 From: Ronan McCarter <63772591+rpmccarter@users.noreply.github.com> Date: Tue, 30 Jul 2024 16:17:55 -0700 Subject: [PATCH 2/2] try deleting --- integrations/user-auth/overview.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/integrations/user-auth/overview.mdx b/integrations/user-auth/overview.mdx index 89f3bcceb..f18729fe5 100644 --- a/integrations/user-auth/overview.mdx +++ b/integrations/user-auth/overview.mdx @@ -63,7 +63,6 @@ User Auth is an enterprise feature. { ### Prefilling API Keys If you return API Playground inputs in the user info, they will automatically be prefilled in the API Playground. Make sure the name of the field in the user info is an exact match of the name in the API Playground. - ### Showing/Hiding Pages By default, every page is visible to every user. If you want to restrict which pages are visible to your users, you can add a `groups` field in your page metadata.