Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/gabber235/TypeWriter int…
Browse files Browse the repository at this point in the history
…o develop
  • Loading branch information
gabber235 committed Apr 18, 2024
2 parents 44c12bc + 2c3d451 commit 44b3c6a
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 44b3c6a

Please sign in to comment.