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: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ PHPDOC_TEMPLATE_VERSION='3.8.0'; # Version of the phpDocumentor base template se
18
18
PHPDOC_DIR="$(pwd)/tools/api_refs/.phpdoc";# Absolute path to phpDocumentor resource directory (containing the override template set)
19
19
REDOCLY_CONFIG="$(pwd)/tools/api_refs/redocly.yaml";# Absolute path to Redocly configuration file
20
20
REDOCLY_TEMPLATE="$(pwd)/tools/api_refs/redocly.hbs";# Absolute path to Redocly wrapping template
21
+
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)
21
22
22
23
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
23
24
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