From 92cb40ec42a1ed4f42b9ed5aa568717df3ebb1de Mon Sep 17 00:00:00 2001 From: Thomas Landauer Date: Fri, 8 Nov 2024 01:31:59 +0100 Subject: [PATCH] Update mercure.rst: Moving tip about debugger upwards Page: https://symfony.com/doc/5.x/mercure.html#subscribing Reason: This belongs to the code block, not to the DevTools screenshot. --- mercure.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mercure.rst b/mercure.rst index 1cc413e6c5a..ec0a3dfd042 100644 --- a/mercure.rst +++ b/mercure.rst @@ -306,6 +306,10 @@ as patterns: } +.. tip:: + + Test if a URI Template matches a URL using `the online debugger`_ + .. tip:: Google Chrome DevTools natively integrate a `practical UI`_ displaying in live @@ -321,10 +325,6 @@ as patterns: * click on the request to the Mercure hub * click on the "EventStream" sub-tab. -.. tip:: - - Test if a URI Template match a URL using `the online debugger`_ - Discovery ---------