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
Fix CardGrid links to use correct slugs with /platform prefix
- Updated all CardGrid component links across platform documentation to
use proper slugs
- Fixed relative links (./integrations/...) to absolute paths
(/platform/integrations/...)
- Corrected storage links from /platform/storage/... to
/platform/core-concepts/storage/...
- Corrected proxy links from /platform/proxy/... to
/platform/core-concepts/proxy/...
- Fixed building-actors links from /platform/actors/development/... to
/platform/building-actors/...
- Fixed incorrect targets (e.g., Environment variables, Status events)
Copy file name to clipboardExpand all lines: sources/platform/4-core-concepts/proxy/index.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,17 +83,17 @@ Several types of proxy servers exist, each offering distinct advantages, disadva
83
83
<Card
84
84
title="Datacenter proxy"
85
85
desc="The fastest and cheapest option. It uses datacenters to change your IP address. Note that there is a chance of being blocked because of the activity of other users."
Copy file name to clipboardExpand all lines: sources/platform/4-core-concepts/storage/index.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,17 +20,17 @@ The Apify platform provides three types of storage accessible both within our [A
20
20
<Card
21
21
title="Dataset"
22
22
desc="Stores results from web scraping and data processing, with each Actor run getting a unique dataset. Features include table-like data visualization and multiple export formats like JSON and Excel."
23
-
to="/platform/storage/dataset"
23
+
to="/platform/core-concepts/storage/dataset"
24
24
/>
25
25
<Card
26
26
title="Key-value store"
27
27
desc="Stores various data types like JSON, HTML, images, and strings. Accessible via Apify Console or API, it's ideal for diverse data storage needs."
desc="Manages URL processing for web crawling and other tasks. Supports different crawling orders and allows for querying and updating URLs, accessible via Apify Console or API."
desc="Learn about the programming interface of Apify Actors, important commands and features provided by the Apify SDK, and how to use them in your Actors."
29
29
/>
30
30
<Card
@@ -39,7 +39,7 @@ import CardGrid from "@site/src/components/CardGrid";
39
39
/>
40
40
<Card
41
41
title="Performance"
42
-
to="/platform/actors/development/performance"
42
+
to="/platform/building-actors/performance"
43
43
desc="Learn how to get the maximum value out of your Actors, minimize costs, and maximize results."
Copy file name to clipboardExpand all lines: sources/platform/5-building-actors/programming_interface/index.mdx
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,36 +18,36 @@ This chapter will guide you through all the commands you need to build your firs
18
18
<Card
19
19
title="Basic commands"
20
20
desc="Learn how to provide your Actor with context that determines its behavior through a plethora of pre-defined environment variables offered by the Apify SDK."
desc="Learn how to provide your Actor with context that determines its behavior through a plethora of pre-defined environment variables offered by the Apify SDK."
0 commit comments