You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sources/platform/actors/publishing/publish.mdx
+16-27Lines changed: 16 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,16 +11,25 @@ sidebar_position: 1
11
11
12
12
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).
13
13
14
-
## Access Actor publication settings
14
+
## Make your Actor public
15
15
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**)
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.
17
25
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
+

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.
@@ -47,23 +56,3 @@ To save time when writing your Actor's README, you can use the following templat
47
56
https://github.com/zpelechova/readme-template
48
57
49
58
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**)
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
-

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.
0 commit comments