Skip to content

Commit 00559a5

Browse files
gippyTC-MO
andauthored
feat: added output schema docs (#1976)
Resolves: apify/apify-core#22480 This PR adds output schema docs. I have added a few examples, but there is probably even more things that can be done with it. Will try to think of more later. --------- Co-authored-by: Michał Olender <[email protected]>
1 parent a16e001 commit 00559a5

File tree

12 files changed

+370
-6
lines changed

12 files changed

+370
-6
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Dataset schema specification
3-
sidebar_position: 3
3+
sidebar_position: 5
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
66
sidebar_label: Dataset schema

sources/platform/actors/development/actor_definition/docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Dockerfile
33
description: Learn about the available Docker images you can use as a base for your Apify Actors. Choose the right base image based on your Actor's requirements and the programming language you're using.
44
slug: /actors/development/actor-definition/dockerfile
5-
sidebar_position: 4
5+
sidebar_position: 7
66
---
77

88
**Learn about the available Docker images you can use as a base for your Apify Actors. Choose the right base image based on your Actor's requirements and the programming language you're using.**

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,6 +1,6 @@
11
---
22
title: Actor input schema
3-
sidebar_position: 2
3+
sidebar_position: 3
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
66
---

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Key-value store schema specification
33
sidebar_label: Key-value store schema
4-
sidebar_position: 3
4+
sidebar_position: 6
55
description: Learn how to define and present your key-value store schema to organize records into collections.
66
slug: /actors/development/actor-definition/key-value-store-schema
77
---
261 KB
Loading
265 KB
Loading
193 KB
Loading
160 KB
Loading
267 KB
Loading

0 commit comments

Comments
 (0)