Skip to content

Commit b2a6e6a

Browse files
authored
Merge branch '5.0' into card-version-js
2 parents 40a2c14 + 2a2ef25 commit b2a6e6a

File tree

314 files changed

+3695
-3277
lines changed

Some content is hidden

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

314 files changed

+3695
-3277
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

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Ibexa DXP User Documentation
22

3-
This repository is the source for the [user documentation for Ibexa DXP](https://doc.ezplatform.com/projects/userguide/en/latest),
3+
This repository is the source for [User Documentation for Ibexa DXP](https://doc.ibexa.co/projects/userguide/en/latest/),
44
a digital experience platform that is based on the Symfony Full Stack Framework in PHP.
55

66
# Resources
@@ -9,7 +9,7 @@ a digital experience platform that is based on the Symfony Full Stack Framework
99
1. Ibexa DXP Repository: https://github.com/ibexa/oss
1010
1. Open JIRA board: https://issues.ibexa.co
1111
1. Ibexa Website: https://ibexa.co
12-
1. User documentation: https://doc.ibexa.co/projects/userguide
12+
1. User Documentation: https://doc.ibexa.co/projects/userguide
1313

1414
## How to contribute
1515

@@ -20,7 +20,7 @@ If you'd like to see Ibexa DXP in your language, you can [contribute to the tran
2020
## Build and preview documentation
2121

2222
To build and preview your changes locally, you need to install Python along with its package manager (`pip`).
23-
Other required tools will be installed by using the following command:
23+
To install other required tools, use the following command:
2424

2525
```bash
2626
pip install -r requirements.txt
@@ -33,7 +33,7 @@ mkdocs serve
3333
```
3434

3535
After a short while your documentation should be reachable at http://localhost:8000.
36-
If it isn't, check the output of the command.
36+
If it's not, check the output of the command.
3737

3838
## Where to View
3939

docs/ai_actions/ai_actions.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
description: Learn how AI Actions can help editors by automating repetitive tasks.
3+
---
4+
5+
# AI Actions
6+
7+
AI Actions is a set of capabilities that enhance the efficiency and creativity of content editors.
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.
9+
10+
Once AI Actions are configured, content editors with `Action configuration/View` and `Action configuration/Execute` permissions have access to AI-driven tools.
11+
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.
12+
13+
If you have the right permissions, you can decide what capabilities are available to the editors by enabling AI actions.
14+
You can also modify the parameters of individual AI actions, to control the creativity of the AI or the cost involved with using it.
15+
16+
For more information, see [Work with AI actions](work_with_ai_actions.md#edit-existing-ai-actions).
24.6 KB
Loading
68.4 KB
Loading
26.4 KB
Loading
45.8 KB
Loading

0 commit comments

Comments
 (0)