Skip to content
Open
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
38 changes: 38 additions & 0 deletions docs/release_notes/cohesivo_v6.0_deprecations.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
description: Adapt your project for the Cohesivo v6.0 release.
month_change: true
---

<!-- vale VariablesVersion = NO -->

# Cohesivo v6.0 renames, deprecations and removals

## Cohesivo v6.0

!!! note "Cohesivo v6.0 isn't released yet"

This page is published ahead of the Cohesivo v6.0 release to give you time to prepare your code for the upcoming changes.

As the work on Cohesivo 6.0 is in progress, this page **isn't exhaustive and will evolve with time**.

As announced during Ibexa Summit 2026, [Ibexa DXP will be renamed to Cohesivo](https://www.ibexa.co/blog/redefining-the-dxp-from-execution-to-orchestration) to support the new [orchestration platform approach](https://www.ibexa.co/blog/the-orchestration-era).

Check failure on line 18 in docs/release_notes/cohesivo_v6.0_deprecations.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/release_notes/cohesivo_v6.0_deprecations.md#L18

[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'
Raw output
{"message": "[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'", "location": {"path": "docs/release_notes/cohesivo_v6.0_deprecations.md", "range": {"start": {"line": 18, "column": 21}}}, "severity": "ERROR"}

Check failure on line 18 in docs/release_notes/cohesivo_v6.0_deprecations.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/release_notes/cohesivo_v6.0_deprecations.md#L18

[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'
Raw output
{"message": "[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'", "location": {"path": "docs/release_notes/cohesivo_v6.0_deprecations.md", "range": {"start": {"line": 18, "column": 41}}}, "severity": "ERROR"}

Check warning on line 18 in docs/release_notes/cohesivo_v6.0_deprecations.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/release_notes/cohesivo_v6.0_deprecations.md#L18

[Ibexa.FutureTense] Use present tense instead of future.
Raw output
{"message": "[Ibexa.FutureTense] Use present tense instead of future.", "location": {"path": "docs/release_notes/cohesivo_v6.0_deprecations.md", "range": {"start": {"line": 18, "column": 51}}}, "severity": "WARNING"}

Check notice on line 18 in docs/release_notes/cohesivo_v6.0_deprecations.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/release_notes/cohesivo_v6.0_deprecations.md#L18

[Ibexa.Passive] Try to avoid passive tense, when possible.
Raw output
{"message": "[Ibexa.Passive] Try to avoid passive tense, when possible.", "location": {"path": "docs/release_notes/cohesivo_v6.0_deprecations.md", "range": {"start": {"line": 18, "column": 56}}}, "severity": "INFO"}

To learn more about the new brand, visit the [Cohesivo official site](https://cohesivo.com).

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Discussed the sentences above with Kamil - it's ok, and improvements to the cohesivo.com site will be released on 16.06 (2 days before the next planned release when I'd like to merge this)


This page lists backwards compatibility breaks introduced in Cohesivo v6.0.

## PHP API changes

Check notice on line 24 in docs/release_notes/cohesivo_v6.0_deprecations.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/release_notes/cohesivo_v6.0_deprecations.md#L24

[Ibexa.SentenceCapitalizationInHeadings] Use sentence-style capitalization in headings
Raw output
{"message": "[Ibexa.SentenceCapitalizationInHeadings] Use sentence-style capitalization in headings", "location": {"path": "docs/release_notes/cohesivo_v6.0_deprecations.md", "range": {"start": {"line": 24, "column": 4}}}, "severity": "INFO"}

### ibexa/http-cache

Check notice on line 26 in docs/release_notes/cohesivo_v6.0_deprecations.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/release_notes/cohesivo_v6.0_deprecations.md#L26

[Ibexa.SentenceCapitalizationInHeadings] Use sentence-style capitalization in headings
Raw output
{"message": "[Ibexa.SentenceCapitalizationInHeadings] Use sentence-style capitalization in headings", "location": {"path": "docs/release_notes/cohesivo_v6.0_deprecations.md", "range": {"start": {"line": 26, "column": 5}}}, "severity": "INFO"}

| Deprecated since | Entity | Change |
| --- |---------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| N/A | `\Ibexa\HttpCache\ResponseTagger\Delegator\DispatcherTagger` | With `kernel.debug` enabled, [`DispatcherTagger`](content_aware_cache.md#dispatchertagger) will throw an exception when you pass an unsupported value instead of silently ignoring it. |

Check warning on line 30 in docs/release_notes/cohesivo_v6.0_deprecations.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/release_notes/cohesivo_v6.0_deprecations.md#L30

[Ibexa.FutureTense] Use present tense instead of future.
Raw output
{"message": "[Ibexa.FutureTense] Use present tense instead of future.", "location": {"path": "docs/release_notes/cohesivo_v6.0_deprecations.md", "range": {"start": {"line": 30, "column": 164}}}, "severity": "WARNING"}
| v5.0.7 | <nobr>`\Ibexa\Contracts\HttpCache\ResponseTagger\ResponseTagger::supports`</nobr> | Method added to the interface. All implementations must specify [the value they support for tagging](content_aware_cache.md#delegator-and-value-taggers). |

### ibexa/messenger

Check notice on line 33 in docs/release_notes/cohesivo_v6.0_deprecations.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/release_notes/cohesivo_v6.0_deprecations.md#L33

[Ibexa.SentenceCapitalizationInHeadings] Use sentence-style capitalization in headings
Raw output
{"message": "[Ibexa.SentenceCapitalizationInHeadings] Use sentence-style capitalization in headings", "location": {"path": "docs/release_notes/cohesivo_v6.0_deprecations.md", "range": {"start": {"line": 33, "column": 5}}}, "severity": "INFO"}

| Deprecated since | Entity | Change |
| --- |------------------------------------------------------------------------------------|-----------------------------------------------------------|
| v5.0.9 | [`\Ibexa\Contracts\Messenger\Stamp\SudoStamp`](background_tasks.md#sudostamp) | No longer attached automatically to every dispatched message. For messages that should be processed without taking permissions into account, always attach the SudoStamp manually. |

Check notice on line 37 in docs/release_notes/cohesivo_v6.0_deprecations.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/release_notes/cohesivo_v6.0_deprecations.md#L37

[Ibexa.Passive] Try to avoid passive tense, when possible.
Raw output
{"message": "[Ibexa.Passive] Try to avoid passive tense, when possible.", "location": {"path": "docs/release_notes/cohesivo_v6.0_deprecations.md", "range": {"start": {"line": 37, "column": 183}}}, "severity": "INFO"}
| v5.0.9 | <nobr>`\Ibexa\Bundle\Messenger\Stamp\DeduplicateStamp`</nobr> | Replaced with [`\Symfony\Component\Messenger\Stamp\DeduplicateStamp`]([[= symfony_doc =]]/messenger.html#message-deduplication). Covered by [[[= product_name_base =]] Rector](/resources/rector.md) refactoring rules. |
336 changes: 336 additions & 0 deletions docs/resources/rector.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,336 @@
---
description: Use [[=product_name_base=]] Rector, an optional package based on Rector, to remove PHP and JavaScript code deprecations.

Check warning on line 2 in docs/resources/rector.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/resources/rector.md#L2

[Ibexa.OxfordComma] Use a comma before the last 'and' or 'or' in a list of four or more items.
Raw output
{"message": "[Ibexa.OxfordComma] Use a comma before the last 'and' or 'or' in a list of four or more items.", "location": {"path": "docs/resources/rector.md", "range": {"start": {"line": 2, "column": 41}}}, "severity": "WARNING"}
month_change: true
---

# [[= product_name_base =]] Rector

Check notice on line 6 in docs/resources/rector.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/resources/rector.md#L6

[Ibexa.SentenceCapitalizationInHeadings] Use sentence-style capitalization in headings
Raw output
{"message": "[Ibexa.SentenceCapitalizationInHeadings] Use sentence-style capitalization in headings", "location": {"path": "docs/resources/rector.md", "range": {"start": {"line": 6, "column": 1}}}, "severity": "INFO"}

[[= product_name_base =]] Rector is an optional package based on [Rector](https://getrector.com/) that comes with additional rule sets for working with [[= product_name =]] code.
Use it to get rid of PHP and JavaScript code deprecations and prepare your project for the next major release.

## Installation

Add the Composer dependency:

``` bash
composer require --dev ibexa/rector
```

## Refactor PHP code

### Configuration

Adjust the generated `rector.php` file by:

- making it match your project's directory structure
- selecting the [[= product_name_base =]] rule set that matches your current version, for example [`IbexaSetList::IBEXA_50`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Rector-Sets-IbexaSetList.html#enumcase_IBEXA_50)
- adding project-specific rules:
- [PHP rules by using `withPhpSets`](https://getrector.com/documentation/set-lists#content-php-sets)
- [Symfony, Twig, or Doctrine rules by using `withComposerBased`](https://getrector.com/documentation/composer-based-sets)

It's recommended to activate one rule set at a time and preview the output before applying it.

An example configuration looks as follows:

``` php
use Ibexa\Contracts\Rector\Sets\IbexaSetList;
use Rector\Config\RectorConfig;

return RectorConfig::configure()
->withPaths(
[
__DIR__ . '/src',
]
)
->withSets(
[
IbexaSetList::IBEXA_50->value,
]
)
->withPhpSets(php83: true)
->withComposerBased(symfony: true)
;
```

For more information, see [Rector documentation](https://getrector.com/documentation).

### Usage

Run Rector in dry-run mode to preview the changes it would make:

``` bash
vendor/bin/rector --dry-run
```

Once you're satisfied with the proposed changes, apply them by running:

``` bash
vendor/bin/rector
```

## Refactor JavaScript code

Check notice on line 71 in docs/resources/rector.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/resources/rector.md#L71

[Ibexa.SentenceCapitalizationInHeadings] Use sentence-style capitalization in headings
Raw output
{"message": "[Ibexa.SentenceCapitalizationInHeadings] Use sentence-style capitalization in headings", "location": {"path": "docs/resources/rector.md", "range": {"start": {"line": 71, "column": 4}}}, "severity": "INFO"}

[[= product_name_base =]] Rector also comes with transform module to help you maintain your JavaScript code.

### Configuration

To adjust the default configuration, plugins, or rules, modify the `rector.config.js` file present in your project or bundle directory:

``` js
module.exports = {
config: {
paths: [{
input: 'src/bundle/Resources/public',
output: 'src/bundle/Resources/public',
}],
prettierConfigPath: './prettier.js',
}
plugins: (plugins) => {
// modify enabled plugins

return plugins;
},
pluginsConfig: (config) => {
// modify plugins config

return config;
}
};
```

### Configuration options

#### `paths`

Array of objects with input and output directories for transformed files, relative to your project or bundle root.
Directory structure is not modified during the transformation.

#### `prettierConfigPath`

[Prettier](https://prettier.io/) is run at the end of the transformation.
You can provide the path to your own configuration file, otherwise [the default file](https://github.com/ibexa/eslint-config-ibexa/blob/main/prettier.mjs) is used.

Check notice on line 111 in docs/resources/rector.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/resources/rector.md#L111

[Ibexa.Passive] Try to avoid passive tense, when possible.
Raw output
{"message": "[Ibexa.Passive] Try to avoid passive tense, when possible.", "location": {"path": "docs/resources/rector.md", "range": {"start": {"line": 111, "column": 156}}}, "severity": "INFO"}

#### `plugins`

Use it to modify enabled plugins.
To learn more about plugins, see [the list of plugins](#list-of-plugins).

#### `pluginsConfig`

Use this setting to modify the plugins configuration, as in the example below:

``` json
{
"ibexa-rename-string-values": {
"ez-form-error": "ibexa-form-error",
"ez-selection-settings": {
"to": "ibexa-selection-settings",
"exactMatch": true
},
"(^|\\s)\\.ez-": {
"to": ".ibexa-",
"regexp": true
},
"ibexa-field-edit--ez([A-Za-z0-9]+)": {
"to": "ibexa-field-edit--ibexa$1",
"regexp": true
}
}
}
```

The plugin configuration is an object with plugin names as keys, for example `ibexa-rename-string-values`.
Inside a single plugin configuration, the property names are values that should be replaced.

Check notice on line 143 in docs/resources/rector.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/resources/rector.md#L143

[Ibexa.Passive] Try to avoid passive tense, when possible.
Raw output
{"message": "[Ibexa.Passive] Try to avoid passive tense, when possible.", "location": {"path": "docs/resources/rector.md", "range": {"start": {"line": 143, "column": 81}}}, "severity": "INFO"}
They can be specified explicitly (`ezform-error`) or by using regexp (`(^|\\s)\\.ez-`).

Check notice on line 144 in docs/resources/rector.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/resources/rector.md#L144

[Ibexa.Passive] Try to avoid passive tense, when possible.
Raw output
{"message": "[Ibexa.Passive] Try to avoid passive tense, when possible.", "location": {"path": "docs/resources/rector.md", "range": {"start": {"line": 144, "column": 10}}}, "severity": "INFO"}

#### Shorthand expression

You can use a shorthand form to specify the configuration:

- `"ez-form-error": "ibexa-form-error"` - changes all `ez-form-error` occurrences to `ibexa-form-error`

#### Complete plugin configuration

When not using the shorthand configuration, the following options are available:

Check notice on line 154 in docs/resources/rector.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/resources/rector.md#L154

[Ibexa.ByUsing] Prefer 'by using' or 'with' to plain 'using'.
Raw output
{"message": "[Ibexa.ByUsing] Prefer 'by using' or 'with' to plain 'using'.", "location": {"path": "docs/resources/rector.md", "range": {"start": {"line": 154, "column": 6}}}, "severity": "INFO"}

- `"to": "ibexa-selection-settings"` - specifies the new value
- `"regexp": true/false` - uses regexp to find the matching values. Use capture groups to reuse parts of the original value in the new value
- `"exactMatch": true` - replaces matching values only when the whole value is matched. Using the example configuration, `ez-selection-settings__field` would not be replaced as it doesn't match `ez-selection-settings` exactly

Check notice on line 158 in docs/resources/rector.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/resources/rector.md#L158

[Ibexa.Passive] Try to avoid passive tense, when possible.
Raw output
{"message": "[Ibexa.Passive] Try to avoid passive tense, when possible.", "location": {"path": "docs/resources/rector.md", "range": {"start": {"line": 158, "column": 77}}}, "severity": "INFO"}

Check notice on line 158 in docs/resources/rector.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/resources/rector.md#L158

[Ibexa.ByUsing] Prefer 'by using' or 'with' to plain 'using'.
Raw output
{"message": "[Ibexa.ByUsing] Prefer 'by using' or 'with' to plain 'using'.", "location": {"path": "docs/resources/rector.md", "range": {"start": {"line": 158, "column": 80}}}, "severity": "INFO"}

Check notice on line 158 in docs/resources/rector.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/resources/rector.md#L158

[Ibexa.ByUsingStartOfLine] Prefer 'by using' or 'with' to plain 'using'.
Raw output
{"message": "[Ibexa.ByUsingStartOfLine] Prefer 'by using' or 'with' to plain 'using'.", "location": {"path": "docs/resources/rector.md", "range": {"start": {"line": 158, "column": 89}}}, "severity": "INFO"}

Check notice on line 158 in docs/resources/rector.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/resources/rector.md#L158

[Ibexa.Passive] Try to avoid passive tense, when possible.
Raw output
{"message": "[Ibexa.Passive] Try to avoid passive tense, when possible.", "location": {"path": "docs/resources/rector.md", "range": {"start": {"line": 158, "column": 163}}}, "severity": "INFO"}

#### Shared configuration

You can create a shared configuration for all plugins by using the `shared` keyword, as in the example below:

``` json
{
"shared": {
"ez": {
"to": "ibexa",
"exactMatch": true,
}
}
}
```

Values specifies in the `shared` configuration can be overwritten by using configuration for specific plugins.

Check notice on line 175 in docs/resources/rector.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/resources/rector.md#L175

[Ibexa.Passive] Try to avoid passive tense, when possible.
Raw output
{"message": "[Ibexa.Passive] Try to avoid passive tense, when possible.", "location": {"path": "docs/resources/rector.md", "range": {"start": {"line": 175, "column": 52}}}, "severity": "INFO"}

### List of plugins

#### Rename eZ global variables

Check notice on line 179 in docs/resources/rector.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/resources/rector.md#L179

[Ibexa.SentenceCapitalizationInHeadings] Use sentence-style capitalization in headings
Raw output
{"message": "[Ibexa.SentenceCapitalizationInHeadings] Use sentence-style capitalization in headings", "location": {"path": "docs/resources/rector.md", "range": {"start": {"line": 179, "column": 6}}}, "severity": "INFO"}

Identifier: `ibexa-rename-ez-global`

This plugin changes all `eZ` variables to `ibexa`.

Configuration: none

#### Rename variables

This plugin allows to rename any variable.

Identifier: `ibexa-rename-variables`

##### Configuration example

``` json
{
"^Ez(.*?)Validator$": {
"to": "Ibexa$1Validator",
"regexp": true
},
"^EZ_": {
"to": "IBEXA_",
"regexp": true
}
}
```

##### Example output

| Before | After |
|---|---|
| `class EzBooleanValidator extends eZ.BaseFieldValidator` | `class IbexaBooleanValidator extends ibexa.BaseFieldValidator` |
| `const EZ_INPUT_SELECTOR = 'ezselection-settings__input';` | `const IBEXA_INPUT_SELECTOR = 'ezselection-settings__input';` |

#### Rename string values

This plugin changes any string value except translations.
You can use it to transform selectors and other values.

Identifier: `ibexa-rename-string-values`

##### Configuration example

``` json
{
"(^|\\s)\\.ez-": {
"to": ".ibexa-",
"regexp": true
},
"ibexa-field-edit--ez([A-Za-z0-9]+)": {
"to": "ibexa-field-edit--ibexa$1",
"regexp": true
},
"ezselection-settings": "ibexaselection-settings"
}
```

##### Example output

| Before | After |
|---|---|
| `const SELECTOR_FIELD = '.ez-field-edit--ezboolean';` | `const SELECTOR_FIELD = '.ibexa-field-edit--ezboolean'` |
| `const SELECTOR_FIELD = '.ibexa-field-edit--ezboolean';` | `const SELECTOR_FIELD = '.ibexa-field-edit--ibexaboolean';` |

#### Rename translation IDs

Check notice on line 245 in docs/resources/rector.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/resources/rector.md#L245

[Ibexa.SentenceCapitalizationInHeadings] Use sentence-style capitalization in headings
Raw output
{"message": "[Ibexa.SentenceCapitalizationInHeadings] Use sentence-style capitalization in headings", "location": {"path": "docs/resources/rector.md", "range": {"start": {"line": 245, "column": 6}}}, "severity": "INFO"}

This plugin allows to change translation IDs.
Extract translations after running this transformation.

Identifier: `ibexa-rename-trans-id`

##### Configuration example

``` json
{
"^ez": {
"to": "ibexa",
"regexp": true
}
}
```

##### Example output

| Before | After |
|---|---|
|`'ez_boolean.limitation.pick.ez_error'` | `'ibexa_boolean.limitation.pick.ez_error'` |

#### Rename translation strings

This plugin changes values in translations.
Extract translations after running this transformation.

Identifier: `ibexa-rename-in-translations`

##### Configuration example

``` json
{
"to": "ibexa-not-$1--show-modal",
"regexp": true,
"selectors-only": true
}
```

If the `selectors-only` property is set to `true`, this plugin changes only strings inside HTML tags.
Set to `false` or remove property to change text values as well.

##### Example output

| `selectors-only` value | Before | After |
|---|---|---|
| true | `/*@Desc("<p class='ez-not-error--show-modal'>Show message</p> for ez-not-error--show-modal")*/` | `/*@Desc("<p class='ibexa-not-error--show-modal'>Show message</p> for ez-not-error--show-modal")*/` |
| false | `/*@Desc("<p class='ez-not-error--show-modal'>Show message</p> for ez-not-error--show-modal")*/` | `/*@Desc("<p class='ibexa-not-error--show-modal'>Show message</p> for ibexa-not-error--show-modal")*/` |

#### Rename icons names used in getIconPath method

This plugin allows you to rename any icon name that is passed as an argument to the `getIconPath` method.

Check notice on line 298 in docs/resources/rector.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/resources/rector.md#L298

[Ibexa.Passive] Try to avoid passive tense, when possible.
Raw output
{"message": "[Ibexa.Passive] Try to avoid passive tense, when possible.", "location": {"path": "docs/resources/rector.md", "range": {"start": {"line": 298, "column": 53}}}, "severity": "INFO"}

Identifier: `ibexa-rename-icons`

##### Configuration example

In this plugin, the `exactMatch` default value is set to `true` when using the shorthand expression.

Check notice on line 304 in docs/resources/rector.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/resources/rector.md#L304

[Ibexa.ByUsing] Prefer 'by using' or 'with' to plain 'using'.
Raw output
{"message": "[Ibexa.ByUsing] Prefer 'by using' or 'with' to plain 'using'.", "location": {"path": "docs/resources/rector.md", "range": {"start": {"line": 304, "column": 65}}}, "severity": "INFO"}

``` json
{
"browse": "folder-browse",
"content-": {
"to": "file-",
"exactMatch": false
}
}
```

##### Example output

| Before | After |
|---|---|
| `getIconPath('browse')` | `getIconPath('folder-browse')` |

### Usage

To install the dependencies, execute the following command:

``` bash
yarn --cwd ./vendor/ibexa/rector/js install
```

Then, run the transform:

``` bash
yarn --cwd ./vendor/ibexa/rector/js transform
```

The `--cwd` argument must point to the directory where the transform module is installed, by default `./vendor/ibexa/rector/js`.

Check notice on line 336 in docs/resources/rector.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/resources/rector.md#L336

[Ibexa.Passive] Try to avoid passive tense, when possible.
Raw output
{"message": "[Ibexa.Passive] Try to avoid passive tense, when possible.", "location": {"path": "docs/resources/rector.md", "range": {"start": {"line": 336, "column": 77}}}, "severity": "INFO"}
1 change: 1 addition & 0 deletions docs/resources/resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ See additional information about [[= product_name =]] development process, helpf
[[= cards([
"resources/release_process_and_roadmap",
"resources/phpstorm_plugin",
"resources/rector",
"resources/contributing/report_and_follow_issues",
], columns=3) =]]
2 changes: 2 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -946,6 +946,7 @@ nav:
- Resources: resources/resources.md
- Release process and roadmap: resources/release_process_and_roadmap.md
- Ibexa DXP PhpStorm plugin: resources/phpstorm_plugin.md
- Ibexa DXP Rector: resources/rector.md
- New in documentation: resources/new_in_doc.md
- Contributing:
- Report and follow issues: resources/contributing/report_and_follow_issues.md
Expand All @@ -955,6 +956,7 @@ nav:
- Product guides: product_guides/product_guides.md
- Release notes:
- Release notes: release_notes/release_notes.md
- Cohesivo v6.0 deprecations and BC breaks: release_notes/cohesivo_v6.0_deprecations.md
- Ibexa DXP v5.0 LTS: release_notes/ibexa_dxp_v5.0.md
- Ibexa DXP v5.0 deprecations and BC breaks: release_notes/ibexa_dxp_v5.0_deprecations.md
- Ibexa DXP v4.6 LTS: release_notes/ibexa_dxp_v4.6.md
Expand Down
Loading