Skip to content

Commit 0e84cc9

Browse files
author
DominikaK
authored
IBX-5797: Ibexa Content to Ibexa Headless (#2007)
1 parent 88422d1 commit 0e84cc9

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
| ------------- | ---
33
| JIRA Ticket | <!-- URLs to GitHub or JIRA issue(s) (or N/A) -->
44
| Versions | <!-- product version number, e.g.: 1.7, 1.13, 2.0 -->
5-
| Edition | <!-- Content, Experience, Commerce -->
5+
| Edition | <!-- Content/Headless, Experience, Commerce -->
66

77
<!-- Replace this comment with Pull Request description -->
88

docs/administration/project_organization/bundles.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ You can also reuse the bundles you create in other projects or share them with t
1212
Many [[= product_name =]] functionalities are provided through separate bundles included in the installation.
1313
You can see the bundles that are automatically installed with [[= product_name =]]
1414
in the respective `composer.json` files.
15-
For example, for Ibexa Content, see the [JSON file on GitHub](https://github.com/ibexa/content/blob/master/composer.json).
15+
For example, for Ibexa Headless, see the [JSON file on GitHub](https://github.com/ibexa/headless/blob/master/composer.json).
1616

1717
!!! caution "Deprecated legacy Commerce bundles"
1818

@@ -65,7 +65,7 @@ see the [How to Remove a Bundle]([[= symfony_doc =]]/bundles/remove.html) instru
6565
|[ibexa/standard-design](https://github.com/ibexa/standard-design)|Standard design and theme to be handled by `design-engine`|
6666
|[ibexa/user](https://github.com/ibexa/user)|User management|
6767

68-
## Ibexa Content packages
68+
## Ibexa Headless packages
6969

7070
|Bundle|Description|
7171
|---------|-----------|

docs/getting_started/install_ibexa_dxp.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ run the following command:
122122
=== "[[= product_name_content =]]"
123123

124124
``` bash
125-
composer create-project ibexa/content-skeleton .
125+
composer create-project ibexa/headless-skeleton .
126126
```
127127

128128
=== "[[= product_name_exp =]]"
@@ -144,7 +144,7 @@ run the following command:
144144
=== "[[= product_name_content =]]"
145145

146146
``` bash
147-
composer create-project ibexa/content-skeleton --no-install .
147+
composer create-project ibexa/headless-skeleton --no-install .
148148
composer update
149149
```
150150

@@ -173,7 +173,7 @@ run the following command:
173173
specific tag (`3.3.2`), version range (`~3.3.2`), stability (`^3.3@rc`), etc.:
174174

175175
``` bash
176-
composer create-project ibexa/content-skeleton:3.3.2 .
176+
composer create-project ibexa/experience-skeleton:3.3.2 .
177177
```
178178

179179
!!! note "Platform.sh"

docs/resources/release_process_and_roadmap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: "Ibexa DXP releases new versions periodically in different flavors: Ibexa Content, Ibexa Experience and Ibexa Commerce, plus open-source Ibexa OSS."
2+
description: "Ibexa DXP releases new versions periodically in different flavors: Ibexa Headless, Ibexa Experience and Ibexa Commerce, plus open-source Ibexa OSS."
33
---
44

55
# Ibexa DXP release process and roadmap

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,7 @@ extra:
780780
# Global variables
781781
site_display_name: 'Ibexa Documentation'
782782
product_name: 'Ibexa DXP'
783-
product_name_content: 'Ibexa Content'
783+
product_name_content: 'Ibexa Headless'
784784
product_name_exp: 'Ibexa Experience'
785785
product_name_com: 'Ibexa Commerce'
786786
# Global variables - latest tag versions

0 commit comments

Comments
 (0)