diff --git a/sources/platform/actors/running/images/actor-results.png b/sources/platform/actors/running/images/actor-results.png deleted file mode 100644 index a909f25f22..0000000000 Binary files a/sources/platform/actors/running/images/actor-results.png and /dev/null differ diff --git a/sources/platform/actors/running/images/configure-and-run-actor.svg b/sources/platform/actors/running/images/configure-and-run-actor.svg new file mode 100644 index 0000000000..a331c9f116 --- /dev/null +++ b/sources/platform/actors/running/images/configure-and-run-actor.svg @@ -0,0 +1,174 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/platform/actors/running/images/export-results.png b/sources/platform/actors/running/images/export-results.png deleted file mode 100644 index 1934b19add..0000000000 Binary files a/sources/platform/actors/running/images/export-results.png and /dev/null differ diff --git a/sources/platform/actors/running/images/results-of-actor-run.svg b/sources/platform/actors/running/images/results-of-actor-run.svg new file mode 100644 index 0000000000..1a5a3bdbd3 --- /dev/null +++ b/sources/platform/actors/running/images/results-of-actor-run.svg @@ -0,0 +1,198 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/platform/actors/running/index.md b/sources/platform/actors/running/index.md index 74c907936f..e3f19b2626 100644 --- a/sources/platform/actors/running/index.md +++ b/sources/platform/actors/running/index.md @@ -30,8 +30,6 @@ To find an Actor in Apify Store: For this tutorial, let's choose [Website Content Crawler](https://console.apify.com/actors/aYG0l9s7dbB7j3gbS/information/version-0/readme). -![Apify Store](./images/store.png) - ### 2. Configure and run your Actor Once you select the Actor, you will be taken to the Actor's detail page. @@ -40,7 +38,7 @@ In the **Input** tab, you can customize your Actor's behavior. Website Content C To run the Actor, click **Start**. -![Actor input](./images/apify-input.png) +![Website Content Crawler in Apify Console. Input tab is open and the Start button is highlighted](./images/configure-and-run-actor.svg) ### 3. Wait for the results @@ -49,17 +47,11 @@ The Actor might take a while to gather results and finish its run. While waiting - Check the tabs where you can find more information about the Actor run. For example, its logs or storage. - Use the **API** button to view the related API endpoints. -![Run](./images/actor-run.png) +![Website Content Crawler in Apify Console. Output tab is open and the API and Export buttons are highlighted](./images/results-of-actor-run.svg) ### 4. Save the results -The results of the Actor run appear in the **Output** tab. - -![Actor results](./images/actor-results.png) - -To save the data, click **Export**. You can choose from multiple formats. - -![Export results](./images/export-results.png) +The results of the Actor run appear in the **Output** tab. To save the data, click **Export**. You can choose from multiple formats. And that's it! You've run your first Actor!