Skip to content

Commit c75d04a

Browse files
feat: Improve documentation page titles (#1650)
This pull request contains changes generated by Cursor background composer. Co-authored-by: Cursor Agent <[email protected]>
1 parent 304294c commit c75d04a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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: Creating Actor 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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Input schema
2+
title: Actor input schema
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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Specification
2+
title: 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

0 commit comments

Comments
 (0)