Skip to content

Commit fd4b0b5

Browse files
committed
More formatting changes
1 parent 72927f7 commit fd4b0b5

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

docs/ai_actions/install_ai_actions.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,17 @@ Create the `add_ai_actions.sql` file that contains the following code.
5454

5555
Run the following command, where `<database_name>` is the same name that you defined when you [installed [[= product_name =]]](../getting_started/install_ibexa_dxp.md#change-installation-parameters).
5656

57-
```bash
58-
mysql -u root <database_name> < add_ai_actions.sql
59-
```
57+
=== "MySQL"
58+
59+
```bash
60+
mysql -u root <database_name> < add_ai_actions.sql
61+
```
62+
63+
=== "PostgreSQL"
64+
65+
```bash
66+
psql --username=postgres <database_name> < add_ai_actions.sql
67+
```
6068

6169
This command modifies the existing database schema by adding database configuration required for using AI Actions.
6270

docs/release_notes/ibexa_dxp_v4.6.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ description: Ibexa DXP v4.6 brings improvements to Commerce, PIM and Personaliza
1717

1818
## LTS Updates
1919

20-
### AI Actions LTS update
20+
### AI Actions
2121

2222
The AI Actions LTS update enhances the usability and flexibility of [[=product_name=]] v4.6 LTS by harnessing the potential of artificial intelligence to automate time-consuming editorial tasks.
2323
By default, the AI Actions feature can help users with their work in following scenarios:

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ nav:
322322
- AI Actions: ai_actions/ai_actions.md
323323
- AI Actions guide: ai_actions/ai_actions_guide.md
324324
- Install AI Actions: ai_actions/install_ai_actions.md
325-
- Extend AI Actions: ai_actions/extend_ai_actions.md
325+
# - Extend AI Actions: ai_actions/extend_ai_actions.md
326326
- PIM (Product management):
327327
- PIM (Product management): pim/pim.md
328328
- PIM guide: pim/pim_guide.md

0 commit comments

Comments
 (0)