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: add missing "docs_formats" configuration for Symfony
**Description:**
Adds the missing `docs_formats` configuration section to the Symfony configuration example in the documentation.
This configuration is essential for users who want to:
* Customize the available documentation formats (e.g., enable/disable JSON-LD, OpenAPI, HTML).
* Change the default documentation format (which is the first one in the list).
The equivalent configuration was already present in the Laravel documentation example, but was overlooked in the Symfony one.
0 commit comments