diff --git a/conversions/leads/appwrite.mdx b/conversions/leads/appwrite.mdx index fb3a26b0..4fb6fb47 100644 --- a/conversions/leads/appwrite.mdx +++ b/conversions/leads/appwrite.mdx @@ -1,5 +1,6 @@ --- title: "Appwrite" +sidebarTitle: "Appwrite (Auth)" "og:title": "How to track lead conversion events with Appwrite and Dub" description: "Learn how to track lead conversion events with Appwrite and Dub" --- diff --git a/conversions/leads/auth0.mdx b/conversions/leads/auth0.mdx index d8a6377d..6571fd00 100644 --- a/conversions/leads/auth0.mdx +++ b/conversions/leads/auth0.mdx @@ -1,5 +1,6 @@ --- title: "Auth0" +sidebarTitle: "Auth0 (Auth)" "og:title": "How to track lead conversion events with Auth0 and Dub" description: "Learn how to track lead conversion events with Auth0 and Dub" --- diff --git a/conversions/leads/better-auth.mdx b/conversions/leads/better-auth.mdx index 9e0536de..144e77c3 100644 --- a/conversions/leads/better-auth.mdx +++ b/conversions/leads/better-auth.mdx @@ -1,5 +1,6 @@ --- title: "Better Auth" +sidebarTitle: "Better Auth (Auth)" "og:title": "How to track lead conversion events with Better Auth and Dub" "og:image": "https://assets.dub.co/cms/better-dub.jpg" description: "Learn how to track lead conversion events with Better Auth and Dub" diff --git a/conversions/leads/clerk.mdx b/conversions/leads/clerk.mdx index 09fc39a8..44b35a13 100644 --- a/conversions/leads/clerk.mdx +++ b/conversions/leads/clerk.mdx @@ -1,5 +1,6 @@ --- title: "Clerk" +sidebarTitle: "Clerk (Auth)" "og:title": "How to track lead conversion events with Clerk and Dub" description: "Learn how to track lead conversion events with Clerk and Dub" --- diff --git a/conversions/leads/next-auth.mdx b/conversions/leads/next-auth.mdx index 9361b582..2246dcee 100644 --- a/conversions/leads/next-auth.mdx +++ b/conversions/leads/next-auth.mdx @@ -1,5 +1,6 @@ --- title: "NextAuth.js" +sidebarTitle: "NextAuth.js (Auth)" "og:title": "How to track lead conversion events with NextAuth.js and Dub" description: "Learn how to track lead conversion events with NextAuth.js and Dub" --- diff --git a/conversions/leads/segment.mdx b/conversions/leads/segment.mdx index 81a9fc2c..76e24519 100644 --- a/conversions/leads/segment.mdx +++ b/conversions/leads/segment.mdx @@ -1,5 +1,6 @@ --- title: "Segment" +sidebarTitle: "Segment (Analytics)" "og:title": "How to track lead conversion events with Segment and Dub" description: "Learn how to track lead conversion events with Segment and Dub" --- diff --git a/conversions/leads/supabase.mdx b/conversions/leads/supabase.mdx index eb5f3d7b..96456b1b 100644 --- a/conversions/leads/supabase.mdx +++ b/conversions/leads/supabase.mdx @@ -1,5 +1,6 @@ --- title: "Supabase" +sidebarTitle: "Supabase (Auth)" "og:title": "How to track lead conversion events with Supabase and Dub" description: "Learn how to track lead conversion events with Supabase and Dub" --- diff --git a/conversions/sales/segment.mdx b/conversions/sales/segment.mdx index 89e38408..8605ec15 100644 --- a/conversions/sales/segment.mdx +++ b/conversions/sales/segment.mdx @@ -1,5 +1,6 @@ --- title: "Segment" +sidebarTitle: "Segment (Analytics)" "og:title": "How to track sale conversion events with Segment and Dub" description: "Learn how to track sale conversion events with Segment and Dub" --- diff --git a/conversions/sales/shopify.mdx b/conversions/sales/shopify.mdx index 315b1c72..f4ea2173 100644 --- a/conversions/sales/shopify.mdx +++ b/conversions/sales/shopify.mdx @@ -1,5 +1,6 @@ --- title: "Shopify" +sidebarTitle: "Shopify (Payments)" "og:title": "How to track sale conversion events with Shopify and Dub" description: "Learn how to track sale conversion events with Shopify and Dub" --- diff --git a/conversions/sales/stripe.mdx b/conversions/sales/stripe.mdx index ed38a849..7febbcb8 100644 --- a/conversions/sales/stripe.mdx +++ b/conversions/sales/stripe.mdx @@ -1,5 +1,6 @@ --- title: "Stripe" +sidebarTitle: "Stripe (Payments)" "og:title": "How to track sale conversion events with Stripe and Dub" description: "Learn how to track sale conversion events with Stripe and Dub" --- diff --git a/docs.json b/docs.json index dcd00c79..e6dafbb1 100644 --- a/docs.json +++ b/docs.json @@ -9,7 +9,14 @@ }, "favicon": "/logos/favicon.png", "contextual": { - "options": ["copy", "view", "chatgpt", "claude", "cursor", "vscode"] + "options": [ + "copy", + "view", + "chatgpt", + "claude", + "cursor", + "vscode" + ] }, "navigation": { "anchors": [ @@ -18,7 +25,9 @@ "groups": [ { "group": "Getting Started", - "pages": ["introduction"] + "pages": [ + "introduction" + ] }, { "group": "Links", @@ -63,8 +72,9 @@ "conversions/leads/introduction", "conversions/leads/client-side", { - "group": "Auth providers", + "group": "Third-party integrations", "pages": [ + "conversions/leads/segment", "conversions/leads/clerk", "conversions/leads/better-auth", "conversions/leads/next-auth", @@ -72,8 +82,7 @@ "conversions/leads/auth0", "conversions/leads/appwrite" ] - }, - "conversions/leads/segment" + } ] }, { @@ -81,16 +90,24 @@ "pages": [ "conversions/sales/introduction", "conversions/sales/client-side", - "conversions/sales/stripe", - "conversions/sales/shopify", - "conversions/sales/segment" + { + "group": "Third-party integrations", + "pages": [ + "conversions/sales/segment", + "conversions/sales/stripe", + "conversions/sales/shopify" + ] + } ] } ] }, { "group": "Dub Partners", - "pages": ["partners/quickstart", "partners/embedded-referrals"] + "pages": [ + "partners/quickstart", + "partners/embedded-referrals" + ] }, { "group": "Integrations", @@ -109,7 +126,10 @@ }, { "group": "Open source", - "pages": ["local-development", "self-hosting"] + "pages": [ + "local-development", + "self-hosting" + ] } ] }, @@ -169,7 +189,10 @@ }, { "group": "Embedded Dashboards", - "pages": ["sdks/embed/referrals", "sdks/embed/analytics"] + "pages": [ + "sdks/embed/referrals", + "sdks/embed/analytics" + ] } ] }, @@ -472,4 +495,4 @@ "destination": "/api-reference/introduction#error-handling" } ] -} +} \ No newline at end of file