You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tools/php_api_ref/phpdoc.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ OUTPUT_DIR=${2:-./docs/api/php_api/php_api_reference}; # Path to the directory w
7
7
8
8
DXP_EDITION='commerce';# Edition from and for which the Reference is built
9
9
DXP_VERSION='5.0.x-dev';# Version from and for which the Reference is built
10
-
DXP_ADD_ONS=(connector-ai connector-openai automated-translation product-catalog-date-time-attribute);# Packages not included in $DXP_EDITION but added to the Reference, listed without their vendor "ibexa"
10
+
DXP_ADD_ONS=(automated-translation rector);# Packages not included in $DXP_EDITION but added to the Reference, listed without their vendor "ibexa"
11
11
DXP_EDITIONS=(oss headless experience commerce);# Available editions ordered by ascending capabilities
12
12
SF_VERSION='7.2';# Symfony version used by Ibexa DXP
13
13
PHPDOC_VERSION='3.7.1';# Version of phpDocumentor used to build the Reference
0 commit comments