Skip to content

Commit 92f6cef

Browse files
authored
IBX-6618: Updated global variables (#2176)
1 parent 57285dd commit 92f6cef

File tree

61 files changed

+126
-70
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+126
-70
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<!-- vale off -->
2+
13
# Ibexa DXP Developer Documentation
24

35
This repository is the source for the [developer documentation for Ibexa](https://doc.ibexa.co/en/latest),

docs/api/field_types_reference/richtextfield.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ The XHTML5 format is used by the Online Editor.
6767
The custom DocBook format described below is subject to change
6868
and is not covered by backwards compatibility promise.
6969

70-
You can use the Ibexa flavor of the DocBook format in PHP API and in REST API requests
70+
You can use the [[= product_name_base =]] flavor of the DocBook format in PHP API and in REST API requests
7171
by providing the DocBook content as a string.
7272

7373
The following example shows how to pass DocBook content to a [create struct](../public_php_api_creating_content.md#creating-content-item-draft):

docs/api/rest_api_testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@ request.onload = function () {
6666
request.send();
6767
```
6868

69-
On a freshly installed Ibexa DXP, `52` is the Content ID of the home page. If necessary, substitute `52` with the Content ID of an item from your database.
69+
On a freshly installed [[= product_name =]], `52` is the Content ID of the home page. If necessary, substitute `52` with the Content ID of an item from your database.
7070

7171
You can edit the `resource` URI to address another domain, but [cross-origin requests](rest_api_responses.md#cross-origin) must be allowed first.

docs/cdp/cdp.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ description: Ibexa CDP is a software system designed to collect and organize cus
66

77
## What is Ibexa CDP
88

9-
Ibexa CDP helps you solve one of the hardest challenges facing business world today:
9+
[[= product_name_cdp =]] helps you solve one of the hardest challenges facing business world today:
1010
building unique experiences for your customers.
11-
With Ibexa CDP you will be able to track and aggregate data of your customers' activity on multiple channels.
11+
With [[= product_name_cdp =]] you will be able to track and aggregate data of your customers' activity on multiple channels.
1212
It will allow you to create individual customer profiles that enable you to personalize their experience on your platform.
1313

1414
![Ibexa CDP control panel](img/cdp_control_panel.png)
1515

1616
## How it works
1717

18-
Ibexa CDP unifies customer data across your organization
18+
[[= product_name_cdp =]] unifies customer data across your organization
1919
to help you activate your users and provide them with real-time engagement.
2020
With defined audiences you can target your user segments at the right time,
2121
through the most used channel, with the relevant message, content, or products.

docs/cdp/cdp_installation.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@ description: Installation of standalone Ibexa CDP package.
44

55
# Ibexa CDP installation
66

7-
There are three steps required to install Ibexa CDP.
8-
First, you need to register your Ibexa CDP account, then you can download a CDP package and update the configuration.
7+
There are three steps required to install [[= product_name_cdp =]].
8+
First, you need to register your[[= product_name_cdp =]] account, then you can download a CDP package and update the configuration.
99

1010
## Register in Ibexa CDP dashboard
1111

12-
If you decide to acquire Ibexa CDP contact your sales representative,
13-
they will provide you with a registration link to Ibexa CDP.
12+
If you decide to acquire [[= product_name_cdp =]] contact your sales representative,
13+
they will provide you with a registration link to [[= product_name_cdp =]].
1414
After registration, you will get access to a separate instance
1515
where you will find data required for configuring, activating and using this feature.
1616

1717
## Install CDP package
1818

19-
Ibexa CDP comes in an additional package that is opt-in and needs to be downloaded separately.
19+
[[= product_name_cdp =]] comes in an additional package that is opt-in and needs to be downloaded separately.
2020

2121
To download it run:
2222

@@ -36,5 +36,5 @@ ibexa_cdp:
3636
stateless: true
3737
```
3838
39-
Now, you can configure Ibexa CDP.
39+
Now, you can configure [[= product_name_cdp =]].
4040
Go to [the activation documentation](cdp_activation.md) and follow the steps.

docs/community_resources/package_structure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: All code contributions to Ibexa DXP must follow package and bundle
77
If you wish to contribute to [[= product_name =]] development,
88
you need to adhere to the package and bundle structure and namespace standards.
99

10-
The following conventions apply to contributions to Ibexa core code, not to third party packages.
10+
The following conventions apply to contributions to [[= product_name_base =]] core code, not to third party packages.
1111

1212
!!! note
1313

docs/community_resources/phpstorm_plugin.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: The Ibexa DXP PHPStorm plugin helps you speed up your development b
44

55
# Ibexa DXP plugin for PhpStorm
66

7-
Ibexa DXP plugin for PhpStorm helps you to work with Ibexa DXP by speeding up installation
7+
[[= product_name =]] plugin for PhpStorm helps you to work with [[= product_name =]] by speeding up installation
88
and providing file templates, intentions, autocompletion, and other features.
99

1010
## Requirements
@@ -14,14 +14,14 @@ and providing file templates, intentions, autocompletion, and other features.
1414

1515
## Install PhpStorm plugin
1616

17-
You can install the Ibexa DXP plugin for PhpStorm from the JetBrains Marketplace,
17+
You can install the [[= product_name =]] plugin for PhpStorm from the JetBrains Marketplace,
1818
or manually, from a downloaded .jar file.
1919

2020
### Install from JetBrains Marketplace
2121

2222
To install plugin from JetBrains marketplace:
2323

24-
Look for "Ibexa DXP" in the plugin browser and click **Install**.
24+
Look for "[[= product_name =]]" in the plugin browser and click **Install**.
2525

2626
### Install from file
2727

@@ -49,23 +49,23 @@ You can use it to:
4949
Some plugin features depends on the selected product edition and version.
5050
For example, "deprecated namespaces usage" inspection is enabled only if the project uses v4.x.
5151

52-
Plugin configuration is automatically resolved when opening Ibexa DXP project for the first time.
53-
If detection is successful, a notification appears with an "Enable Ibexa DXP support for this project" link.
52+
Plugin configuration is automatically resolved when opening [[= product_name =]] project for the first time.
53+
If detection is successful, a notification appears with an "Enable [[= product_name =]] support for this project" link.
5454

55-
If you created your project by using Ibexa DXP project wizard, the plugin is automatically enabled and configured based
55+
If you created your project by using [[= product_name =]] project wizard, the plugin is automatically enabled and configured based
5656
on wizard data.
5757

5858
## Features
5959

6060
### Project wizard
6161

62-
The plugin enables creating a new Ibexa DXP project directly from PhpStorm.
62+
The plugin enables creating a new [[= product_name =]] project directly from PhpStorm.
6363
To do it, select **File** > **New Project...** > **Ibexa DXP**.
6464

6565
In project settings form you can choose:
6666

6767
- Location of the project
68-
- Product edition: Ibexa OSS, Ibexa Content, Ibexa Experience, Ibexa Commerce
68+
- Product edition: [[= product_name_oss =]],[[= product_name_content =]], [[= product_name_exp =]], [[= product_name_com =]]
6969
- Authentication token (for Content, Experience and Commerce editions)
7070
- Product version: Default (latest LTS version), Latest (fast track or LTS), Latest LTS and "Next 3.x" (unstable, based on the 3.x branch) and "Next 4.x" (unstable, based on the 4.x branch)
7171
- Generate [Ibexa Cloud configuration](getting_started/install_on_ibexa_cloud)
@@ -105,7 +105,7 @@ The plugin provides the following built-in file templates:
105105

106106
The templates are available in, for example, the context menu in **Project window** > **New** > **Ibexa DXP**.
107107

108-
The list of available file templates depends on the Ibexa DXP edition used by the project.
108+
The list of available file templates depends on the [[= product_name =]] edition used by the project.
109109

110110
For all file templates you can customize:
111111

@@ -169,7 +169,7 @@ To customize live templates, go to **File** > **Settings**/**Preferences** > **E
169169

170170
### Autocompletion in configuration files
171171

172-
Plugin provides autocompletion for Ibexa DXP configuration structure in YAML files placed in `config/packages/`.
172+
Plugin provides autocompletion for [[= product_name =]] configuration structure in YAML files placed in `config/packages/`.
173173

174174
Besides configuration structure, for the following YAML keys addition suggestions are available:
175175

@@ -249,4 +249,4 @@ See [related JetBrains issue](https://youtrack.jetbrains.com/issue/WI-61330) for
249249
## Feedback
250250

251251
You can report bugs and feature suggestions on [https://issues.ibexa.co/](https://issues.ibexa.co/issues/?jql=project%20%3D%20IBX%20AND%20component%20%3D%20%22PHPStorm%20plugin%22) by
252-
selecting the "PHPStorm plugin" component, or on the `#phpstorm-plugin` Ibexa Community Slack channel.
252+
selecting the "PHPStorm plugin" component, or on the `#phpstorm-plugin` [[= product_name_base =]] Community Slack channel.

docs/community_resources/release_process.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ description: "Ibexa DXP releases new versions periodically in different flavors:
1212
- [[= product_name_exp =]] is a modern modular Digital Experience Platform to build outstanding customer experiences
1313
- [[= product_name_com =]] is a commerce-ready B2B DXP designed to digitalize your business from customer awareness to purchase and beyond.
1414

15-
Additionally, [[= product_name =]] also has an open-source version called Ibexa OSS.
16-
Ibexa OSS is developed by Ibexa together with the open source community.
17-
The Ibexa OSS code is available on GitHub under the GPLv2 license.
15+
Additionally, [[= product_name =]] also has an open-source version called [[= product_name_oss =]].
16+
[[= product_name_oss =]] is developed by [[= product_name_base =]] together with the open source community.
17+
The [[= product_name_oss =]] code is available on GitHub under the GPLv2 license.
1818
It comes with no commercial support and maintenance services.
1919

2020
We manage the release of [[= product_name =]] using an agile iterative process and a continuous software development model, which is why we provide two kinds of [[= product_name =]] releases:
2121

22-
- Long Term Support releases (LTS) which are supported by Ibexa for a long period of time.
22+
- Long Term Support releases (LTS) which are supported by [[= product_name_base =]] for a long period of time.
2323
- Fast Track releases (FT) give access to the latest features and are supported for a short period of time. They are maintained only until the next FT release is introduced.
2424

2525
FT releases are tailored for those who want to stay up-to-date with newest functionalities,

docs/community_resources/report_follow_issues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Click **Create** at the top of the bugtracker window and fill in the following f
3030
|**Issue type**|Choose **Bug** or **Improvement** depending on what you are reporting, do not use other issue types (they are for internal use only).|
3131
|**Summary**|Write a short sentence describing what you are reporting.|
3232
|**Priority**|Select the priority you consider the issue to be. Please try to keep a cool head while selecting it. A 1 pixel alignment bug is not a "blocker".|
33-
|**Component/s**|This is important, as it will make your issue appear on the radar (dashboards, filters) of people dealing with various parts of Ibexa projects.|
33+
|**Component/s**|This is important, as it will make your issue appear on the radar (dashboards, filters) of people dealing with various parts of [[= product_name_base =]] projects.|
3434
|**Affect version/s**|Add the versions of the application you experienced the issue on.|
3535
|**Assignee**|Leave blank, unless you are willing to work on the issue yourself.|
3636
|**Reporter**|Leave as is (yourself).|

docs/getting_started/install_ez_platform.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,4 +431,4 @@ and use the generated secret.
431431

432432
## Ibexa Cloud
433433

434-
If you want to host your application on Ibexa Cloud, follow the [Install on Ibexa Cloud](install_on_ibexa_cloud.md) procedure.
434+
If you want to host your application on [[= product_name_cloud =]], follow the [Install on Ibexa Cloud](install_on_ibexa_cloud.md) procedure.

0 commit comments

Comments
 (0)