From 4250d7b183e2e1090cd92d2bf0e23c7434302cdd Mon Sep 17 00:00:00 2001 From: DominikaK Date: Tue, 6 Jun 2023 15:04:13 +0200 Subject: [PATCH] IBX-5797: Ibexa Content to Ibexa Headless --- .github/pull_request_template.md | 2 +- docs/administration/project_organization/bundles.md | 4 ++-- docs/getting_started/install_ibexa_dxp.md | 6 +++--- docs/resources/release_process_and_roadmap.md | 2 +- mkdocs.yml | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 7f31d9e71d..1a0733ab7e 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -2,7 +2,7 @@ | ------------- | --- | JIRA Ticket | | Versions | -| Edition | +| Edition | diff --git a/docs/administration/project_organization/bundles.md b/docs/administration/project_organization/bundles.md index 8fb0a87b23..3bed725ee1 100644 --- a/docs/administration/project_organization/bundles.md +++ b/docs/administration/project_organization/bundles.md @@ -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" @@ -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| |---------|-----------| diff --git a/docs/getting_started/install_ibexa_dxp.md b/docs/getting_started/install_ibexa_dxp.md index 0a487d89c8..d58dd39639 100644 --- a/docs/getting_started/install_ibexa_dxp.md +++ b/docs/getting_started/install_ibexa_dxp.md @@ -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 =]]" @@ -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 ``` @@ -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" diff --git a/docs/resources/release_process_and_roadmap.md b/docs/resources/release_process_and_roadmap.md index 0bae1e1237..e0bf145d6f 100644 --- a/docs/resources/release_process_and_roadmap.md +++ b/docs/resources/release_process_and_roadmap.md @@ -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 diff --git a/mkdocs.yml b/mkdocs.yml index c470e40673..136059ab39 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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