Skip to content

Commit 45dd21c

Browse files
committed
Mention user settings and adjust config key to enable
1 parent 86da0d3 commit 45dd21c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/administration/back_office/customize_integrated_help.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ To do it, in `config/packages` create the `ibexa_integrated_help.yaml` file, wit
2222

2323
``` yaml
2424
ibexa_integrated_help:
25-
is_enabled: false
25+
enabled: false
2626
```
2727
2828
## Modify user documentation link

docs/administration/back_office/integrated_help.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ To enable it, run the following command:
2323
composer require ibexa/integrated-help
2424
```
2525

26+
After installation, you must [enable the help center in user settings]([[= user_doc =]]/getting_started/discover_ui#enable-help-center) to use the feature.
27+
2628
## Customize help menu
2729

2830
You can extend or alter the integrated help menu by quickly changing the link to user documentation, or adding or removing menu items or even entire menu sections.

0 commit comments

Comments
 (0)