Skip to content

Commit 12ae2fa

Browse files
committed
rename protected pages setup "identity provider authentication"
1 parent d2347ce commit 12ae2fa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@
113113
{
114114
"group": "Protected pages",
115115
"pages": [
116-
"protected-pages/password-protection",
117116
"protected-pages/overview",
118-
"protected-pages/setup"
117+
"protected-pages/password-protection",
118+
"protected-pages/identity-provider-authentication"
119119
]
120120
},
121121
{
@@ -507,7 +507,7 @@
507507
},
508508
{
509509
"source": "authentication-personalization/partial-authentication-setup",
510-
"destination": "protected-pages/setup"
510+
"destination": "protected-pages/overview"
511511
},
512512
{
513513
"source": "authentication-personalization/personalization-setup",

protected-pages/setup.mdx renamed to protected-pages/identity-provider-authentication.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Protected pages setup"
2+
title: "Identity provider authentication"
33
description: "Guarantee privacy of your docs by authenticating users"
44
icon: "file-lock"
55
keywords: ['auth', 'authentication']

0 commit comments

Comments
 (0)