From 81ad13e942acead37f8f42a298fb22486d87f828 Mon Sep 17 00:00:00 2001 From: patrikbraborec Date: Mon, 4 Aug 2025 09:54:54 +0200 Subject: [PATCH 1/3] docs: Fix titles based on discussion --- sources/platform/actors/development/index.md | 2 -- sources/platform/console/index.md | 2 +- sources/platform/integrations/actors/index.md | 2 +- sources/platform/storage/usage.md | 2 +- 4 files changed, 3 insertions(+), 5 deletions(-) diff --git a/sources/platform/actors/development/index.md b/sources/platform/actors/development/index.md index bc253b5579..88e25d4208 100644 --- a/sources/platform/actors/development/index.md +++ b/sources/platform/actors/development/index.md @@ -5,8 +5,6 @@ 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/console/index.md b/sources/platform/console/index.md index 7f4e0976c8..dfb4ec056c 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)| Console settings of your account. | +| [Settings](/platform/console/settings)| Settings of your account. | diff --git a/sources/platform/integrations/actors/index.md b/sources/platform/integrations/actors/index.md index 8eb9316e52..8279e66b1e 100644 --- a/sources/platform/integrations/actors/index.md +++ b/sources/platform/integrations/actors/index.md @@ -1,7 +1,7 @@ --- title: Actor-to-Actor integration description: Learn how to integrate with other Actors and tasks. -sidebar_label: Actor-to-Actor integration +sidebar_label: Actor-to-Actor slug: /integrations/actors --- diff --git a/sources/platform/storage/usage.md b/sources/platform/storage/usage.md index f8259b3f26..6e00578d99 100644 --- a/sources/platform/storage/usage.md +++ b/sources/platform/storage/usage.md @@ -1,5 +1,5 @@ --- -title: Usage of storage +title: Proxy usage 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 From f258066bfc8756acfe32503ae216f9a2177d3fcd Mon Sep 17 00:00:00 2001 From: patrikbraborec Date: Mon, 4 Aug 2025 12:30:30 +0200 Subject: [PATCH 2/3] Add sidebar title to development page --- sources/platform/actors/development/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/sources/platform/actors/development/index.md b/sources/platform/actors/development/index.md index 88e25d4208..3a97539d70 100644 --- a/sources/platform/actors/development/index.md +++ b/sources/platform/actors/development/index.md @@ -1,6 +1,7 @@ --- 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_label: Development sidebar_position: 7.4 slug: /actors/development --- From 8b832b28e0ba2d595c5391af2d03709e260f330e Mon Sep 17 00:00:00 2001 From: patrikbraborec Date: Mon, 4 Aug 2025 12:34:09 +0200 Subject: [PATCH 3/3] Fix bug with title --- sources/platform/storage/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/platform/storage/usage.md b/sources/platform/storage/usage.md index 6e00578d99..6f31d445c0 100644 --- a/sources/platform/storage/usage.md +++ b/sources/platform/storage/usage.md @@ -1,5 +1,5 @@ --- -title: Proxy usage +title: Storage usage 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