templates/bundles/NelmioApiDocBundle/SwaggerUi/index.html.twig line 1

Open in your IDE?
  1. {# templates/bundles/NelmioApiDocBundle/SwaggerUi/index.html.twig #}
  2. {#
  3.     To avoid a "reached nested level" error an exclamation mark `!` has to be added
  4.     See https://symfony.com/blog/new-in-symfony-3-4-improved-the-overriding-of-templates
  5. #}
  6. {% extends '@!NelmioApiDoc/SwaggerUi/index.html.twig' %}
  7. {#
  8.     Change swagger UI configuration
  9.     All parameters are explained on Swagger UI website:
  10.     https://swagger.io/docs/open-source-tools/swagger-ui/usage/configuration/
  11. #}
  12. {% block header %}
  13.     <a id="logo" href="https://ibms.bigbroker.bg" target="_blank">
  14.         <img src="{{ asset('assets/images/logo-125x103.png') }}" alt="BigBroker logo">
  15.     </a>
  16. {% endblock %}