From 3dc4994c8a75ed34e74a5afb540c687e1fddad3a Mon Sep 17 00:00:00 2001 From: Lisa Gunn Date: Tue, 8 Oct 2024 16:01:11 -0700 Subject: [PATCH] Remove authentication from config.yaml --- packages/apps/docs/src/redirects/paths/version2.mjs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/apps/docs/src/redirects/paths/version2.mjs b/packages/apps/docs/src/redirects/paths/version2.mjs index 85402756ff..96775fd26a 100644 --- a/packages/apps/docs/src/redirects/paths/version2.mjs +++ b/packages/apps/docs/src/redirects/paths/version2.mjs @@ -117,27 +117,27 @@ export const version2PathUrlRedirects = [ }, { source: '/build/authentication', - destination: '/reference/spirekey-ref', + destination: '/reference/spirekey', permanent: true, }, { source: '/build/authentication/register', - destination: '/reference/spirekey-ref', + destination: '/reference/spirekey', permanent: true, }, { source: '/build/authentication/integrate', - destination: '/reference/spirekey-ref', + destination: '/reference/spirekey', permanent: true, }, { source: '/build/authentication/transactions', - destination: '/reference/spirekey-ref', + destination: '/reference/spirekey', permanent: true, }, { source: '/build/authentication/recover', - destination: '/reference/spirekey-ref', + destination: '/reference/spirekey', permanent: true, }, {