Skip to content

Commit

Permalink
Remove authentication from config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
lsgunnlsgunn committed Oct 8, 2024
1 parent be9e9b5 commit 3dc4994
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/apps/docs/src/redirects/paths/version2.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
{
Expand Down

0 comments on commit 3dc4994

Please sign in to comment.