Skip to content

Commit

Permalink
chore: add sales force to sidebar and redirect twitter guide (#1866)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-jonas authored Sep 13, 2024
1 parent 1afb169 commit 8035831
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ const guidesSidebar = {
"kratos/social-signin/apple",
"kratos/social-signin/gitlab",
"kratos/social-signin/auth0",
"kratos/social-signin/salesforce",
"kratos/social-signin/slack",
"kratos/social-signin/spotify",
"kratos/social-signin/discord",
Expand Down
5 changes: 5 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -1153,6 +1153,11 @@
"source": "/docs/kratos/ory-kratos-intro",
"destination": "/docs/identities/",
"permanent": false
},
{
"source": "/docs/kratos/social-signin/twitter",
"destination": "/docs/kratos/social-signin/x-twitter",
"permanent": false
}
]
}

0 comments on commit 8035831

Please sign in to comment.