You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guides/hidden-pages.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,6 @@ If you want hidden pages to be indexed for SEO purposes and for their contents t
22
22
23
23
If you want to exclude a specific hidden page's content from search engine and internal search results, add `noindex: true` to the frontmatter of the page.
24
24
25
-
If you have pages that you want only specific groups of your own users to have access to, you can use the selective groups access available through [Personalization](/settings/authentication-personalization/personalization#showing-hiding-pages).
25
+
If you want to limit page access to specific groups of users, use personalization to control [page visibility](/authentication-personalization/overview#page-visibility).
26
26
27
-
If you have pages that you want to maintain strict access control to, you can use [Authentication](/settings/authentication-personalization/authentication).
27
+
If you want to maintain strcit access control to your docs, configure [authentication](/authentication-personalization/overview).
0 commit comments