Skip to content

Commit c12e64b

Browse files
vinceAmstoutzMickaelSchimpfnikophil
authored
Merge 4.0 into main (#2130)
* docs(openapi): add custom UI template override for Laravel (#2113) Added documentation on overriding the default OpenAPI UI template. * docs(serializer): deprecation of annotations and fix broken link (#2118) - Added detailed documentation about the deprecation of annotations in favor of attributes for Symfony >= 7.0. - Updated configuration examples for both annotation-based and attribute-based serializers. - Fixed a broken link to Symfony Flex documentation. * Merge 3.4 in 4.0 (#2127) * docs(validation): add missing hook (#1795) docs: add missing hook in validation.md for "Dynamic validation groups" * docs(content-negociation): document how to declare an encoder for custom format (#1797) --------- Co-authored-by: MickaelSchimpf <122897940+MickaelSchimpf@users.noreply.github.com> Co-authored-by: Nicolas PHILIPPE <nikophil@gmail.com> * fix(openapi): resolve unsupported blade markdown types by hugoserver --------- Co-authored-by: MickaelSchimpf <122897940+MickaelSchimpf@users.noreply.github.com> Co-authored-by: Nicolas PHILIPPE <nikophil@gmail.com>
1 parent 582d250 commit c12e64b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/openapi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -740,7 +740,7 @@ You may want to copy the [one shipped with API Platform](https://github.com/api-
740740

741741
As described [in the Laravel documentation](https://laravel.com/docs/blade#extending-a-layout), it's possible to override the Blade template that loads Swagger UI and renders the documentation:
742742

743-
```blade
743+
```html
744744
{# resources/views/swagger-ui.blade.php #}
745745
<!DOCTYPE html>
746746
<html>

0 commit comments

Comments
 (0)