Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/getting_started/discover_ui.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@

## Help center [[% include 'snippets/lts-update_badge.md' %]]

If the Integrated help [LTS update]([[= developer_doc =]]/ibexa_products/editions/#lts-updates) has been installed in your application, you may notice that the ![Help center](about-info.png){.inline-image} icon appears at the bottom right of multiple screens.
If the Integrated help [LTS update]([[= developer_doc =]]/ibexa_products/editions/#lts-updates) has been configured in your application, you may notice that the ![Help center](about-info.png){.inline-image} icon appears at the bottom right of multiple screens.
Click it to access documentation, trainings, and other relevant resources straight from the back office.
Help center is also [another place]([[= developer_doc =]]/administration/admin_panel/system_information_admin_panel/) where you can check the [[= product_name =]] version that you're on.

Expand All @@ -160,9 +160,9 @@

Help center can be [customized]([[= developer_doc =]]/administration/back_office/customize_integrated_help/) to fit the needs of your organization, for example, to include links to your internal style guides.

### Enable help center
### Disable help center

Help center is disabled by default, but you can toggle it in [user settings](get_started.md#browsing).
Help center is enabled by default, but you can toggle it in [user settings](get_started.md#browsing).

Check notice on line 165 in docs/getting_started/discover_ui.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/getting_started/discover_ui.md#L165

[Ibexa.Passive] Try to avoid passive tense, when possible.
Raw output
{"message": "[Ibexa.Passive] Try to avoid passive tense, when possible.", "location": {"path": "docs/getting_started/discover_ui.md", "range": {"start": {"line": 165, "column": 13}}}, "severity": "INFO"}

### Dismiss help icon

Expand Down
12 changes: 11 additions & 1 deletion docs/getting_started/get_started.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
description: Get started with Ibexa DXP by logging in to the back office.
month_change: true
---

# Get started
Expand Down Expand Up @@ -34,6 +35,13 @@

![Login screen](img/login_form.png "Login screen")

### Onboarding

When you log in to [[= product_name =]] for the first time, interactive product tours may appear if the Integrated help [LTS update]([[= developer_doc =]]/ibexa_products/editions/#lts-updates) is configured in your installation.

Check notice on line 40 in docs/getting_started/get_started.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/getting_started/get_started.md#L40

[Ibexa.Passive] Try to avoid passive tense, when possible.
Raw output
{"message": "[Ibexa.Passive] Try to avoid passive tense, when possible.", "location": {"path": "docs/getting_started/get_started.md", "range": {"start": {"line": 40, "column": 194}}}, "severity": "INFO"}
This in-app walkthroughs guide you through key features and help you get started quickly.

You can complete each step of the onboarding tutorials, skip them entirely if you prefer to explore on your own, or restart them anytime from your [user settings](#user-settings) under the **Browsing** section.

### View and edit user profile

If you're an editor, depending on the system configuration, you may be able to view and edit the user profile, which can contain the following information:
Expand Down Expand Up @@ -116,7 +124,9 @@
--------|-----------|
|Number of items displayed in the table|Sets the number of items displayed in sub-items.|
|Location preview|Enables or disables a thumbnail preview on the content tree.|
|Help center|Disables or enables the [help center](discover_ui.md#help-center). [[% include 'snippets/lts-update_badge.md' %]]|
|Help center|Enables or disables the [help center](discover_ui.md#help-center). [[% include 'snippets/lts-update_badge.md' %]]|
|Product tour|Enables or disables the [product tour onboarding](#onboarding) walkthroughs. [[% include 'snippets/lts-update_badge.md' %]]|
|Product tour scenarios settings|Separate setting for each available product tour scenario. Allows you to mark each scenario as completed or reset its progress. [[% include 'snippets/lts-update_badge.md' %]]|

#### Mode

Expand Down
4 changes: 4 additions & 0 deletions docs/user_management/manage_users.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ You can view all user groups and Users in the **Admin** panel by selecting **Use
Here, you can manage users, their relations, roles, and policies.
As you can see, the interface is the same as when working with regular content items.

!!! caution

If you are creating a new user group, remember to [exclude it in product tour configuration]([[= developer_doc =]]/administration/back_office/configure_product_tour#user-group-restrictions) if necessary.

![Users section](img/users_section.png)

!!! caution
Expand Down
Loading