Skip to content

Commit 5399010

Browse files
Apply suggestions from code review
Co-authored-by: julitafalcondusza <[email protected]>
1 parent 4dcc183 commit 5399010

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

docs/resources/new_in_doc.md

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ See how to [update from 4.6 to 5.0](https://doc.ibexa.co/en/5.0/update_and_migra
1919

2020
#### LTS Updates
2121

22-
4.6's LTS Updates are features included out of the box in 5.0.
23-
The previous 4.6 installation instructions are, in 5.0, unneeded or replaced by configuration instructions.
22+
LTS Updates from v4.6 are included out of the box in v5.0 as features.
23+
Installation instructions for v4.6 are not needed in v5.0, or replaced by configuration instructions.
2424

2525
| 4.6 | 5.0 |
2626
|:-----------------------------------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------------------------|
@@ -31,20 +31,17 @@ The previous 4.6 installation instructions are, in 5.0, unneeded or replaced by
3131

3232
#### PHP API
3333

34-
Documentation examples and [PHP API Reference](https://doc.ibexa.co/en/5.0/api/php_api/php_api_reference/) have been updated for 5.0.
35-
You can use [`ibexa/rector`](https://github.com/ibexa/rector#readme) package to help yourself maintain your custom PHP code quality.
34+
Documentation examples and [PHP API Reference](https://doc.ibexa.co/en/5.0/api/php_api/php_api_reference/) have been updated for v5.0.
35+
You can use [`ibexa/rector`](https://github.com/ibexa/rector#readme) package that allows to maintain your custom PHP code quality.
3636
And consult the [Ibexa DXP v5.0 renames, deprecations and removals](https://doc.ibexa.co/en/5.0/release_notes/ibexa_dxp_v5.0_deprecations/).
3737

38-
Major addition to the PHP API Reference is the [collaboration framework](https://doc.ibexa.co/en/5.0/release_notes/ibexa_dxp_v5.0/#collaboration)'s
39-
[`Ibexa\Contracts\Collaboration`](https://doc.ibexa.co/en/5.0/api/php_api/php_api_reference/namespaces/ibexa-contracts-collaboration.html)
40-
and [`Ibexa\Contracts\Share`](https://doc.ibexa.co/en/5.0/api/php_api/php_api_reference/namespaces/ibexa-contracts-share.html) namespaces.
38+
Major addition to the PHP API Reference are [`Ibexa\Contracts\Collaboration`](https://doc.ibexa.co/en/5.0/api/php_api/php_api_reference/namespaces/ibexa-contracts-collaboration.html [collaboration framework](https://doc.ibexa.co/en/5.0/release_notes/ibexa_dxp_v5.0/#collaboration) and [`Ibexa\Contracts\Share`](https://doc.ibexa.co/en/5.0/api/php_api/php_api_reference/namespaces/ibexa-contracts-share.html) namespaces.
4139

4240
#### REST API
4341

44-
The [5.0's REST API Reference](https://doc.ibexa.co/en/5.0/api/rest_api/rest_api_reference/rest_api_reference.html) layout changed.
45-
As [Ibexa DXP 5.0 is OpenAPI compliant](https://doc.ibexa.co/en/5.0/api/rest_api/rest_api_usage/#openapi-support),
46-
the specification output from the platform is passed to [Redocly CLI](https://redocly.com/docs/cli) to generate the online reference.
47-
You can also consult the documentation directly on your development installations at `/api/ibexa/v2/doc`.
42+
Layout for [v5.0 REST API Reference](https://doc.ibexa.co/en/5.0/api/rest_api/rest_api_reference/rest_api_reference.html) is now changed.
43+
As [Ibexa DXP 5.0 is OpenAPI compliant](https://doc.ibexa.co/en/5.0/api/rest_api/rest_api_usage/#openapi-support), the specification output from the platform is passed to [Redocly CLI](https://redocly.com/docs/cli) to generate the online reference.
44+
You can also check the documentation directly on your development installations at `/api/ibexa/v2/doc`.
4845

4946
## June 2025
5047

0 commit comments

Comments
 (0)