Skip to content

Commit c59238d

Browse files
Merge branch '5.0' into IBX-9387
2 parents 1232040 + 2a2ef25 commit c59238d

File tree

102 files changed

+1314
-1940
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+1314
-1940
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: "Post preview links for changed files"
2+
3+
on:
4+
pull_request: ~
5+
6+
jobs:
7+
post-preview-links:
8+
name: Post preview links for changed files
9+
uses: ibexa/documentation-developer/.github/workflows/[email protected]
10+
with:
11+
project: 'projects/userguide/'

.github/workflows/reviewers.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: On PR Review Requested
2+
3+
on:
4+
pull_request:
5+
types: [review_requested]
6+
7+
jobs:
8+
call-expand-team-reviewers:
9+
if: ${{ github.event.requested_team }}
10+
uses: ibexa/gh-workflows/.github/workflows/expand-team-reviewers.yml@main
11+
with:
12+
requested_team: ${{ github.event.requested_team.slug }}
13+
pull_request_number: ${{ github.event.pull_request.number }}
14+
repository: ${{ github.repository }}
15+
secrets: inherit

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ __pycache__/*
55
**/.idea/
66
/node_modules/
77
yarn.lock
8+
**.css.map

.readthedocs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ mkdocs:
77
build:
88
os: ubuntu-20.04
99
tools:
10-
python: "3.11"
10+
python: "3.13"
1111

1212
python:
1313
install:
14-
- requirements: pip_require.txt
1514
- requirements: requirements.txt

docs/ai_actions/ai_actions.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
---
2-
description: Learn about generative AI and its capabilities.
2+
description: Learn how AI Actions can help editors by automating repetitive tasks.
33
---
44

55
# AI Actions
66

77
AI Actions is a set of capabilities that enhance the efficiency and creativity of content editors.
8-
The feature is not included in [[= product_name =]] by default.
9-
It's an [LTS Update]([[= developer_doc =]]/release_notes/ibexa_dxp_v4.6/#lts-updates) that requires separate [installation and system configuration]([[= developer_doc =]]/ai_actions/install_ai_actions/).
8+
The feature is included in [[= product_name =]] by default but may require some [configuration]([[= developer_doc =]]/ai_actions/configure_ai_actions/) before you can use it.
109

11-
Once AI Actions are installed and configured, content editors with `Action configuration/View` and `Action configuration/Execute` permissions have access to AI-driven tools.
10+
Once AI Actions are configured, content editors with `Action configuration/View` and `Action configuration/Execute` permissions have access to AI-driven tools.
1211
For example, they can [enhance or improve the text](create_edit_content_items.md#ai-assistant) that they have written, or [generate alternative text](upload_images.md#ai) for images.
1312

1413
If you have the right permissions, you can decide what capabilities are available to the editors by enabling AI actions.
24.6 KB
Loading
45.8 KB
Loading
229 KB
Loading
99.2 KB
Loading
59.2 KB
Loading

0 commit comments

Comments
 (0)