Skip to content

Commit d394ea6

Browse files
committed
Remove preview lable from features.
1 parent 0393252 commit d394ea6

File tree

4 files changed

+3
-20
lines changed

4 files changed

+3
-20
lines changed

en/base.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -159,23 +159,6 @@ extra:
159159
link: complete-guides/fesecurity/introduction
160160
level: 2
161161

162-
nav_chip:
163-
Design login flow:
164-
type: ai
165-
level: 1
166-
Self-registration flow:
167-
type: Preview
168-
level: 4
169-
Self Registration:
170-
type: Preview
171-
level: 3
172-
Password Recovery:
173-
type: Preview
174-
level: 3
175-
Invited User Registration:
176-
type: Preview
177-
level: 3
178-
179162
nav_icons:
180163
Overview:
181164
icon: octicons/file-16

en/includes/guides/flows/invited-user-registration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Invited user registration <div class="md-chip md-chip--preview"><span class="md-chip__label">Preview</span></div>
1+
# Invited user registration
22

33
**Invited User Registration** allows users to securely set their credentials after an administrator registers them in {{product_name}}.
44

en/includes/guides/flows/password-recovery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Password recovery <div class="md-chip md-chip--preview"><span class="md-chip__label">Preview</span></div>
1+
# Password recovery
22

33
Password recovery allows users to securely reset their password if they forget it. The flow generally involves verifying user identity through a secure method, such as an email or SMS code, before letting them set a new password.
44

en/includes/guides/flows/self-registration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Self registration <div class="md-chip md-chip--preview"><span class="md-chip__label">Preview</span></div>
1+
# Self registration
22

33
Self-registration allows new users to create an account within your organization without the need for admin intervention. The flow can include steps to collect user details, verify identity and set credentials before the account becomes active.
44

0 commit comments

Comments
 (0)