From e32ceeb32f4bc08fc8e6d993611d50bf78b77722 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BAlia=20Rabello?= <77292838+julia-rabello@users.noreply.github.com> Date: Thu, 5 Oct 2023 19:42:24 -0300 Subject: [PATCH 1/2] docs(navigation): update auth guides --- public/navigation.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/navigation.json b/public/navigation.json index ddac3b098..1eaeefdd8 100644 --- a/public/navigation.json +++ b/public/navigation.json @@ -52,8 +52,8 @@ "children": [] }, { - "name": "User authentication and login", - "slug": "user-authentication-and-login", + "name": "API authentication using user tokens", + "slug": "api-authentication-using-user-tokens", "origin": "", "type": "markdown", "children": [] From 48ac082c6c3ed286a36e65abcd855b9be8d2b844 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BAlia=20Rabello?= <77292838+julia-rabello@users.noreply.github.com> Date: Thu, 5 Oct 2023 19:43:07 -0300 Subject: [PATCH 2/2] docs: create redirects --- netlify.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 756b68f5e..8b9fd0f85 100644 --- a/netlify.toml +++ b/netlify.toml @@ -396,7 +396,7 @@ to = '/docs/guides/making-your-first-request' force = true from = '/docs/guides/getting-started-authentication' status = 308 -to = '/docs/guides/authentication-overview' +to = '/docs/guides/authentication' [[redirects]] force = true @@ -841,3 +841,9 @@ force = true from = "/docs/guides/changes-and-limitations-pii-data-architecture" status = 308 to = "/docs/guides/changes-in-vtex-features-behavior-to-handle-pii-data" + +[[redirects]] +force = true +from = "/docs/guides/user-authentication-and-login" +status = 308 +to = "/docs/guides/api-authentication-using-user-tokens"