Skip to content

Commit

Permalink
docs: add info regarding development section (#1258)
Browse files Browse the repository at this point in the history
  • Loading branch information
TC-MO authored Oct 21, 2024
1 parent c6f0ead commit 90cd642
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion sources/academy/platform/deploying_your_code/deploying.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Before we deploy our project onto the Apify platform, let's ensure that we've pu
### Creating the Actor

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.
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.

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ You can create an Actor in several ways. You can create one from your own source

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

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.
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.

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

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion sources/academy/tutorials/python/scrape_data_python.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Now that we understand the element structure of the page and know where to find

### Setting up the Actor

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.
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.

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`.

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ To use Web IDE, you will need an Apify account. You can [sign-up for a free acco

:::

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.
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.

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

Expand Down
1 change: 1 addition & 0 deletions sources/platform/console/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ You can also navigate Apify Console via keyboard shortcuts.
|Home| GH |
|Store| GO |
|Actors| GA |
|Development| GD |
|Saved tasks| GT |
|Runs| GR |
|Integrations | GI |
Expand Down

0 comments on commit 90cd642

Please sign in to comment.