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
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@ PHPDOC_CONF="$(pwd)/tools/api_refs/phpdoc.dist.xml"; # Absolute path to phpDocum
16
16
#PHPDOC_CONF="$(pwd)/tools/api_refs/phpdoc.dev.xml"; # Absolute path to phpDocumentor configuration file
17
17
PHPDOC_TEMPLATE_VERSION='3.8.0';# Version of the phpDocumentor base template set
18
18
PHPDOC_DIR="$(pwd)/tools/api_refs/.phpdoc";# Absolute path to phpDocumentor resource directory (containing the override template set)
19
+
REDOCLY_CONFIG="$(pwd)/tools/api_refs/redocly.yaml";# Absolute path to Redocly configuration file
19
20
20
21
PHP_BINARY="php -d error_reporting=`php -r 'echo E_ALL & ~E_DEPRECATED;'`";# Avoid depreciation messages from phpDocumentor/Reflection/issues/529 when using PHP 8.2 or higher
21
22
TMP_DXP_DIR=/tmp/ibexa-dxp-phpdoc;# Absolute path of the temporary directory in which Ibexa DXP will be installed and the PHP API Reference built
0 commit comments