Skip to content

Commit b452c2d

Browse files
jancurnTC-MO
andauthored
Update sources/platform/actors/index.mdx
Co-authored-by: Michał Olender <[email protected]>
1 parent 454dd98 commit b452c2d

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

sources/platform/actors/index.mdx

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,11 @@ Basically, Actors are programs packaged as Docker images, which accept a well-de
4343

4444
Actors have the following elements:
4545

46-
- **Dockerfile** which specifies where the Actor's source code is,
47-
how to build it, and run it.
48-
- **Documentation** in a form of a README.md file.
49-
- **Input and output schemas** that describe what input the Actor requires,
50-
and what results it produces.
51-
- Access to an out-of-the-box **storage system** for Actor data, results, and files.
52-
- **Metadata** such as the Actor name, description, author, and version.
46+
- _Dockerfile_ which specifies where the Actor's source code is, how to build it, and run it.
47+
- _Documentation_ in a form of a README.md file.
48+
- _Input and output schemas_ that describe what input the Actor requires, and what results it produces.
49+
- Access to an out-of-the-box _storage system_ for Actor data, results, and files.
50+
- _Metadata_ such as the Actor name, description, author, and version.
5351

5452
The documentation and the input/output schemas make it possible for people to easily understand what the Actor does,
5553
enter the required inputs both in user interface or API,

0 commit comments

Comments
 (0)