From 2968f215f6e196f17c296353a512374ebf059ccd Mon Sep 17 00:00:00 2001 From: Alex Rudenko Date: Mon, 22 Apr 2024 10:57:19 +0200 Subject: [PATCH] docs: setup a redirect for network page (#12303) --- website/docusaurus.config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index a8a1fe51df4..057e2289fca 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -95,6 +95,10 @@ const config = { from: '/guides/query-selectors', to: '/guides/page-interactions', }, + { + from: '/guides/request-interception', + to: '/guides/network-interception', + }, { from: '/guides/query-selectors-legacy', to: '/guides/page-interactions',