From 0ed76d7d24363a6b139d9c39b4e75739c3862b6a Mon Sep 17 00:00:00 2001
From: jeremy <62880356+copiri-six@users.noreply.github.com>
Date: Wed, 3 Nov 2021 19:13:42 -0400
Subject: [PATCH] Add Location of Original Template (#1897)
This doc page advises that one can `have a look at the original template to see which blocks can be overridden`, but does not say where the original template can be found. This edit adds that information so that users don't have to resort to searching for keywords (like I just had to).
Note that I haven't run any tests as this is a docs-only change.
---
Resources/doc/customization.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Resources/doc/customization.rst b/Resources/doc/customization.rst
index 80d3370..1ccbdc5 100644
--- a/Resources/doc/customization.rst
+++ b/Resources/doc/customization.rst
@@ -50,4 +50,4 @@ Just create a file ``templates/bundles/NelmioApiDocBundle/SwaggerUi/index.html.t
{% endblock javascripts %}
-You can have a look at the original template to see which blocks can be overridden.
+You can have a look at the `original template `_, in ``/Resources/views/SwaggerUi/index.html.twig``, to see which blocks can be overridden.