Skip to content
Merged
4 changes: 2 additions & 2 deletions tools/api_refs/api_refs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ REST_API_OPENAPI_FILE_JSON=${5:-./docs/api/rest_api/rest_api_reference/openapi.j

DXP_EDITION='commerce'; # Edition from and for which the Reference is built
DXP_VERSION='5.0.*'; # Version from and for which the Reference is built
DXP_ADD_ONS=(automated-translation rector integrated-help fieldtype-richtext-rte connector-anthropic cdp shopping-list); # Packages not included in $DXP_EDITION but added to the Reference, listed without their vendor "ibexa"
DXP_ADD_ONS=(automated-translation rector integrated-help fieldtype-richtext-rte connector-anthropic shopping-list cdp connector-raptor quable-client connector-quable); # Packages not included in $DXP_EDITION but added to the Reference, listed without their vendor "ibexa"
Comment thread
adriendupuis marked this conversation as resolved.
Outdated
DXP_EDITIONS=(oss headless experience commerce); # Available editions ordered by ascending capabilities
SF_VERSION='7.3'; # Symfony version used by Ibexa DXP
SF_VERSION='7.4'; # Symfony version used by Ibexa DXP
PHPDOC_VERSION='3.9.1'; # Version of phpDocumentor used to build the Reference
PHPDOC_CONF="$(pwd)/tools/api_refs/phpdoc.dist.xml"; # Absolute path to phpDocumentor configuration file
#PHPDOC_CONF="$(pwd)/tools/api_refs/phpdoc.dev.xml"; # Absolute path to phpDocumentor configuration file
Expand Down
Loading