Skip to content

Commit a8a861b

Browse files
committed
update links
1 parent 1116da3 commit a8a861b

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

guides/hidden-page-example.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ See [Hidden pages](/guides/hidden-pages) for more information.
1111
## Common use cases for hidden pages
1212

1313
<Note>
14-
By default, hidden pages are publicly accessible, but not discoverable through the navigation. If you want to restrict access to a hidden page, you must configure [authentication](/authentication-personalization/authentication-setup).
14+
By default, hidden pages are publicly accessible, but not discoverable through the navigation. If you want to restrict access to a hidden page, you must configure [protected pages](/protected-pages/setup).
1515
</Note>
1616

1717
- **Beta documentation**: Information that can be public, but should not be discoverable through the navigation.

guides/hidden-pages.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ Hidden pages are removed from your site's navigation but remain publicly accessi
88

99
Use hidden pages for content that you want to be accessible on your site or referenced as context for AI tools, but not discoverable through the navigation.
1010

11-
For content requiring strict access control, you must configure [authentication](/authentication-personalization/authentication-setup).
11+
For content requiring strict access control, you must configure [protected pages](/protected-pages/overview).
1212

13-
If you want to hide pages for specific groups of users, use personalization to control [page visibility](/authentication-personalization/overview#page-visibility).
13+
If you want to hide pages for specific groups of users, use protected pages to control [page visibility](/protected-pages/overview#page-visibility).
1414

1515
## Hiding a page
1616

protected-pages/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ When users are authenticated to your docs, you can customize their experience wi
7575

7676
Display dynamic content based on user information like name, plan, or organization.
7777

78-
The `user` variable contains information sent to your docs from logged in users. See [Sending data](/authentication-personalization/sending-data) for more information.
78+
The `user` variable contains information sent to your docs from logged in users. See [Sending data](/protected-pages/sending-data) for more information.
7979

8080
**Example**: Hello, {user.name ?? 'reader'}!
8181

protected-pages/sending-data.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: "User data format for personalizing your documentation"
44
icon: "send"
55
---
66

7-
When implementing authentication or personalization, your system returns user data in a specific format that enables content customization. This data can be sent as either a raw JSON object or within a signed JWT, depending on your handshake method. The shape of the data is the same for both.
7+
When implementing protected pages, your system returns user data in a specific format that enables content customization. This data can be sent as either a raw JSON object or within a signed JWT, depending on your handshake method. The shape of the data is the same for both.
88

99
## User data format
1010

settings/preview-deployments.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ Preview deployments can be publicly accessible or restricted to authenticated us
5151

5252
**Public access**: Preview URLs are publicly viewable by default. Share a preview link with anyone who needs to review your changes.
5353

54-
**Restricted access**: Enable preview deployment authentication to limit preview access to authenticated Mintlify users only. See [Authentication Setup](/authentication-personalization/authentication-setup) for more information.
54+
**Restricted access**: Enable preview deployment authentication to limit preview access to authenticated Mintlify users only. See [Protected pages setup](/protected-pages/setup) for more information.

0 commit comments

Comments
 (0)