chore: move account linking to user and accounts

This commit is contained in:
Bereket Engida
2024-09-22 22:58:26 +03:00
parent f3c7de2c40
commit 846a9e17b4
3 changed files with 15 additions and 34 deletions

View File

@@ -100,23 +100,6 @@ export const contents: Content[] = [
{
title: "Concepts",
list: [
{
title: "Account Linking",
href: "/docs/concepts/account-linking",
icon: (props?: SVGProps<any>) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width="1.2em"
height="1.2em"
viewBox="0 0 24 24"
>
<path
className="fill-foreground"
d="M21.4 7.5c.8.8.8 2.1 0 2.8l-2.8 2.8l-7.8-7.8l2.8-2.8c.8-.8 2.1-.8 2.8 0l1.8 1.8l3-3l1.4 1.4l-3 3zm-5.8 5.8l-1.4-1.4l-2.8 2.8l-2.1-2.1l2.8-2.8l-1.4-1.4l-2.8 2.8l-1.5-1.4l-2.8 2.8c-.8.8-.8 2.1 0 2.8l1.8 1.8l-4 4l1.4 1.4l4-4l1.8 1.8c.8.8 2.1.8 2.8 0l2.8-2.8l-1.4-1.4z"
></path>
</svg>
),
},
{
href: "/docs/concepts/api",
title: "API",
@@ -214,8 +197,8 @@ export const contents: Content[] = [
),
},
{
title: "User Management",
href: "/docs/concepts/user-management",
title: "User & Accounts",
href: "/docs/concepts/user-accounts",
icon: () => (
<svg
xmlns="http://www.w3.org/2000/svg"