Skip to content

Commit 35cb2a0

Browse files
committed
add quick start link in admonition
1 parent 7ebba4e commit 35cb2a0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

sources/academy/platform/actorization_playbook.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,13 @@ In case you're starting a new project, we strongly advise to start with a [templ
8181
- [MCP server template](https://apify.com/templates/python-mcp-server)
8282
- … and many others, check out for comprehensive list [https://apify.com/templates](https://apify.com/templates)
8383

84+
:::note Quick Start for beginners
85+
86+
For a step-by-step introduction to creating your first Actor (including tech stack choices and development paths), see [Quick Start](/platform/actors/development/quick-start).
87+
88+
:::
89+
90+
8491
The newly created `.actor` folder contains an `actor.json` file - a manifest of the Actor. See [documentation](/platform/actors/development/actor-definition/actor-json) for more details
8592

8693
You must also make sure your Actor has a Dockerfile and that it installs everything needed to successfully run your application. Check out [Dockerfile documentation](/platform/actors/development/actor-definition/dockerfile) by Apify. If you don't want to use these, you are free to use any image as the base of your Actor.

0 commit comments

Comments
 (0)