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
* 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>
Copy file name to clipboardExpand all lines: core/openapi.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -740,7 +740,7 @@ You may want to copy the [one shipped with API Platform](https://github.com/api-
740
740
741
741
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:
0 commit comments