Skip to content

Commit 8c02113

Browse files
authored
Merge branch 'master' into feat/public-actor-permissions
2 parents 922ce11 + 25d7655 commit 8c02113

File tree

14 files changed

+347
-313
lines changed

14 files changed

+347
-313
lines changed

apify-docs-theme/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apify/docs-theme",
3-
"version": "1.0.222",
3+
"version": "1.0.223",
44
"description": "",
55
"main": "./src/index.js",
66
"files": [

apify-docs-theme/src/theme/DocItemContent/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ export default function DocItemContent({ children }) {
5454
'/platform',
5555
'/sdk',
5656
'/cli',
57+
'/academy',
5758
];
5859

5960
// Define paths that should not show LLMButtons (e.g., changelog pages)

package-lock.json

Lines changed: 317 additions & 292 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sources/academy/build-and-publish/actor-ideas/what_software_an_actor_can_be.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,14 @@ The [Actor ideas](https://apify.com/ideas) page is where you can find inspiratio
139139

140140
### Browse and claim ideas
141141

142+
:::note Join The Apify $1M Challenge
143+
144+
Build and publish new tools on Apify and have multiple chances to win big prizes.
145+
146+
[Join the challenge now.](https://apify.com/challenge)
147+
148+
:::
149+
142150
1. _Visit_ [apify.com/ideas](https://apify.com/ideas) to find ideas that interest you. Look for ideas that align with your skills.
143151

144152
1. _Select an Actor idea_: Review the details and requirements. Check the status—if it's marked **Open to develop**, you can start building.
@@ -149,20 +157,20 @@ The [Actor ideas](https://apify.com/ideas) page is where you can find inspiratio
149157

150158
1. _Publish your Actor_: Deploy your Actor on Apify Store and make it live.
151159

152-
1. _Claim the idea_: After publishing, email [[email protected]](mailto:[email protected]) with your Actor URL and the original idea. Apify will tag the idea as **Completed** and link it to your Actor.
160+
<!-- 1. _Claim the idea_: After publishing, email [[email protected]](mailto:[email protected]) with your Actor URL and the original idea. Apify will tag the idea as **Completed** and link it to your Actor.
153161
154-
1. To claim an idea, ensure your Actor is functional, README contains relevant information, and your Actor closely aligns with the original idea.
162+
1. To claim an idea, ensure your Actor is functional, README contains relevant information, and your Actor closely aligns with the original idea. -->
155163

156164
1. _Monitor and optimize_: Track your Actor's performance and user feedback. Make improvements to keep your Actor current.
157165

158-
#### Multiple developers for one idea
166+
<!-- #### Multiple developers for one idea
159167
160168
Apify Store can host multiple Actors with similar functions. However, the "first come, first served" rule applies—the first developer to claim an idea receives the **Completed** tag and a link from the Actor ideas page.
161169
162-
Competition motivates developers to improve the code. You can still build the Actor, but differentiate with a unique set of features.
170+
Competition motivates developers to improve the code. You can still build the Actor, but differentiate with a unique set of features. -->
163171

164172

165-
### Submit your own ideas
173+
<!-- ### Submit your own ideas
166174
167175
The Ideas page is also where you contribute concepts to drive innovation in the community.
168176
@@ -172,7 +180,7 @@ Here's how you can contribute too:
172180
Provide clear details about what the tool should do and how it should work.
173181
174182
- _Engage with the community_: Upvote ideas you find intriguing. More support
175-
increases the likelihood a developer will build it.
183+
increases the likelihood a developer will build it. -->
176184

177185
## Find ideas from other sources
178186

sources/academy/glossary/tools/apify_cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The [Apify CLI](/cli) helps you create, develop, build and run Apify Actors, and
1313

1414
## Installing {#installing}
1515

16-
To install the Apfiy CLI, you'll first need npm, which comes preinstalled with Node.js. If you haven't yet installed Node, [learn how to do that](../../webscraping/scraping_basics_javascript/data_extraction/computer_preparation.md). Additionally, make sure you've got an Apify account, as you will need to log in to the CLI to gain access to its full potential.
16+
To install the Apify CLI, you'll first need npm, which comes preinstalled with Node.js. If you haven't yet installed Node, [learn how to do that](../../webscraping/scraping_basics_javascript/data_extraction/computer_preparation.md). Additionally, make sure you've got an Apify account, as you will need to log in to the CLI to gain access to its full potential.
1717

1818
Open up a terminal instance and run the following command:
1919

sources/platform/actors/development/automated_tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ await expectAsync(runResult).withKeyValueStore(({ contentType }) => {
124124
},
125125

126126
// This also checks for existence of the key-value key
127-
{ keyName: 'apify.com-scroll_losless-comp' },
127+
{ keyName: 'apify.com-scroll_lossless-comp' },
128128
);
129129
```
130130

sources/platform/actors/publishing/badge.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The Badge is a dynamic SVG image loaded from the Apify platform. The Badge is se
2828
https://apify.com/actor-badge?actor=<USERNAME>/<ACTOR>
2929
```
3030

31-
In order to embed the badge in the HTML documentation, just use it as an image wrapped in a link as shown in the example below. Don't froget to use the `username` and `actor-name` of your Actor.
31+
In order to embed the badge in the HTML documentation, just use it as an image wrapped in a link as shown in the example below. Don't forget to use the `username` and `actor-name` of your Actor.
3232

3333
#### Example
3434

sources/platform/actors/publishing/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ To ensure long-term quality and improve your chances of successfully monetizing
5151

5252
- Addressing bug reports & issues
5353
- Implementing updates & improvements
54-
- Responding to user inquireies & feedback
54+
- Responding to user inquiries & feedback
5555

5656
<img src={require("./images/apify-store.webp").default} title="Apify Store" />
5757

@@ -72,7 +72,7 @@ Ensure periodic testing, either manually or by [setting up automatic testing](..
7272
To find ideas for new Actor, consider the following sources:
7373

7474
- Your own experiences with friends, colleagues, and customers
75-
- SEO tools to identify search terms, websites related to web scrapint, web automation, or web integrations (see the [SEO article](https://apify.notion.site/SEO-990259fe88a84fd0a85ce6d3b394d8c1) for more details)
75+
- SEO tools to identify search terms, websites related to web scraping, web automation, or web integrations (see the [SEO article](https://apify.notion.site/SEO-990259fe88a84fd0a85ce6d3b394d8c1) for more details)
7676
- The [Actor ideas page](https://apify.com/ideas) to find Actors in demand by the Apify community
7777
- Our [Discord community](https://discord.com/invite/jyEM2PRvMU), especially the [#hire-freelancers](https://discord.com/channels/801163717915574323/1022804760484659210) channel can offer great insights
7878

sources/platform/actors/publishing/monetize/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ Choose the pricing model for your Actor.
5151
Follow the monetization wizard to configure your pricing model.
5252
<Tabs>
5353
<TabItem value="Rental" label="Rental">
54-
![rental moentization wizard](../images/rental-wizard.png)
54+
![rental monetization wizard](../images/rental-wizard.png)
5555
</TabItem>
5656
<TabItem value="Pay-per-result" label="Pay-per-result">
57-
![ppr moentization wizard](../images/ppr-wizard.png)
57+
![ppr monetization wizard](../images/ppr-wizard.png)
5858
</TabItem>
5959
<TabItem value="Pay-per-event" label="Pay-per-event">
60-
![ppe moentization wizard](../images/ppe-wizard.png)
60+
![ppe monetization wizard](../images/ppe-wizard.png)
6161
</TabItem>
6262
</Tabs>
6363

sources/platform/actors/publishing/publish.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Before making your Actor public, it's important to ensure your Actor has a clear
1616
Once you've finished coding and testing your Actor, it's time to publish it. Follow these steps:
1717

1818
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**)
19+
2. Fill in all the relevant fields for your Actor (e.g., **Icon**, **Actor name**, **Description**, **Categories**)
2020
3. Save your changes
2121

2222
![Actor settings](./images/actor-display-information.webp)
@@ -25,7 +25,7 @@ After filling in all the required fields, the **Publish to Store** button will t
2525

2626
![Publish your Actor](./images/publish-actor-to-store.webp)
2727

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.
28+
To verify 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.
2929

3030
![Apify Store](./images/apify-store.webp)
3131

0 commit comments

Comments
 (0)