Skip to content

Commit 90cd642

Browse files
authored
docs: add info regarding development section (#1258)
1 parent c6f0ead commit 90cd642

File tree

7 files changed

+5
-4
lines changed

7 files changed

+5
-4
lines changed

sources/academy/platform/deploying_your_code/deploying.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Before we deploy our project onto the Apify platform, let's ensure that we've pu
2121
2222
### Creating the Actor
2323

24-
Before anything can be integrated, we've gotta create a new Actor. Let's head over to our [Apify Console](https://console.apify.com?asrc=developers_portal) and click on the **Develop new** button, then select the **Empty** template.
24+
Before anything can be integrated, we've gotta create a new Actor. Let's head over to our [Apify Console](https://console.apify.com?asrc=developers_portal), navigate to the **Development** subsection and click on the **Develop new** button, then select the **Empty** template.
2525

2626
![Create new button](../getting_started/images/develop-new-actor.png)
2727

sources/academy/platform/getting_started/creating_actors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ You can create an Actor in several ways. You can create one from your own source
1515

1616
## Choose the source {#choose-the-source}
1717

18-
Once you're in Apify Console, go to [Actors](https://console.apify.com/actors?asrc=developers_portal), and click on the **Develop new** button in the top right-hand corner.
18+
Once you're in Apify Console, go to [Development](https://console.apify.com/actors/development/my-actors), and click on the **Develop new** button in the top right-hand corner.
1919

2020
![Develop an Actor button](./images/develop-new-actor.png)
2121

286 KB
Loading

sources/academy/tutorials/python/scrape_data_python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Now that we understand the element structure of the page and know where to find
5757

5858
### Setting up the Actor
5959

60-
First, we need to create a new Actor. To do this, go to [Apify Console](https://console.apify.com/), open the [Actors section](https://console.apify.com/actors), click on the **Develop new** button in the top right, and select the **Example: Hello world in Python** Actor template.
60+
First, we need to create a new Actor. To do this, go to [Apify Console](https://console.apify.com/), open the [Development section](https://console.apify.com/actors/development/my-actors), click on the **Develop new** button in the top right, and select the **Example: Hello world in Python** Actor template.
6161

6262
In the page that opens, you can see your newly created Actor. In the **Settings** tab, you can give it a name (e.g. `bbc-weather-scraper`) and further customize its settings. We'll skip customizing the settings for now, the defaults should be fine. In the **Source** tab, you can see the files that are at the heart of the Actor. Although there are several of them, just two are important for us now, `main.py` and `requirements.txt`.
6363

33 KB
Loading

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ To use Web IDE, you will need an Apify account. You can [sign-up for a free acco
2222

2323
:::
2424

25-
After you sign in to [Apify Console](https://console.apify.com), navigate to the [**Actors**](https://console.apify.com/actors) section. Then, click the **Develop new** button at the top right corner of the page.
25+
After you sign in to [Apify Console](https://console.apify.com), navigate to the [**Development**](https://console.apify.com/actors/development/my-actors) subsection. Then, click the **Develop new** button at the top right corner of the page.
2626

2727
![Create Actor](./images/actor-create-button.png)
2828

sources/platform/console/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ You can also navigate Apify Console via keyboard shortcuts.
102102
|Home| GH |
103103
|Store| GO |
104104
|Actors| GA |
105+
|Development| GD |
105106
|Saved tasks| GT |
106107
|Runs| GR |
107108
|Integrations | GI |

0 commit comments

Comments
 (0)