diff --git a/sources/platform/actors/development/index.md b/sources/platform/actors/development/index.md index e0064754e8..bc253b5579 100644 --- a/sources/platform/actors/development/index.md +++ b/sources/platform/actors/development/index.md @@ -1,10 +1,12 @@ --- -title: Development +title: Actor development desc: 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_position: 7.4 slug: /actors/development --- +# Actor development + **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.** --- diff --git a/sources/platform/actors/index.mdx b/sources/platform/actors/index.mdx index 6052ef6a52..a349494bcd 100644 --- a/sources/platform/actors/index.mdx +++ b/sources/platform/actors/index.mdx @@ -20,7 +20,7 @@ import CardGrid from "@site/src/components/CardGrid"; to="/platform/actors/running" /> diff --git a/sources/platform/actors/running/index.md b/sources/platform/actors/running/index.md index 3f7c657cb3..44bae2c156 100644 --- a/sources/platform/actors/running/index.md +++ b/sources/platform/actors/running/index.md @@ -5,7 +5,7 @@ sidebar_position: 7.1 slug: /actors/running --- -# Running +# Running Actors **In this section, you learn how to run Apify Actors using Apify Console or programmatically. You will learn about their configuration, versioning, data retention, usage, and pricing.** diff --git a/sources/platform/console/index.md b/sources/platform/console/index.md index dfb4ec056c..7f4e0976c8 100644 --- a/sources/platform/console/index.md +++ b/sources/platform/console/index.md @@ -124,4 +124,4 @@ You can also navigate Apify Console via keyboard shortcuts. | [Proxy](/platform/proxy)| View your proxy usage & credentials | | [Storage](/platform/storage)| View stored results of your runs in various data formats. | | [Billing](/platform/console/billing)| Billing information, statistics and invoices. | -| [Settings](/platform/console/settings)| Settings of your account. | +| [Settings](/platform/console/settings)| Console settings of your account. | diff --git a/sources/platform/console/settings.md b/sources/platform/console/settings.md index 448386d2e8..2efe527388 100644 --- a/sources/platform/console/settings.md +++ b/sources/platform/console/settings.md @@ -1,5 +1,5 @@ --- -title: Settings +title: Console settings description: Learn about the Apify Console settings for the account, integrations, organization management, and notification preferences. sidebar_position: 4 category: platform diff --git a/sources/platform/console/store.md b/sources/platform/console/store.md index 8474ab3c4b..fd38e87c49 100644 --- a/sources/platform/console/store.md +++ b/sources/platform/console/store.md @@ -1,5 +1,5 @@ --- -title: Store +title: Apify Store description: Explore Apify Store, browse and select Actors, search by criteria, sort by relevance, and adjust settings for immediate or future runs. sidebar_position: 2 category: platform diff --git a/sources/platform/console/two-factor-authentication.md b/sources/platform/console/two-factor-authentication.md index b594584865..ea21c43dd7 100644 --- a/sources/platform/console/two-factor-authentication.md +++ b/sources/platform/console/two-factor-authentication.md @@ -1,5 +1,5 @@ --- -title: Two-factor authentication +title: Two-factor authentication setup description: Learn about Apify Console's two-factor authentication process and how to set it up. sidebar_position: 5 category: platform diff --git a/sources/platform/integrations/actors/index.md b/sources/platform/integrations/actors/index.md index 76e1bbdb79..8eb9316e52 100644 --- a/sources/platform/integrations/actors/index.md +++ b/sources/platform/integrations/actors/index.md @@ -1,7 +1,7 @@ --- -title: Actor-to-Actor +title: Actor-to-Actor integration description: Learn how to integrate with other Actors and tasks. -sidebar_label: Actor-to-Actor +sidebar_label: Actor-to-Actor integration slug: /integrations/actors --- diff --git a/sources/platform/integrations/programming/api.md b/sources/platform/integrations/programming/api.md index 65a8b34b7e..9bec56d87c 100644 --- a/sources/platform/integrations/programming/api.md +++ b/sources/platform/integrations/programming/api.md @@ -1,7 +1,7 @@ --- title: API integration description: Learn how to integrate with Apify via API. -sidebar_label: API +sidebar_label: API integration sidebar_position: 1 slug: /integrations/api --- diff --git a/sources/platform/integrations/programming/webhooks/index.md b/sources/platform/integrations/programming/webhooks/index.md index 19d2221699..c9d39efc04 100644 --- a/sources/platform/integrations/programming/webhooks/index.md +++ b/sources/platform/integrations/programming/webhooks/index.md @@ -1,8 +1,8 @@ --- -title: Webhooks integration +title: Webhook integration description: Learn how to integrate multiple Apify Actors or external systems with your Actor or task run. Send alerts when your Actor run succeeds or fails. sidebar_position: 2 -sidebar_label: Webhooks +sidebar_label: Webhook integration slug: /integrations/webhooks --- diff --git a/sources/platform/proxy/usage.md b/sources/platform/proxy/usage.md index a278a9f645..c930a3dd01 100644 --- a/sources/platform/proxy/usage.md +++ b/sources/platform/proxy/usage.md @@ -1,11 +1,11 @@ --- -title: Usage +title: Proxy usage description: Learn how to configure and use Apify Proxy. See the required parameters such as the correct username and password. sidebar_position: 10.1 slug: /proxy/usage --- -# Usage +# Proxy usage **Learn how to configure and use Apify Proxy. See the required parameters such as the correct username and password.** diff --git a/sources/platform/storage/usage.md b/sources/platform/storage/usage.md index b3dcff7b54..f8259b3f26 100644 --- a/sources/platform/storage/usage.md +++ b/sources/platform/storage/usage.md @@ -1,5 +1,5 @@ --- -title: Usage +title: Usage of storage description: Learn how to effectively use Apify's storage options. Understand key aspects of data retention, rate limiting, and secure sharing. sidebar_position: 9.1 category: platform