Skip to content

Commit d88c473

Browse files
authored
Merge pull request #467 from apify/fix-academy-structure
fix(academy): structure
2 parents ce3b417 + ea20820 commit d88c473

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+43
-511
lines changed

content/academy/apify_platform.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
---
2-
title: About this category
2+
title: Introduction to Apify Platform
33
description: Learn all about the Apify platform, all of the tools it offers, and how it can improve your overall development experience.
44
menuWeight: 7
55
category: apify platform
66
paths:
77
- apify-platform
88
---
99

10-
# [](#about-the-platform) About this category
10+
# [](#about-the-platform) Introduction to Apify Platform
1111

1212
The [Apify platform](https://apify.com) was built to serve large-scale and high-performance web scraping and automation needs. It provides easy access to compute instances ([actors]({{@link getting_started/actors.md}})), convenient request and result storages, proxies, scheduling, webhooks and more - all accessible through the **Console** web interface, [Apify's API](https://docs.apify.com/api/v2), or our [JavaScript](https://docs.apify.com/apify-client-js) and [Python](https://docs.apify.com/apify-client-python) API clients.
1313

1414
## [](#this-category) Category outline
1515

16-
In this category, you'll be learning how to become an Apify platform developer from the ground up. From creating your first account, to developing actors, this is your one-stop-shop for understanding how the platform works, and how to work with it.
16+
In this category, you'll learn how to become an Apify platform developer from the ground up. From creating your first account, to developing actors, this is your one-stop-shop for understanding how the platform works, and how to work with it.
1717

1818
## [](#first) First up
1919

content/academy/expert_scraping_with_apify/bypassing_anti_scraping.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: VI - Bypassing anti-scraping methods
3-
description: Learn about bypassing anti-bot methods with proxies and proxy/session rotation. Use Crawlee and the Apify SDK to abstract away the overheads that come with these concepts.
3+
description: Learn about bypassing anti-scraping methods using proxies and proxy/session rotation together with Crawlee and the Apify SDK.
44
menuWeight: 6.6
55
paths:
66
- expert-scraping-with-apify/bypassing-anti-scraping

content/academy/apify_platform/get_most_of_actors.md renamed to content/academy/get_most_of_actors.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
---
2-
title: Getting the most out of your public actors on Apify Store
2+
title: Getting the most of actors on Apify Store
33
description: Learn how to optimize your public actors on Apify Store and monetize them by renting your actor to other platform users.
4-
menuWeight: 5.3
4+
menuWeight: 10
5+
category: apify platform
56
paths:
67
- apify-platform/get-most-of-actors
8+
- get-most-of-actors
79
---
810

911
# [](#apify-store) Apify Store
@@ -18,4 +20,4 @@ In this section, we will go over some of the practical steps you can take to ens
1820

1921
## [](#next) Next up
2022

21-
So, without further ado, let's jump [right into the next lesson]({{@link apify_platform/get_most_of_actors/naming_your_actor.md}})!
23+
So, without further ado, let's jump [right into the next lesson]({{@link get_most_of_actors/naming_your_actor.md}})!

content/academy/apify_platform/get_most_of_actors/actor_readme.md renamed to content/academy/get_most_of_actors/actor_readme.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
22
title: Actor README
3-
description: Learn how to write a comprehensive README to help users better navigate, understand and run the actor.
3+
description: Learn how to write a comprehensive README to help users better navigate, understand and run public actors in Apify Store.
44
menuWeight: 2
55
paths:
66
- apify-platform/get-most-of-actors/actor-readme
7+
- get-most-of-actors/actor-readme
78
---
89

910
# Actor README
@@ -50,7 +51,7 @@ Aim for sections 1-6 below and try to include at least 300 words. You can move t
5051
- Add a video tutorial or gif from an ideal actor run.
5152
- Consider adding a short numbered tutorial as Google will sometimes pick these up as rich snippets. Remember that this might be in search results, so you can repeat the name of the actor and give a link, e.g.
5253

53-
![How to scrape a website - numbered tutorial]({{@asset apify_platform/get_most_of_actors/images/how-to-scrape-target-site.webp}})
54+
![How to scrape a website - numbered tutorial]({{@asset get_most_of_actors/images/how-to-scrape-target-site.webp}})
5455

5556
5. **Is it legal to scrape (target site)?**
5657

@@ -81,4 +82,4 @@ If you want some general tips on how to make GitHub readmes that stand out, chec
8182

8283
## [](#next) Next up
8384

84-
If you followed all the tips described above, your actor README should be good to go! In the [next lesson]({{@link apify_platform/get_most_of_actors/seo_and_promotion.md}})! we will dive deeper into how you can improve your README's SEO and promote your actor to ensure it reaches as many potential users as possible!
85+
If you followed all the tips described above, your actor README should be good to go! In the [next lesson]({{@link get_most_of_actors/seo_and_promotion.md}})! we will dive deeper into how you can improve your README's SEO and promote your actor to ensure it reaches as many potential users as possible!

0 commit comments

Comments
 (0)