diff --git a/Resources/views/resources.html.twig b/Resources/views/resources.html.twig index c5f2f81..997153d 100644 --- a/Resources/views/resources.html.twig +++ b/Resources/views/resources.html.twig @@ -1,6 +1,13 @@ {% extends "NelmioApiDocBundle::layout.html.twig" %} {% block content %} +
+ +
{% for section, sections in resources %} {% if section != '_others' %}
  • @@ -13,6 +20,7 @@