Skip to content

Commit 13760a1

Browse files
Add what you will learn section to web journey
1 parent d374a3b commit 13760a1

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

sources/platform/actors/development/quick_start/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ You can develop Actor in two ways:
3838

3939
### Option 1: Local Development
4040

41-
Develop your Actor locally in your IDE and only deploy to the Apify platform when it is production ready.
41+
Develop your Actor locally in your IDE and only deploy to the Apify platform when it is production ready.
4242

4343
This way, you benefit from your local setup for a better development and debugging experience. After you are done with the development, you can easily [deploy](./deployment) your Actor to Apify platform.
4444

@@ -51,7 +51,7 @@ This way, you benefit from your local setup for a better development and debuggi
5151

5252
### Option 2: Web IDE
5353

54-
Using the Web IDE in [Apify Console](https://console.apify.com).
54+
Using the Web IDE in [Apify Console](https://console.apify.com).
5555

5656
This is the fastest way to kick-start your Actor development and try out the Apify platform.
5757

sources/platform/actors/development/quick_start/start_web_ide.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ import TabItem from '@theme/TabItem';
1212

1313
---
1414

15+
## What you'll learn
16+
17+
- How to create and run your first Actor locally using Apify CLI
18+
- How to understand and configure Actor input, output, and storage
19+
- How to deploy your Actor to the Apify platform
20+
1521
## Prerequisites
1622

1723
- An Apify account. [Sign up for a free account](https://console.apify.com/sign-up) on the Apify website.

0 commit comments

Comments
 (0)