Skip to content

Commit

Permalink
Fix broken links in Lifecycle event-reference page (#570)
Browse files Browse the repository at this point in the history
* Fix links in Lifecycle event-reference page

* Add event-reference to navigation panel
  • Loading branch information
kevinlind authored Apr 12, 2024
1 parent c52ab9c commit 94e018b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -644,6 +644,10 @@ module.exports = {
title: "API reference",
path: "/home/base/mobile-core/lifecycle/api-reference"
},
{
title: "Event reference",
path: "/home/base/mobile-core/lifecycle/event-reference"
},
{
title: "Metrics",
path: "/home/base/mobile-core/lifecycle/metrics"
Expand Down
8 changes: 4 additions & 4 deletions src/pages/home/base/mobile-core/lifecycle/event-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ This event is a response from the Lifecycle extension to notify that the applica

<InlineAlert variant="info" slots="text"/>

To forward this event to the Adobe Experience Platform Edge Network, follow the steps outlined in [Configure a Rule to forward Lifecycle metrics to Platform](../../../edge/lifecycle-for-edge-network/index.md#configure-a-rule-to-forward-lifecycle-metrics-to-platform).
To forward this event to the Adobe Experience Platform Edge Network, follow the steps outlined in [Configure a Rule to forward Lifecycle metrics to Platform](../../../../edge/lifecycle-for-edge-network/index.md#configure-a-rule-to-forward-lifecycle-metrics-to-platform).

<InlineAlert variant="info" slots="text"/>

Expand All @@ -110,7 +110,7 @@ In Android, there is a 500 millisecond timeout between consecutive `lifecycleSta

#### Data payload

The Lifecycle application foreground data payload is defined by the Platform Mobile Lifecycle Details XDM field group, and includes information about the application, device, and environment when the event occurred. Please refer to [Lifecycle Application Foreground metrics](../../../edge/lifecycle-for-edge-network/metrics.md#lifecycle-application-foreground-metrics) for a list of metrics included with this event.
The Lifecycle application foreground data payload is defined by the Platform Mobile Lifecycle Details XDM field group, and includes information about the application, device, and environment when the event occurred. Please refer to [Lifecycle Application Foreground metrics](./metrics.md#lifecycle-application-foreground-metrics) for a list of metrics included with this event.

### Lifecycle application background

Expand All @@ -123,7 +123,7 @@ The event is generated by the Lifecycle extension when:

<InlineAlert variant="info" slots="text"/>

To forward this event to the Adobe Experience Platform Edge Network, follow the steps outlined in [Configure a Rule to forward Lifecycle metrics to Platform](../../../edge/lifecycle-for-edge-network/index.md#configure-a-rule-to-forward-lifecycle-metrics-to-platform).
To forward this event to the Adobe Experience Platform Edge Network, follow the steps outlined in [Configure a Rule to forward Lifecycle metrics to Platform](../../../../edge/lifecycle-for-edge-network/index.md#configure-a-rule-to-forward-lifecycle-metrics-to-platform).

<InlineAlert variant="info" slots="text"/>

Expand All @@ -137,4 +137,4 @@ In Android, there is a 500 millisecond timeout between consecutive `lifecycleSta

#### Data payload

The Lifecycle Application Background data payload is defined by the Platform Mobile Lifecycle Details XDM field group, and includes information about the application close type and previous session length. Please refer to [Lifecycle Application Background metrics](../../../edge/lifecycle-for-edge-network/metrics.md#lifecycle-application-background-metrics) for a list of metrics included with this event.
The Lifecycle Application Background data payload is defined by the Platform Mobile Lifecycle Details XDM field group, and includes information about the application close type and previous session length. Please refer to [Lifecycle Application Background metrics](./metrics.md#lifecycle-application-background-metrics) for a list of metrics included with this event.

0 comments on commit 94e018b

Please sign in to comment.