From df04b5c8712d3d03457a76328f86c5ff09dde376 Mon Sep 17 00:00:00 2001 From: Francesco Abeni Date: Tue, 24 May 2016 13:13:39 +0200 Subject: [PATCH] Add navigation index for resources --- Resources/views/resources.html.twig | 8 ++++++++ 1 file changed, 8 insertions(+) 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 @@