Skip to content

Commit

Permalink
Create Lifecycle behavior reference doc (#568)
Browse files Browse the repository at this point in the history
* Create Lifecycle reference doc

* Replace all caps with better emphasis styling

* Fix lint errors

* Replace "metrics" with "data"

Update Correct call patterns description

* Replace generic start/pause with corresponding Lifecycle API calls

Remove bolding

* Update example label text

Add description for Incorrect call patterns header

* Update wording and headers

Include diagram example, use references to numbered nodes

* Add Lifecycle session information

Add links to first mention of Lifecycle APIs

* Fix lint error

* Update doc based on feedback, add diagrams for all scenarios

* Fix lint errors

* Add instructions on how to fix unexpected scenarios

* Fix wording, remove text versions of diagrams

* Fix step numbers referenced in doc to reflect updated diagram

* Fix wording for starting MobileCore

Add newlines between bold headers and text

* Add behavior reference doc to config

---------

Co-authored-by: Emilia Dobrin <[email protected]>
  • Loading branch information
timkimadobe and emdobrin authored Apr 29, 2024
1 parent 60c41de commit 15f41be
Show file tree
Hide file tree
Showing 10 changed files with 248 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -658,6 +658,10 @@ module.exports = {
title: "Event reference",
path: "/home/base/mobile-core/lifecycle/event-reference"
},
{
title: "Behavior reference",
path: "/home/base/mobile-core/lifecycle/behavior-reference"
},
{
title: "Data reference",
path: "/home/base/mobile-core/lifecycle/metrics"
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 15f41be

Please sign in to comment.