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
2 changes: 1 addition & 1 deletion docs/ai_actions/ai_actions.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: AI Actions help editors by automating repetitive tasks.
page_type: landing_page
month_change: true
month_change: false
---

# AI Actions
Expand Down
2 changes: 1 addition & 1 deletion docs/ai_actions/ai_actions_guide.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: AI Actions LTS update helps editors by automating repetitive tasks.
month_change: true
month_change: false
---

# AI Actions product guide
Expand Down
2 changes: 1 addition & 1 deletion docs/ai_actions/extend_ai_actions.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Extend AI Actions by connecting to other services and adding new capabilities.
month_change: true
month_change: false
---

# Extend AI Actions
Expand Down
2 changes: 1 addition & 1 deletion docs/ai_actions/install_ai_actions.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Install the AI Actions LTS update.
month_change: true
month_change: false
---

# Install AI Actions
Expand Down
2 changes: 1 addition & 1 deletion docs/api/event_reference/ai_action_events.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Events that are triggered when working with AI actions.
page_type: reference
month_change: true
month_change: false
---

# AI Actions events
Expand Down
1 change: 1 addition & 0 deletions docs/getting_started/requirements.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
description: System, component and package requirements for running Ibexa DXP.
month_change: true
---

<!-- vale off -->
Expand Down
20 changes: 20 additions & 0 deletions docs/resources/new_in_doc.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,31 @@
---
description: Overview of major recent additions to Ibexa DXP documentation.
month_change: true
---

# New in documentation

This page contains recent highlights and notable changes in [[= product_name =]] documentation.

## January 2025

### Trainings

- The Content Editor Training has been released. Learn more in the [annoucement blogpost](https://www.ibexa.co/blog/constant-development-is-key-so-here-s-a-new-training-for-content-editors).

### Infrastructure and maintenance

- The upgrade instructions from v3.3 to v4.6 have been expanded with a section describing the [GraphQL changes in v4](https://doc.ibexa.co/en/latest/update_and_migration/from_3.3/to_4.0/#graphql).
- Ubuntu 24.04 has been added to the [list of officialy supported operating systems](https://doc.ibexa.co/en/latest/getting_started/requirements#operating-system).

### PHP API

- Added the following interfaces and classes to the public PHP API:
- [`Ibexa\Contracts\AdminUi\Permission\PermissionCheckContextProviderInterface`](https://doc.ibexa.co/en/latest/api/php_api/php_api_reference/classes/Ibexa-Contracts-AdminUi-Permission-PermissionCheckContextProviderInterface.html)
- [`Ibexa\Contracts\AdminUi\Values\PermissionCheckContext`](https://doc.ibexa.co/en/latest/api/php_api/php_api_reference/classes/Ibexa-Contracts-AdminUi-Values-PermissionCheckContext.html)
- [`Ibexa\Contracts\Checkout\Discounts\DataMapper\DiscountsDataMapperInterface`](https://doc.ibexa.co/en/latest/api/php_api/php_api_reference/classes/Ibexa-Contracts-Checkout-Discounts-DataMapper-DiscountsDataMapperInterface.html)
- [`Ibexa\Contracts\Seo\Resolver\FieldValueResolverInterface`](https://doc.ibexa.co/en/latest/api/php_api/php_api_reference/classes/Ibexa-Contracts-Seo-Resolver-FieldValueResolverInterface.html)

## December 2024

### Infrastructure and maintenance
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
month_change: true
month_change: false
---

# Action Configuration Search Criterion reference
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
month_change: true
month_change: false
---

# Action Configuration Search Sort Clauses reference
Expand Down
2 changes: 1 addition & 1 deletion docs/search/criteria_reference/isbookmarked_criterion.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: IsBookmarked Search Criterion
month_change: true
month_change: false
---

# IsBookmarked Criterion
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: AI Actions functions allows you to embed AI Actions in your templates
page_type: reference
month_change: true
month_change: false
---

# AI Actions Twig functions
Expand Down
2 changes: 1 addition & 1 deletion docs/update_and_migration/from_3.3/to_4.0.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Update your installation to v4.0 from the latest v3.3 version.
month_change: false
month_change: true
---

# Update from v3.3.x to v4.0
Expand Down
2 changes: 1 addition & 1 deletion docs/update_and_migration/from_3.3/update_from_3.3.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Update your installation to the latest v3.3 version from an earlier v3.3 version.
month_change: true
month_change: false
---

# Update from v3.3.x to v3.3.latest
Expand Down
2 changes: 1 addition & 1 deletion docs/update_and_migration/from_4.6/update_from_4.6.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Update your installation to the latest v4.6 version from an earlier v4.6 version.
month_change: true
month_change: false
---

# Update from v4.6.x to v4.6.latest
Expand Down
Loading