Skip to content

Commit

Permalink
added description of page types in layout.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
Marten-Mrfc committed Apr 14, 2024
1 parent 0fead1a commit 2c3d451
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion documentation/docs/docs/02-getting-started/02-layout.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ On this page, you will learn how to use the TypeWriter Web panel and create cert

## Creating a page

To create a page, simply click the button `Add Page` then enter the name of the page. It can't be a duplicate name of an already existing page. Select one of the four types: `Sequence`, `Static`, `Cinematic` and  `Manifest`.
To create a page, simply click the button `Add Page` then enter the name of the page. It can't be a duplicate name of an already existing page. Select one of the four types:
* **Sequence**: Create interactions that can be played after each other.
* **Static** : Referencing to data that doesn't change over the lifetime of the program.
* **Cinematic**: Timed sequences of actions.
* **Manifest**: In the runtime calculated state of the interaction.

<Player url={require("../assets/layout/add-page.webm").default} />

Expand Down

0 comments on commit 2c3d451

Please sign in to comment.