Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
1c510c5
feat: added output schema docs
gippy Oct 5, 2025
5294fd4
fix: ai grammar check
gippy Oct 5, 2025
926e8ad
Fix typo in output schema documentation
gippy Oct 5, 2025
6b77366
Apply suggestion from @TC-MO
gippy Oct 15, 2025
cca1677
Apply suggestion from @TC-MO
gippy Oct 15, 2025
1247620
Apply suggestion from @TC-MO
gippy Oct 15, 2025
176fb03
Apply suggestion from @TC-MO
gippy Oct 15, 2025
1f4ebc7
Apply suggestion from @TC-MO
gippy Oct 15, 2025
e0273a0
Apply suggestion from @TC-MO
gippy Oct 15, 2025
72f30a2
Apply suggestion from @TC-MO
gippy Oct 15, 2025
25dc0b1
Apply suggestion from @TC-MO
gippy Oct 15, 2025
1e917ef
Apply suggestion from @TC-MO
gippy Oct 15, 2025
4e6292d
Apply suggestion from @TC-MO
gippy Oct 15, 2025
060ae6e
Apply suggestion from @TC-MO
gippy Oct 15, 2025
441acb6
Apply suggestion from @TC-MO
gippy Oct 15, 2025
e0e5aa9
Apply suggestion from @TC-MO
gippy Oct 15, 2025
ba313d3
Apply suggestion from @TC-MO
gippy Oct 15, 2025
174ffb5
Apply suggestion from @TC-MO
gippy Oct 15, 2025
cf3a8a4
Apply suggestion from @TC-MO
gippy Oct 15, 2025
307f41b
Apply suggestion from @TC-MO
gippy Oct 15, 2025
30f795f
Apply suggestion from @TC-MO
gippy Oct 15, 2025
20bb100
Apply suggestion from @TC-MO
gippy Oct 15, 2025
48fbea1
Merge branch 'master' into feat/add-output-schema
gippy Oct 15, 2025
b68cd8e
feat: PR review based improvements
gippy Oct 15, 2025
a320e69
Merge branch 'master' into feat/add-output-schema
gippy Oct 16, 2025
139cc28
fix: fixes based on review
gippy Oct 19, 2025
8f0f4c4
Merge remote-tracking branch 'origin/feat/add-output-schema' into fea…
gippy Oct 19, 2025
e87e3bc
Merge branch 'master' into feat/add-output-schema
gippy Oct 19, 2025
6ebee37
Merge branch 'master' into feat/add-output-schema
gippy Oct 20, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Dataset schema specification
sidebar_position: 3
sidebar_position: 5
description: Learn how to define and present your dataset schema in an user-friendly output UI.
slug: /actors/development/actor-definition/dataset-schema
sidebar_label: Dataset schema
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Dockerfile
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.
slug: /actors/development/actor-definition/dockerfile
sidebar_position: 4
sidebar_position: 7
---

**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.**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Actor input schema
sidebar_position: 2
sidebar_position: 3
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.
slug: /actors/development/actor-definition/input-schema
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Key-value store schema specification
sidebar_label: Key-value store schema
sidebar_position: 3
sidebar_position: 6
description: Learn how to define and present your key-value store schema to organize records into collections.
slug: /actors/development/actor-definition/key-value-store-schema
---
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading