Skip to content

Commit 41f3f86

Browse files
committed
Quick start steps now have nice images
1 parent 45e5aab commit 41f3f86

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

docs/images/run-page.png

656 KB
Loading
75.8 KB
Loading

docs/images/test-page.png

291 KB
Loading

docs/snippets/step-run-test.mdx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
<Step title="Perform a test run using the dashboard">
22

3-
The CLI `dev` command spits out various useful URLs. Right now we want to visit the Test page it provided.
3+
The CLI `dev` command spits out various useful URLs. Right now we want to visit the Test page <Icon icon="circle-1" iconType="solid" size={20} color="F43F47" />.
44

5-
You should see our Example task in the list, select it. Most tasks have a "payload" which you enter in the JSON editor, but our example task doesn't need any input.
5+
You should see our Example task in the list <Icon icon="circle-2" iconType="solid" size={20} color="F43F47" />, select it. Most tasks have a "payload" which you enter in the JSON editor <Icon icon="circle-3" iconType="solid" size={20} color="F43F47" />, but our example task doesn't need any input.
66

7-
Press the "Run test" button.
7+
Press the "Run test" button <Icon icon="circle-4" iconType="solid" size={20} color="F43F47" />.
8+
9+
![Test page](/images/test-page.png)
810

911
</Step>

docs/snippets/step-view-run.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
Congratulations, you should see the run page which will live reload showing you the current state of the run.
44

5-
If you go back to your terminal you'll see that the dev command also shows tasks that are running and links to the run log.
5+
![Run page](/images/run-page.png)
6+
7+
If you go back to your terminal you'll see that the dev command also shows the task status and links to the run log.
8+
9+
![Terminal showing completed run](/images/terminal-completed-run.png)
610

711
</Step>

0 commit comments

Comments
 (0)