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 .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
| ------------- | ---
| JIRA Ticket | <!-- URLs to GitHub or JIRA issue(s) (or N/A) -->
| Versions | <!-- product version number, e.g.: 1.7, 1.13, 2.0 -->
| Edition | <!-- Content, Experience, Commerce -->
| Edition | <!-- Content/Headless, Experience, Commerce -->

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

Expand Down
4 changes: 2 additions & 2 deletions docs/administration/project_organization/bundles.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ You can also reuse the bundles you create in other projects or share them with t
Many [[= product_name =]] functionalities are provided through separate bundles included in the installation.
You can see the bundles that are automatically installed with [[= product_name =]]
in the respective `composer.json` files.
For example, for Ibexa Content, see the [JSON file on GitHub](https://github.com/ibexa/content/blob/master/composer.json).
For example, for Ibexa Headless, see the [JSON file on GitHub](https://github.com/ibexa/headless/blob/master/composer.json).

!!! caution "Deprecated legacy Commerce bundles"

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

## Ibexa Content packages
## Ibexa Headless packages

|Bundle|Description|
|---------|-----------|
Expand Down
6 changes: 3 additions & 3 deletions docs/getting_started/install_ibexa_dxp.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ run the following command:
=== "[[= product_name_content =]]"

``` bash
composer create-project ibexa/content-skeleton .
composer create-project ibexa/headless-skeleton .
```

=== "[[= product_name_exp =]]"
Expand All @@ -144,7 +144,7 @@ run the following command:
=== "[[= product_name_content =]]"

``` bash
composer create-project ibexa/content-skeleton --no-install .
composer create-project ibexa/headless-skeleton --no-install .
composer update
```

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

``` bash
composer create-project ibexa/content-skeleton:3.3.2 .
composer create-project ibexa/experience-skeleton:3.3.2 .
```

!!! note "Platform.sh"
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/release_process_and_roadmap.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: "Ibexa DXP releases new versions periodically in different flavors: Ibexa Content, Ibexa Experience and Ibexa Commerce, plus open-source Ibexa OSS."
description: "Ibexa DXP releases new versions periodically in different flavors: Ibexa Headless, Ibexa Experience and Ibexa Commerce, plus open-source Ibexa OSS."
---

# Ibexa DXP release process and roadmap
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,7 @@ extra:
# Global variables
site_display_name: 'Ibexa Documentation'
product_name: 'Ibexa DXP'
product_name_content: 'Ibexa Content'
product_name_content: 'Ibexa Headless'
product_name_exp: 'Ibexa Experience'
product_name_com: 'Ibexa Commerce'
# Global variables - latest tag versions
Expand Down