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
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,6 @@ PHPDOC_DIR="$(pwd)/tools/api_refs/.phpdoc"; # Absolute path to phpDocumentor res
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)
23
23
REDOCLY_TEMPLATE="$(pwd)/tools/api_refs/redocly.hbs";# Absolute path to Redocly wrapping template
24
-
OPENAPI_FIX="$(pwd)/tools/api_refs/openapi.php";# A script editing and fixing few things on the dumped schema (should be temporary and fixes reported to source)
25
24
26
25
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
27
26
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