docs: added segment guide (#12616)
* docs: added segment guide * updates to segment guide * generate * remove og image
This commit is contained in:
@@ -72,6 +72,13 @@ export const howToTutorialsSidebar = [
|
||||
|
||||
While tutorials show you a specific use case, they also help you understand how to implement similar use cases in your own projects. Also, you can implement the use case in a tutorial differently to fit your business requirements.`,
|
||||
children: [
|
||||
{
|
||||
type: "ref",
|
||||
title: "Analytics with Segment",
|
||||
path: "/integrations/guides/segment",
|
||||
description:
|
||||
"Learn how to integrate Segment with Medusa to track user interactions and events.",
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
title: "Abandoned Cart",
|
||||
|
||||
@@ -32,6 +32,11 @@ export const infrastructureModulesSidebar = [
|
||||
path: "/infrastructure-modules/analytics/posthog",
|
||||
title: "PostHog",
|
||||
},
|
||||
{
|
||||
type: "ref",
|
||||
path: "/integrations/guides/segment",
|
||||
title: "Segment",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
@@ -8,6 +8,23 @@ export const integrationsSidebar = [
|
||||
{
|
||||
type: "separator",
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
title: "Analytics",
|
||||
initialOpen: true,
|
||||
children: [
|
||||
{
|
||||
type: "ref",
|
||||
path: "/infrastructure-modules/analytics/posthog",
|
||||
title: "PostHog",
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
path: "/integrations/guides/segment",
|
||||
title: "Segment",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
title: "Auth",
|
||||
|
||||
Reference in New Issue
Block a user