Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions conversions/leads/appwrite.mdx
Original file line number Diff line number Diff line change
@@ -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"
---
Expand Down
1 change: 1 addition & 0 deletions conversions/leads/auth0.mdx
Original file line number Diff line number Diff line change
@@ -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"
---
Expand Down
1 change: 1 addition & 0 deletions conversions/leads/better-auth.mdx
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
1 change: 1 addition & 0 deletions conversions/leads/clerk.mdx
Original file line number Diff line number Diff line change
@@ -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"
---
Expand Down
1 change: 1 addition & 0 deletions conversions/leads/next-auth.mdx
Original file line number Diff line number Diff line change
@@ -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"
---
Expand Down
1 change: 1 addition & 0 deletions conversions/leads/segment.mdx
Original file line number Diff line number Diff line change
@@ -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"
---
Expand Down
1 change: 1 addition & 0 deletions conversions/leads/supabase.mdx
Original file line number Diff line number Diff line change
@@ -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"
---
Expand Down
1 change: 1 addition & 0 deletions conversions/sales/segment.mdx
Original file line number Diff line number Diff line change
@@ -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"
---
Expand Down
1 change: 1 addition & 0 deletions conversions/sales/shopify.mdx
Original file line number Diff line number Diff line change
@@ -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"
---
Expand Down
1 change: 1 addition & 0 deletions conversions/sales/stripe.mdx
Original file line number Diff line number Diff line change
@@ -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"
---
Expand Down
47 changes: 35 additions & 12 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand All @@ -18,7 +25,9 @@
"groups": [
{
"group": "Getting Started",
"pages": ["introduction"]
"pages": [
"introduction"
]
},
{
"group": "Links",
Expand Down Expand Up @@ -63,34 +72,42 @@
"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",
"conversions/leads/supabase",
"conversions/leads/auth0",
"conversions/leads/appwrite"
]
},
"conversions/leads/segment"
}
]
},
{
"group": "Tracking sale events",
"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",
Expand All @@ -109,7 +126,10 @@
},
{
"group": "Open source",
"pages": ["local-development", "self-hosting"]
"pages": [
"local-development",
"self-hosting"
]
}
]
},
Expand Down Expand Up @@ -169,7 +189,10 @@
},
{
"group": "Embedded Dashboards",
"pages": ["sdks/embed/referrals", "sdks/embed/analytics"]
"pages": [
"sdks/embed/referrals",
"sdks/embed/analytics"
]
}
]
},
Expand Down Expand Up @@ -472,4 +495,4 @@
"destination": "/api-reference/introduction#error-handling"
}
]
}
}