From b92abfd20c9ea034722a626e04d3e77515aff4d2 Mon Sep 17 00:00:00 2001 From: Pierre Wizla Date: Tue, 30 Apr 2024 21:12:25 +0200 Subject: [PATCH] Re-add temp. redir. while corp. website is re-deployed --- docusaurus/vercel.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docusaurus/vercel.json b/docusaurus/vercel.json index f558f5cb9d..ca7417d628 100644 --- a/docusaurus/vercel.json +++ b/docusaurus/vercel.json @@ -10,6 +10,10 @@ { "source": "/developer-docs/latest/getting-started/quick-start.html%23_1-install-strapi-and-create-a-new-project", "destination": "/dev-docs/quick-start" + }, + { + "source": "/user-docs/intro%23using-sso-for-authentication-", + "destination": "/user-docs/getting-started/setting-up-admin-panel#using-sso-for-authentication-" }, { "source": "/dev-docs/deployment/strapi-cloud",