Skip to content

Commit 65ec52b

Browse files
authored
Merge pull request #5706 from segmentio/parent-directory-fix
Fix breadcrumb issues in Linked Profiles and Trait Activation
2 parents eaa49e5 + 1c1edf7 commit 65ec52b

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

src/_data/sidenav/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,8 @@ sections:
325325
- section_title: Linked Profiles
326326
slug: unify/linked-profiles
327327
section:
328+
- path: /unify/linked-profiles/linked-events
329+
title: Linked Events
328330
- section_title: Setup Guides
329331
slug: unify/linked-profiles/setup-guides
330332
section:
@@ -334,8 +336,6 @@ sections:
334336
title: Snowflake Setup
335337
- path: /unify/linked-profiles/setup-guides/redshift-setup
336338
title: Redshift Setup
337-
- path: /unify/linked-profiles/linked-events
338-
title: Linked Events
339339
- section_title: Traits
340340
slug: unify/traits
341341
section:
@@ -464,7 +464,7 @@ sections:
464464
- section_title: Trait Activation
465465
slug: engage/trait-activation
466466
section:
467-
- path: /engage/trait-activation/overview
467+
- path: /engage/trait-activation
468468
title: Trait Activation Overview
469469
- path: /engage/trait-activation/trait-activation-setup
470470
title: Trait Activation Setup

src/engage/trait-activation/overview.md renamed to src/engage/trait-activation/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
title: Trait Activation Overview
33
beta: true
44
plan: engage-foundations
5+
redirect_from:
6+
- 'engage/trait-activation/overview'
57
---
68

79
Use Trait Activation to configure sync payloads that you send from Engage Audiences and Journeys to a Destination. Map traits from user profiles to Destinations, configure identifiers to sync, and choose a sync strategy that fits your use cases.

src/unify/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Unify Overview
33
plan: unify
44
redirect_from:
55
- '/engage/profiles/'
6+
- '/unify/traits/'
67
---
78

89
Use Segment Unify, formerly known as Profiles, for a complete view of your customers.

src/unify/linked-profiles/linked-events.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
title: Linked Events
33
beta: true
44
plan: unify
5+
redirect_from:
6+
- '/unify/linked-profiles'
7+
- '/unify/linked-profiles/setup-guides'
58
---
69

710
> info "Linked Events is in private beta"

0 commit comments

Comments
 (0)