There are [README instructions on how to disable the TopBar](https://github.com/swagger-api/swagger-ui/blob/212396f24d0d0f072d06c6af71087d6fddef9134/README.md#topbar-plugin), which is really helpful. Would a PR be considered that would make it even easier -- for example a parameter in SwaggerUIBundle? ``` // Build a system const ui = SwaggerUIBundle({ ... presets: [ SwaggerUIBundle.presets.apis, SwaggerUIStandalonePreset ], presets_config: { SwaggerUIStandalonePreset: { TopbarPlugin: false } } ... }) window.ui = ui } ``` There would be a new section called **presets_config** that would allow parameters to be passed for things like disabling the TopbarPlugin. This is just a rough idea, and I haven't really looked much at the swagger-ui codebase at all. Here's the before vs after:  after:  swagger-ui version: commit https://github.com/swagger-api/swagger-ui/commit/212396f24d0d0f072d06c6af71087d6fddef9134