Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update user-flow.md to reflect current release #14604

Merged
merged 4 commits into from
Dec 12, 2022

Commits on Dec 11, 2022

  1. Update user-flow.md to reflect current release

    - Change flow import path from `import lighthouse from 'lighthouse/core/api.js';` to `import {startFlow} from 'lighthouse/lighthouse-core/fraggle-rock/api.js';`
    
    - remove `startNavigation`/`endNavigation`
    
    - change interactive navigation with `startNavigation`/`endNavigation` to a callback navigation
    
    - change `beginTimepsan` to `startTimespan`
    ChristopherPHolder committed Dec 11, 2022
    2 Configuration menu
    Copy the full SHA
    35b25e4 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. Update user-flows.md

    - remove 
    - revert timespan to navigation change
    ChristopherPHolder committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    09b3b70 View commit details
    Browse the repository at this point in the history
  2. remove indentation

    Co-authored-by: Adam Raine <6752989+adamraine@users.noreply.github.com>
    ChristopherPHolder and adamraine committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    763f682 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6295785 View commit details
    Browse the repository at this point in the history