Skip to content

Commit 6e17ccb

Browse files
authored
docs: remove H1 (#1859)
Remove redundant H1's Rephrase titles to match removed H1's Add sidebar_label key and match it with old titles
1 parent e155b5b commit 6e17ccb

File tree

26 files changed

+59
-97
lines changed

26 files changed

+59
-97
lines changed

sources/platform/actors/development/actor_definition/dataset_schema/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@ title: Dataset schema specification
33
sidebar_position: 3
44
description: Learn how to define and present your dataset schema in an user-friendly output UI.
55
slug: /actors/development/actor-definition/dataset-schema
6+
sidebar_label: Dataset schema
67
---
78

8-
# Dataset schema specification
9-
109
**Learn how to define and present your dataset schema in an user-friendly output UI.**
1110

1211
---

sources/platform/actors/development/actor_definition/input_schema/specification.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
---
2-
title: Input schema specification
2+
title: Actor input schema specification
33
sidebar_position: 2
44
description: Learn how to define and validate a schema for your Actor's input with code examples. Provide an autogenerated input UI for your Actor's users.
55
slug: /actors/development/actor-definition/input-schema/specification/v1
66
toc_max_heading_level: 5
7+
sidebar_label: Input schema specification
78
---
89

9-
# Actor input schema specification
10-
1110
**Learn how to define and validate a schema for your Actor's input with code examples. Provide an autogenerated input UI for your Actor's users.**
1211

1312
---

sources/platform/actors/development/actor_definition/key_value_store_schema/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ description: Learn how to define and present your key-value store schema to orga
66
slug: /actors/development/actor-definition/key-value-store-schema
77
---
88

9-
# Key-value Store Schema Specification
10-
119
**Learn how to define and present your key-value store schema to organize records into collections.**
1210

1311
---

sources/platform/actors/development/automated_tests.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
2-
title: Automated tests
2+
title: Automated tests for Actors
33
description: Learn how to automate ongoing testing and make sure your Actors perform over time. See code examples for configuring the Actor Testing Actor.
44
slug: /actors/development/automated-tests
55
sidebar_position: 9
6+
sidebar_label: Automated tests
67
---
78

89
**Learn how to automate ongoing testing and make sure your Actors perform over time. See code examples for configuring the Actor Testing Actor.**
@@ -12,8 +13,6 @@ import TabItem from '@theme/TabItem';
1213

1314
---
1415

15-
# Automated tests for Actors
16-
1716
Automated testing is crucial for maintaining the reliability and performance of your Actors over time. This guide will help you set up automated tests using the [Actor Testing Actor](https://apify.com/pocesar/actor-testing).
1817

1918
## Set up automated tests

sources/platform/actors/development/builds_and_runs/state_persistence.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ description: Learn how to maintain an Actor's state to prevent data loss during
44
slug: /actors/development/builds-and-runs/state-persistence
55
---
66

7-
# State persistence
8-
97
**Learn how to maintain an Actor's state to prevent data loss during unexpected restarts. Includes code examples for handling server migrations.**
108

119
import Tabs from '@theme/Tabs';

sources/platform/actors/development/deployment/continuous_integration.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ slug: /actors/development/deployment/continuous-integration
66
sidebar_position: 2
77
---
88

9-
# Continuous integration for Actors
10-
119
**Learn how to set up automated builds, deploys, and testing for your Actors.**
1210

1311
import Tabs from '@theme/Tabs';

sources/platform/actors/development/programming_interface/environment_variables.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
---
2-
title: Environment variables
2+
title: Actor environment variables
33
description: Learn how to provide your Actor with context that determines its behavior through a plethora of pre-defined environment variables offered by the Apify SDK.
44
slug: /actors/development/programming-interface/environment-variables
55
sidebar_position: 3
6+
sidebar_label: Environment variables
67
---
78

8-
# Actor environment variables
9-
109
**Learn how to provide your Actor with context that determines its behavior through a plethora of pre-defined environment variables set by the Apify platform.**
1110

1211
import Tabs from '@theme/Tabs';

sources/platform/actors/development/programming_interface/system_events.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
---
2-
title: System events
2+
title: System events in Apify Actors
33
description: Learn about system events sent to your Actor and how to benefit from them.
44
slug: /actors/development/programming-interface/system-events
55
sidebar_position: 4
6+
sidebar_label: System events
67
---
78

8-
# System events in Apify Actors
9-
109
**Learn about system events sent to your Actor and how to benefit from them.**
1110

1211
import Tabs from '@theme/Tabs';

sources/platform/actors/running/usage_and_resources.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ sidebar_position: 2
55
slug: /actors/running/usage-and-resources
66
---
77

8-
# Usage and resources
9-
108
**Learn about your Actors' memory and processing power requirements, their relationship with Docker resources, minimum requirements for different use cases and its impact on the cost.**
119

1210
---

sources/platform/collaboration/list_of_permissions.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,17 @@ sidebar_position: 12.2
55
slug: /collaboration/list-of-permissions
66
---
77

8-
# List of permissions
9-
108
**Learn about the access rights you can grant to other users. See a list of all access options for Apify resources such as Actors, actActoror runs/tasks and storage.**
119

1210
---
1311

1412
This document contains all the access options that can be granted to resources on the Apify platform.
1513

16-
## Actors {#actors}
14+
## Actors
1715

18-
Click [here](../actors/index.mdx) to learn about Apify Actors.
16+
To learn about Apify Actors, check out the [documentation](../actors/index.mdx).
1917

20-
### Actor {#actor}
18+
### Actor
2119

2220
| Permission | Description |
2321
|----------------------|------------------------------------------------------------|
@@ -27,7 +25,7 @@ Click [here](../actors/index.mdx) to learn about Apify Actors.
2725
| View runs | View a list of Actor runs and their details. |
2826
| Manage access rights | Manage Actor access rights. |
2927

30-
### Actor task {#actor-task}
28+
### Actor task
3129

3230
| Permission | Description |
3331
|----------------------|------------------------------------------------------------|
@@ -38,11 +36,11 @@ Click [here](../actors/index.mdx) to learn about Apify Actors.
3836

3937
To learn about Actor tasks, see the [documentation](../actors/running/tasks.md).
4038

41-
## Storage {#storage}
39+
## Storage
4240

4341
For more information about Storage, see its [documentation](../storage/index.md).
4442

45-
### Dataset {#dataset}
43+
### Dataset
4644

4745
| Permission | Description |
4846
|----------------------|-----------------------------------------------------------------|
@@ -52,7 +50,7 @@ For more information about Storage, see its [documentation](../storage/index.md)
5250

5351
To learn about dataset storage, see its [documentation](../storage/dataset.md).
5452

55-
### Key-value-store {#key-value-store}
53+
### Key-value-store
5654

5755
| Permission | Description |
5856
|----------------------|---------------------------------------------------------------------------------------------------|
@@ -62,7 +60,7 @@ To learn about dataset storage, see its [documentation](../storage/dataset.md).
6260

6361
To learn about key-value stores, see the [documentation](../storage/key_value_store.md).
6462

65-
### Request queue {#request-queue}
63+
### Request queue
6664

6765
| Permission | Description |
6866
|----------------------|------------------------------------------------------------------------------------------------|
@@ -72,15 +70,15 @@ To learn about key-value stores, see the [documentation](../storage/key_value_st
7270

7371
To learn about request queue storage, see the [documentation](../storage/request_queue.md).
7472

75-
## Proxy {#proxy}
73+
## Proxy
7674

7775
| Permission | Description |
7876
|------------|---------------------------|
7977
| Proxy | Allow to use Apify Proxy. |
8078

8179
To learn about Apify Proxy, see its [documentation](../proxy/index.md).
8280

83-
## User permissions {#user-permissions}
81+
## User permissions
8482

8583
Permissions that can be granted to members of organizations. To learn about the organization account, see its [documentation](./organization_account/index.md).
8684

0 commit comments

Comments
 (0)