Skip to content

Commit 032850d

Browse files
committed
update titles
1 parent a690d0d commit 032850d

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

sources/academy/platform/deploying_your_code/deploying.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: How to deploy your Actor
2+
title: Publishing your Actor
33
description: Push local code to the platform, or create a new Actor on the console and integrate it with a Git repository to optionally automatically rebuild any new changes.
44
sidebar_position: 5
55
slug: /deploying-your-code/deploying

sources/academy/platform/deploying_your_code/docker_file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: How to create an Actor Dockerfile
2+
title: Creating Actor Dockerfile
33
description: Understand how to write a Dockerfile (Docker image blueprint) for your project so that it can be run within a Docker container on the Apify platform.
44
sidebar_position: 4
55
slug: /deploying-your-code/docker-file

sources/academy/platform/deploying_your_code/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Deploying your code
2+
title: Deploying your code to Apify
33
description: In this course learn how to take an existing project of yours and deploy it to the Apify platform as an Actor.
44
sidebar_position: 9
55
category: apify platform

sources/academy/platform/deploying_your_code/input_schema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: How to write Actor input schema
2+
title: Creating Actor input schema
33
description: Learn how to generate a user interface on the platform for your Actor's input with a single file - the INPUT_SCHEMA.json file.
44
sidebar_position: 2
55
slug: /deploying-your-code/input-schema

sources/academy/platform/deploying_your_code/inputs_outputs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: How to handle inputs and outputs
2+
title: Managing Actor inputs and outputs
33
description: Learn to accept input into your Actor, do something with it, and then return output. Actors can be written in any language, so this concept is language agnostic.
44
sidebar_position: 1
55
slug: /deploying-your-code/inputs-outputs

sources/academy/platform/deploying_your_code/output_schema.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: How to create a dataset schema
2+
title: Creating dataset schema
33
description: Learn how to generate an appealing Overview table interface to preview your Actor results in real time on the Apify platform.
44
sidebar_position: 3
55
slug: /deploying-your-code/dataset-schema
@@ -9,7 +9,7 @@ slug: /deploying-your-code/dataset-schema
99

1010
---
1111

12-
The Dataset schema generates an interface that enables users to instantly preview their Actor results in real time.
12+
The dataset schema generates an interface that enables users to instantly preview their Actor results in real time.
1313

1414
![Dataset Schema](../../../platform/actors/development/actor_definition/images/output-schema-example.png)
1515

0 commit comments

Comments
 (0)