Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

added links to steps #12

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ steps:
- title: Setup and Components
description: Welcome to React! Let's get started with our project.
event: push
link: '{{ repoURL }}/pulls/2'
actions:
- type: gate
left: '%payload.ref%'
Expand Down Expand Up @@ -159,6 +160,7 @@ steps:
position: 5
description: Learn how to pass data to child components
event: push
link: '{{ repoURL }}/pulls/2'
- title: State
actions:
- type: gate
Expand Down Expand Up @@ -263,6 +265,7 @@ steps:
position: 20
description: Learn how to deal with dynamic data
event: push
link: '{{ repoURL }}/pulls/2'
- title: Callback Functions
actions:
- type: gate
Expand Down Expand Up @@ -359,3 +362,4 @@ steps:

description: Learn how to pass data back to parent components
event: push
link: '{{ repoURL }}/pulls/2'