Skip to content

Commit 9640749

Browse files
committed
docs: rename Academy articles
Rename to avoid confusion & make titles more action-oriented
1 parent 31baff7 commit 9640749

File tree

5 files changed

+5
-15
lines changed

5 files changed

+5
-15
lines changed

sources/academy/platform/deploying_your_code/deploying.md

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

8-
# Deploying {#deploying}
9-
108
**Push local code to the platform, or create a new Actor on the console and integrate it with a Git repo to optionally automatically rebuild any new changes.**
119

1210
---

sources/academy/platform/deploying_your_code/docker_file.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Dockerfile
2+
title: How to create an 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
@@ -8,8 +8,6 @@ slug: /deploying-your-code/docker-file
88
import Tabs from '@theme/Tabs';
99
import TabItem from '@theme/TabItem';
1010

11-
# Dockerfile {#dockerfile}
12-
1311
**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.**
1412

1513
---

sources/academy/platform/deploying_your_code/input_schema.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
---
2-
title: Input schema
2+
title: How to write 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
66
---
77

8-
# Input schema {#input-schema}
9-
108
**Learn how to generate a user interface on the platform for your Actor's input with a single file - the INPUT_SCHEMA.json file.**
119

1210
---

sources/academy/platform/deploying_your_code/inputs_outputs.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
---
2-
title: Inputs & outputs
2+
title: How to handle 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
66
---
77

8-
# Inputs & outputs {#inputs-outputs}
9-
108
**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.**
119

1210
---

sources/academy/platform/deploying_your_code/output_schema.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
---
2-
title: Dataset schema
2+
title: How to create a 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
66
---
77

8-
# Dataset schema
9-
108
**Learn how to generate an appealing Overview table interface to preview your Actor results in real time on the Apify platform.**
119

1210
---

0 commit comments

Comments
 (0)