Skip to content

Commit 7c9cba4

Browse files
committed
Merge branch 'master' into phpdoc-5.0
2 parents 1c2c069 + bb64399 commit 7c9cba4

File tree

23 files changed

+44
-17
lines changed

23 files changed

+44
-17
lines changed

.github/workflows/preview_comment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ jobs:
3333
md_change_list=$(git diff --name-only HEAD "origin/$GITHUB_BASE_REF" -- docs/ | grep -E "^docs\/.*\.md$" | sed -E "s|^docs/(.*)\.md$|- [docs/\1.md](${build_url}\1/)|")
3434
par_change_list='';
3535
for par_file in $(git diff --diff-filter=A --name-only "origin/$GITHUB_BASE_REF" HEAD -- docs/api/php_api/php_api_reference/ | grep -E '^docs\/.*\.html$'); do
36-
fqcn=$(grep -o 'data-copy-value=".*">Copy FQCN' $par_file | sed -E 's|data-copy-value="(.*)">.*|\1|' | sed 's|\\|\\\\|g')
36+
fqcn=$(grep -o 'data-copy-value=".*">Copy FQCN' $par_file | sed 's|E|§E§|' | sed -E 's|data-copy-value="(.*)">.*|\1|' | sed 's|\\|\\\\|g')
3737
link=$(echo $par_file | sed -E "s|^docs/(.*\.html)$|- [\`${fqcn}\`](${build_url}\1)|")
3838
par_change_list=$(echo -e "$par_change_list\n$link")
3939
done
40-
par_change_list=$(echo "$par_change_list" | sed '1d')
40+
par_change_list=$(echo "$par_change_list" | sed '1d' | sed 's|§E§|\\E|g')
4141
change_count=$(( $(echo "$md_change_list" | wc -l) + $(echo "$par_change_list" | wc -l) ))
4242
4343
if [[ -z "$md_change_list$par_change_list" ]] ; then

docs/administration/configuration/repository_configuration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
description: Configure repository connections, archive limits, field groups and other settings.
3+
month_change: true
34
---
45

56
# Repository configuration

docs/content_management/field_types/field_type_reference/field_type_reference.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
description: Ibexa DXP offers a range of built-in field types that cover most common needs when creating content.
33
page_type: reference
4+
month_change: true
45
---
56

67
# Field type reference

docs/content_management/forms/form_builder_guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: See the Form Builder product guide and learn how to create various forms to increase the functionality of your website.
33
edition: experience
4-
month_change: true
4+
month_change: false
55
---
66

77
# Form Builder product guide

docs/content_management/images/add_image_asset_from_dam.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
description: Configure a Digital Asset Management connector.
3+
month_change: true
34
---
45

56
# Add Image Asset from Digital Asset Management

docs/content_management/images/images.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: Manage image assets by using DAM systems, configuring image variations, optimizing and using placeholders.
3-
month_change: true
3+
month_change: false
44
---
55

66
# Images

docs/content_management/pages/page_builder_guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Read about the Page Builder - a powerful tool for creating and modifying pages in Ibexa DXP.
33
edition: experience
4-
month_change: true
4+
month_change: false
55
---
66

77
# Page Builder product guide

docs/content_management/rich_text/extend_online_editor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: Add custom tags, styles and data attributes to enrich the functionality of the Online Editor. Change Online Editor configuration.
3-
month_change: true
3+
month_change: false
44
---
55

66
# Extend Online Editor

docs/ibexa_cloud/ddev_and_ibexa_cloud.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: Use DDEV to run an Ibexa Cloud project locally.
3-
month_change: true
3+
month_change: false
44
---
55

66
# DDEV and Ibexa Cloud

docs/ibexa_cloud/install_on_ibexa_cloud.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: Install and configure Ibexa DXP to run in cloud using Ibexa Cloud.
3-
month_change: true
3+
month_change: false
44
---
55

66
# Install on Ibexa Cloud

0 commit comments

Comments
 (0)