Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions sources/platform/actors/development/index.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
---
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
Copy link
Contributor

@TC-MO TC-MO Aug 4, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we add sidebar_label: Development to frontmatter? I don't think placement matters much, but for consistency I would prefer under description

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And based on this discussion can we get Account settings instead of Console settings

---

# 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.**

---
Expand Down
2 changes: 1 addition & 1 deletion sources/platform/console/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
2 changes: 1 addition & 1 deletion sources/platform/integrations/actors/index.md
Original file line number Diff line number Diff line change
@@ -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
---

Expand Down
2 changes: 1 addition & 1 deletion sources/platform/storage/usage.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Usage of storage
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
Expand Down
Loading