Skip to content

Commit

Permalink
Try to mitigate problem redirecting to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanda VS committed May 2, 2024
1 parent 5fc542e commit 7b66619
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions config/redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -8816,14 +8816,14 @@ const redirects = [
'/video-series/main/videos',
'/videos',
],
to: '/docs',
to: '/docs/',
},
{
from: [
'/videos/learn-identity',
'/videos/learn-identity-series',
],
to: '/docs',
to: '/docs/',
},
{
from: [
Expand All @@ -8832,135 +8832,135 @@ const redirects = [
'/videos/learn-identity-series/introduction-to-identity',

],
to: '/docs',
to: '/docs/',
},
{
from: [
'/videos/learn-identity/02-oidc-and-oauth',
'/videos/learn-identity-series/openid-connect-and-oauth2',
],
to: '/docs',
to: '/docs/',
},
{
from: [
'/videos/learn-identity/03-web-sign-in',
'/videos/learn-identity-series/web-sign-in',
],
to: '/docs',
to: '/docs/',
},
{
from: [
'/videos/learn-identity/04-calling-an-api',
'/videos/learn-identity-series/calling-an-api',
],
to: '/docs',
to: '/docs/',
},
{
from: [
'/videos/learn-identity/05-desktop-and-mobile-apps',
'/videos/learn-identity-series/desktop-and-mobile-apps',
],
to: '/docs',
to: '/docs/',
},
{
from: [
'/videos/learn-identity/06-single-page-apps',
'/videos/learn-identity-series/single-page-apps',
],
to: '/docs',
to: '/docs/',
},
{
from: [
'/videos/get-started',
'/videos/get-started-series',
],
to: '/docs',
to: '/docs/',
},
{
from: [
'/videos/get-started/01-architecture-your-tenant',
'/videos/get-started-series/architect-your-tenant',
],
to: '/docs',
to: '/docs/',
},
{
from: [
'/videos/get-started/02-provision-user-stores',
'/videos/get-started-series/provision-user-stores',
],
to: '/docs',
to: '/docs/',

},
{
from: [
'/videos/get-started/03-provision-import-users',
'/videos/get-started-series/provision-import-users',
],
to: '/docs',
to: '/docs/',
},
{
from: [
'/videos/get-started/04_01-authenticate-how-it-works',
'/videos/get-started-series/authenticate-how-it-works',
],
to: '/docs',
to: '/docs/',
},
{
from: [
'/videos/get-started/04_02-authenticate-spa-example',
'/videos/get-started/04_01-authenticate-spa-example',
'/videos/get-started-series/authenticate-spa-example',
],
to: '/docs',
to: '/docs/',
},
{
from: [
'/videos/get-started/05_01-authorize-id-tokens-access-control',
'/videos/get-started-series/authorize-id-tokens-and-access-control',
],
to: '/docs',
to: '/docs/',
},
{
from: [
'/videos/get-started/05_02-authorize-get-validate-id-tokens',
'/videos/get-started-series/authorize-get-and-validate-id-tokens',
],
to: '/docs',
to: '/docs/',
},
{
from: [
'/videos/get-started/06-user-profiles',
'/videos/get-started-series/learn-user-profiles',
],
to: '/docs',
to: '/docs/',
},
{
from: [
'/videos/get-started/07_01-brand-how-it-works',
'/videos/get-started-series/brand-how-it-works',
],
to: '/docs',
to: '/docs/',
},
{
from: [
'/videos/get-started/07_02-brand-signup-login-pages',
'/videos/get-started-series/brand-signup-and-login-pages',
],
to: '/docs',
to: '/docs/',
},
{
from: [
'/videos/get-started/08-brand-emails-error-pages',
'/videos/get-started-series/brand-emails-and-error-pages',
],
to: '/docs',
to: '/docs/',
},
{
from: [
'/videos/get-started/10-logout',
'/videos/get-started-series/learn-logout',
],
to: '/docs',
to: '/docs/',
},

/* Forms */
Expand Down

0 comments on commit 7b66619

Please sign in to comment.