Skip to content

Commit 13fbb7f

Browse files
committed
further restructuring
1 parent bd44209 commit 13fbb7f

File tree

1 file changed

+16
-27
lines changed

1 file changed

+16
-27
lines changed

sources/platform/actors/publishing/publish.mdx

Lines changed: 16 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,25 @@ sidebar_position: 1
1111

1212
Before making your Actor public, it's important to ensure your Actor has a clear **Description** and comprehensive **README** section. This will help users understand your Actor's purpose, how to configure its inputs, and the type of output it generates. This guide we'll review the essential fields you must complete before publishing your Actor. For more detaileted information on [SEO, promotion](/academy/get-most-of-actors/seo-and-promotion) and [how to write a comprehensive README](/academy/get-most-of-actors/actor-readme),refer to guited available at the [Apify Academy](https://docs.apify.com/academy).
1313

14-
## Access Actor publication settings
14+
## Make your Actor public
1515

16-
To access the publication settings for your Actor, follow these steps:
16+
Once you've finished coding and testing your Actor, it's time to publish it. Follow these steps:
17+
18+
1. From your Actor's page in the Apify Console, go to **Publication** > **Display information**
19+
2. Fill in all the relevaent fields for your Actor (e.g., **Icon**, **Actor name**, **Description**, **Categories**)
20+
3. Save your changes
21+
22+
![Actor settings](./images/actor-display-information.webp)
23+
24+
After filling in all the required fields, the **Publish to Store** button will turn green. Click on it to make your Actor available to the public on the Apify Store.
1725

18-
1. Go to the Apify Console
19-
2. Navigate to **Actors** > **My Actors**
20-
3. Select your Actor
21-
4. Click on the **Settings** > **Publication**
26+
![Publish your Actor](./images/publish-actor-to-store.webp)
27+
28+
To verity that your Actor has been published successfully, go to the [Apify Store](https://apify.com/store), search for your Actor's name. Click on your Actor's card, to view its dedicated page. This is the page where users will likely have their first interaction with your ACtor, so carefully review it and ensure everything is set up correctly.
29+
30+
![Apify Store](./images/Apify-Store.webp)
2231

23-
![Actor publication settings](./images/actor-publication-settings.webp)
32+
![Actor page](./images/actor-page.webp)
2433

2534
### Description
2635

@@ -47,23 +56,3 @@ To save time when writing your Actor's README, you can use the following templat
4756
https://github.com/zpelechova/readme-template
4857

4958
Note that the complexity of your README should match the complexity of your Actor. Feel free to adapt the template to fit your Actor's specific requirements.
50-
51-
## Make your Actor Public
52-
53-
Once you've finished coding and testing your Actor, it's time to publish it. Follow these steps:
54-
55-
1. From your Actor's page in the Apify Console, go to **Publication** > **Display information**
56-
2. Fill in all the relevaent fields for your Actor (e.g., **Icons**, **Actor name**, **Description**, **Categories**)
57-
3. Save your changes
58-
59-
![Actor settings](./images/actor-display-information.webp)
60-
61-
After filling in all the required fields, the **Publish to Store** button will turn green. Click on it to make your Actor available to the public on the Apify Store.
62-
63-
![Publish your Actor](./images/publish-actor-to-store.webp)
64-
65-
To verity that your Actor has been published successfully, go to the [Apify Store](https://apify.com/store), search for your Actor's name. Click on your Actor's card, to view its dedicated page. This is the page where users will likely have their first interaction with your ACtor, so carefully review it and ensure everything is set up correctly.
66-
67-
![Apify Store](./images/Apify-Store.webp)
68-
69-
![Actor page](./images/actor-page.webp)

0 commit comments

Comments
 (0)