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/api_refs/api_refs.sh
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -13,10 +13,10 @@ DXP_VERSION='5.0.*'; # Version from and for which the Reference is built
13
13
DXP_ADD_ONS=(automated-translation rector integrated-help fieldtype-richtext-rte connector-anthropic connector-gemini shopping-list cdp connector-raptor connector-quable mcp);# Packages not included in $DXP_EDITION but added to the Reference, listed without their vendor "ibexa"
14
14
DXP_EDITIONS=(oss headless experience commerce);# Available editions ordered by ascending capabilities
15
15
SF_VERSION='7.4';# Symfony version used by Ibexa DXP
16
-
PHPDOC_VERSION='3.9.1';# Version of phpDocumentor used to build the Reference
16
+
PHPDOC_VERSION='3.10.0';# Version of phpDocumentor used to build the Reference
17
17
PHPDOC_CONF="$(pwd)/tools/api_refs/phpdoc.dist.xml";# Absolute path to phpDocumentor configuration file
18
18
#PHPDOC_CONF="$(pwd)/tools/api_refs/phpdoc.dev.xml"; # Absolute path to phpDocumentor configuration file
19
-
PHPDOC_TEMPLATE_VERSION='3.9.1';# Version of the phpDocumentor base template set
19
+
PHPDOC_TEMPLATE_VERSION='3.10.0';# Version of the phpDocumentor base template set
20
20
PHPDOC_DIR="$(pwd)/tools/api_refs/.phpdoc";# Absolute path to phpDocumentor resource directory (containing the override template set)
21
21
REDOCLY_CONFIG_TEMPLATE="$(pwd)/tools/api_refs/redocly.yaml.template";# Absolute path to Redocly configuration template file
22
22
REDOCLY_CONFIG="$(pwd)/tools/api_refs/redocly.yaml";# Absolute path to Redocly configuration file (generated from template)
0 commit comments