From d05e63805af750da99e5ff30b6b0a15f740e77b5 Mon Sep 17 00:00:00 2001 From: Jonny Eom Date: Fri, 11 Oct 2024 07:49:33 -0400 Subject: [PATCH] fix(doc): Remove duplicate swagger_ui_extra_configuration (#2032) --- core/configuration.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/core/configuration.md b/core/configuration.md index 922a799ae54..cb8f843e3c9 100644 --- a/core/configuration.md +++ b/core/configuration.md @@ -195,13 +195,6 @@ api_platform: # URL to the license used for the API. MUST be in the format of a URL. url: - swagger_ui_extra_configuration: - # Controls the default expansion setting for the operations and tags. It can be 'list' (expands only the tags), 'full' (expands the tags and operations) or 'none' (expands nothing). - docExpansion: list - # If set, enables filtering. The top bar will show an edit box that you can use to filter the tagged operations that are shown. - filter: false - # You can use any other configuration parameters too. - http_cache: # To make all responses public by default. public: ~