We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c551c65 commit 9200f29Copy full SHA for 9200f29
tools/api_refs/api_refs.sh
@@ -202,7 +202,9 @@ git init && git add . && git commit -m "Installed Ibexa Commerce" > /dev/null;
202
composer recipes:install ibexa/$DXP_EDITION --no-interaction;
203
204
echo 'Dump REST OpenAPI schema… ';
205
-$PHP_BINARY bin/console ibexa:openapi --yaml > openapi.yaml;
+$PHP_BINARY bin/console ibexa:openapi --yaml \
206
+ | sed "s@info:@info:\n x-logo:\n url: 'https://doc.ibexa.co/en/latest/images/ibexa-dxp-logo.png'@" \
207
+> openapi.yaml;
208
echo 'Build REST Reference… ';
209
redocly build-docs openapi.yaml --output $REST_API_OUTPUT_FILE --config $REDOCLY_CONFIG;
210
0 commit comments