Skip to content

Commit b7b75b0

Browse files
authored
docs: add challenge admonition (#2075)
add challenge admonition to development page fix frontmatter in development page
1 parent cb9bac8 commit b7b75b0

File tree

1 file changed

+9
-1
lines changed
  • sources/platform/actors/development

1 file changed

+9
-1
lines changed

sources/platform/actors/development/index.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Actor development
3-
desc: Read about the technical part of building Apify Actors. Learn to define Actor inputs, build new versions, persist Actor state, and choose base Docker images.
3+
description: Read about the technical part of building Apify Actors. Learn to define Actor inputs, build new versions, persist Actor state, and choose base Docker images.
44
sidebar_label: Development
55
sidebar_position: 7.4
66
slug: /actors/development
@@ -10,6 +10,14 @@ slug: /actors/development
1010

1111
---
1212

13+
:::note Join The Apify $1M Challenge
14+
15+
Build and publish new tools on Apify and have multiple chances to win big prizes.
16+
17+
[Join the challenge now.](https://apify.com/challenge)
18+
19+
:::
20+
1321
This section will guide you through the whole story of [Actor](../index.mdx) development.
1422

1523
You can follow chapters sequentially from [Quick start](/platform/actors/development/quick-start), where you learn how to create your first Actor in just a few minutes, through the more technical sections describing the whole Actor model, up to the [Performance](/sources/platform/actors/development/performance.md) section, where you learn how to fine-tune your Actor to get the most out of the Apify platform.

0 commit comments

Comments
 (0)