From d9c6b4e9de6bb5bc201ee0d8589748f067032f82 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 18 Aug 2026 12:54:24 +0000 Subject: [PATCH 1/4] docs: link proxy type pages from username groups parameter The groups parameter row in the username parameters table only linked the Unblocker proxy page. Link the datacenter, residential, and Google SERP proxy pages too, so each group value points at its documentation. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01WMamf9TfuBnQiKFwxXaLVM --- sources/platform/proxy/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sources/platform/proxy/index.md b/sources/platform/proxy/index.md index 2f1705f41b..cc37d42466 100644 --- a/sources/platform/proxy/index.md +++ b/sources/platform/proxy/index.md @@ -194,9 +194,9 @@ The table below describes the available parameters. Required Set proxied requests to use servers from the selected groups: -
- groups-[group name] or auto when using datacenter proxies. -
- groups-RESIDENTIAL when using residential proxies. -
- groups-GOOGLE_SERP when using Google SERP proxies. +
- groups-[group name] or auto when using [datacenter proxies](./datacenter_proxy.md). +
- groups-RESIDENTIAL when using [residential proxies](./residential_proxy.md). +
- groups-GOOGLE_SERP when using [Google SERP proxies](./google_serp_proxy.md).
- groups-UNBLOCKER when using [Unblocker proxy](./unblocker_proxy.md). From 3a452a5104b84366b7bc829806099f16fb613397 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 18 Aug 2026 13:04:22 +0000 Subject: [PATCH 2/4] docs: use gerund titles for Actor running, development, publishing, monetization Retitle the four Actor section landing pages to Running, Developing, Publishing, and Monetizing Actors. Sidebar labels stay short and unchanged. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01WMamf9TfuBnQiKFwxXaLVM --- sources/platform/actors/development/index.md | 2 +- sources/platform/actors/monetizing/index.mdx | 2 +- sources/platform/actors/publishing/index.mdx | 2 +- sources/platform/actors/running/index.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sources/platform/actors/development/index.md b/sources/platform/actors/development/index.md index 253a9028c1..9d5382b607 100644 --- a/sources/platform/actors/development/index.md +++ b/sources/platform/actors/development/index.md @@ -1,5 +1,5 @@ --- -title: Develop Actors +title: Developing Actors description: Read about the technical part of building Apify Actors. Learn to define Actor inputs, build new versions, persist Actor state, and choose base Docker images. sidebar_label: Develop sidebar_position: 2 diff --git a/sources/platform/actors/monetizing/index.mdx b/sources/platform/actors/monetizing/index.mdx index 9f949c13c0..80a369c657 100644 --- a/sources/platform/actors/monetizing/index.mdx +++ b/sources/platform/actors/monetizing/index.mdx @@ -1,5 +1,5 @@ --- -title: Monetize Actors +title: Monetizing Actors description: Monetize your Actors on Apify Store and earn regular passive income. slug: /actors/publishing/monetize sidebar_position: 4 diff --git a/sources/platform/actors/publishing/index.mdx b/sources/platform/actors/publishing/index.mdx index 88615ec767..7d91740ac2 100644 --- a/sources/platform/actors/publishing/index.mdx +++ b/sources/platform/actors/publishing/index.mdx @@ -1,5 +1,5 @@ --- -title: Publish Actors +title: Publishing Actors description: Learn the stages involved in publishing and monetizing Actors on the Apify platform, from development and testing to promotion in Apify Store. sidebar_position: 3 sidebar_label: Publish diff --git a/sources/platform/actors/running/index.md b/sources/platform/actors/running/index.md index edf5f7fd5f..282d13c273 100644 --- a/sources/platform/actors/running/index.md +++ b/sources/platform/actors/running/index.md @@ -1,5 +1,5 @@ --- -title: Run Actors +title: Running Actors description: Start an Actor from Apify Console or via API. Learn about Actor lifecycles, how to specify settings and version, provide input, and resurrect finished runs. sidebar_position: 1 sidebar_label: Run From a73845c8d50531f912717ede3c5379d79af17eca Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 18 Aug 2026 20:17:05 +0000 Subject: [PATCH 3/4] docs: rename Actor section sidebar labels to noun forms Running, Development, Publishing, and Monetization read more naturally in the sidebar than the imperative Run/Develop/Publish/Monetize. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01WMamf9TfuBnQiKFwxXaLVM --- sources/platform/actors/development/index.md | 2 +- sources/platform/actors/monetizing/index.mdx | 2 +- sources/platform/actors/publishing/index.mdx | 2 +- sources/platform/actors/running/index.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sources/platform/actors/development/index.md b/sources/platform/actors/development/index.md index 9d5382b607..5f8174bb17 100644 --- a/sources/platform/actors/development/index.md +++ b/sources/platform/actors/development/index.md @@ -1,7 +1,7 @@ --- title: Developing Actors description: Read about the technical part of building Apify Actors. Learn to define Actor inputs, build new versions, persist Actor state, and choose base Docker images. -sidebar_label: Develop +sidebar_label: Development sidebar_position: 2 slug: /actors/development --- diff --git a/sources/platform/actors/monetizing/index.mdx b/sources/platform/actors/monetizing/index.mdx index 80a369c657..f9e7625682 100644 --- a/sources/platform/actors/monetizing/index.mdx +++ b/sources/platform/actors/monetizing/index.mdx @@ -3,7 +3,7 @@ title: Monetizing Actors description: Monetize your Actors on Apify Store and earn regular passive income. slug: /actors/publishing/monetize sidebar_position: 4 -sidebar_label: Monetize +sidebar_label: Monetization --- import Tabs from '@theme/Tabs'; diff --git a/sources/platform/actors/publishing/index.mdx b/sources/platform/actors/publishing/index.mdx index 7d91740ac2..49660b23b3 100644 --- a/sources/platform/actors/publishing/index.mdx +++ b/sources/platform/actors/publishing/index.mdx @@ -2,7 +2,7 @@ title: Publishing Actors description: Learn the stages involved in publishing and monetizing Actors on the Apify platform, from development and testing to promotion in Apify Store. sidebar_position: 3 -sidebar_label: Publish +sidebar_label: Publishing slug: /actors/publishing --- diff --git a/sources/platform/actors/running/index.md b/sources/platform/actors/running/index.md index 282d13c273..e1e7668cf4 100644 --- a/sources/platform/actors/running/index.md +++ b/sources/platform/actors/running/index.md @@ -2,7 +2,7 @@ title: Running Actors description: Start an Actor from Apify Console or via API. Learn about Actor lifecycles, how to specify settings and version, provide input, and resurrect finished runs. sidebar_position: 1 -sidebar_label: Run +sidebar_label: Running slug: /actors/running --- From d3dcee2e740752609e6c8247e7221300729c6ee9 Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 20 Aug 2026 10:04:56 +0000 Subject: [PATCH 4/4] docs: restore original Actor section titles and sidebar labels Reverts the title and sidebar_label changes on the Actor running, development, publishing, and monetization landing pages, leaving only the proxy documentation links in this branch. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01WMamf9TfuBnQiKFwxXaLVM --- sources/platform/actors/development/index.md | 4 ++-- sources/platform/actors/monetizing/index.mdx | 4 ++-- sources/platform/actors/publishing/index.mdx | 4 ++-- sources/platform/actors/running/index.md | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/sources/platform/actors/development/index.md b/sources/platform/actors/development/index.md index 5f8174bb17..253a9028c1 100644 --- a/sources/platform/actors/development/index.md +++ b/sources/platform/actors/development/index.md @@ -1,7 +1,7 @@ --- -title: Developing Actors +title: Develop Actors description: Read about the technical part of building Apify Actors. Learn to define Actor inputs, build new versions, persist Actor state, and choose base Docker images. -sidebar_label: Development +sidebar_label: Develop sidebar_position: 2 slug: /actors/development --- diff --git a/sources/platform/actors/monetizing/index.mdx b/sources/platform/actors/monetizing/index.mdx index f9e7625682..9f949c13c0 100644 --- a/sources/platform/actors/monetizing/index.mdx +++ b/sources/platform/actors/monetizing/index.mdx @@ -1,9 +1,9 @@ --- -title: Monetizing Actors +title: Monetize Actors description: Monetize your Actors on Apify Store and earn regular passive income. slug: /actors/publishing/monetize sidebar_position: 4 -sidebar_label: Monetization +sidebar_label: Monetize --- import Tabs from '@theme/Tabs'; diff --git a/sources/platform/actors/publishing/index.mdx b/sources/platform/actors/publishing/index.mdx index 49660b23b3..88615ec767 100644 --- a/sources/platform/actors/publishing/index.mdx +++ b/sources/platform/actors/publishing/index.mdx @@ -1,8 +1,8 @@ --- -title: Publishing Actors +title: Publish Actors description: Learn the stages involved in publishing and monetizing Actors on the Apify platform, from development and testing to promotion in Apify Store. sidebar_position: 3 -sidebar_label: Publishing +sidebar_label: Publish slug: /actors/publishing --- diff --git a/sources/platform/actors/running/index.md b/sources/platform/actors/running/index.md index e1e7668cf4..edf5f7fd5f 100644 --- a/sources/platform/actors/running/index.md +++ b/sources/platform/actors/running/index.md @@ -1,8 +1,8 @@ --- -title: Running Actors +title: Run Actors description: Start an Actor from Apify Console or via API. Learn about Actor lifecycles, how to specify settings and version, provide input, and resurrect finished runs. sidebar_position: 1 -sidebar_label: Running +sidebar_label: Run slug: /actors/running ---