Skip to content

Commit f5e5013

Browse files
docs: Make titles stand on their own (#1751)
1 parent 3adad20 commit f5e5013

File tree

12 files changed

+17
-15
lines changed

12 files changed

+17
-15
lines changed

sources/platform/actors/development/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
---
2-
title: Development
2+
title: Actor development
33
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.
44
sidebar_position: 7.4
55
slug: /actors/development
66
---
77

8+
# Actor development
9+
810
**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.**
911

1012
---

sources/platform/actors/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import CardGrid from "@site/src/components/CardGrid";
2020
to="/platform/actors/running"
2121
/>
2222
<Card
23-
title="Development"
23+
title="Actor development"
2424
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."
2525
to="/platform/actors/development"
2626
/>

sources/platform/actors/running/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar_position: 7.1
55
slug: /actors/running
66
---
77

8-
# Running
8+
# Running Actors
99

1010
**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.**
1111

sources/platform/console/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,4 +124,4 @@ You can also navigate Apify Console via keyboard shortcuts.
124124
| [Proxy](/platform/proxy)| View your proxy usage & credentials |
125125
| [Storage](/platform/storage)| View stored results of your runs in various data formats. |
126126
| [Billing](/platform/console/billing)| Billing information, statistics and invoices. |
127-
| [Settings](/platform/console/settings)| Settings of your account. |
127+
| [Settings](/platform/console/settings)| Console settings of your account. |

sources/platform/console/settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Settings
2+
title: Console settings
33
description: Learn about the Apify Console settings for the account, integrations, organization management, and notification preferences.
44
sidebar_position: 4
55
category: platform

sources/platform/console/store.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Store
2+
title: Apify Store
33
description: Explore Apify Store, browse and select Actors, search by criteria, sort by relevance, and adjust settings for immediate or future runs.
44
sidebar_position: 2
55
category: platform

sources/platform/console/two-factor-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Two-factor authentication
2+
title: Two-factor authentication setup
33
description: Learn about Apify Console's two-factor authentication process and how to set it up.
44
sidebar_position: 5
55
category: platform

sources/platform/integrations/actors/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Actor-to-Actor
2+
title: Actor-to-Actor integration
33
description: Learn how to integrate with other Actors and tasks.
4-
sidebar_label: Actor-to-Actor
4+
sidebar_label: Actor-to-Actor integration
55
slug: /integrations/actors
66
---
77

sources/platform/integrations/programming/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: API integration
33
description: Learn how to integrate with Apify via API.
4-
sidebar_label: API
4+
sidebar_label: API integration
55
sidebar_position: 1
66
slug: /integrations/api
77
---

sources/platform/integrations/programming/webhooks/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
title: Webhooks integration
2+
title: Webhook integration
33
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.
44
sidebar_position: 2
5-
sidebar_label: Webhooks
5+
sidebar_label: Webhook integration
66
slug: /integrations/webhooks
77
---
88

0 commit comments

Comments
 (0)