Skip to content

Commit

Permalink
Add mkdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
iancaragol committed Apr 21, 2022
1 parent 1e3d7e4 commit 9fbd6f0
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 5 deletions.
Binary file added docs/assets/images/init-join.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/images/init-next.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/assets/roll demo.mp4
Binary file not shown.
Binary file added docs/assets/videos/character demo.mp4
Binary file not shown.
Binary file added docs/assets/videos/help-demo.mp4
Binary file not shown.
Binary file added docs/assets/videos/initiative demo.mp4
Binary file not shown.
12 changes: 8 additions & 4 deletions docs/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
`/help command:roll`


< Help Gif >
![type:video](./assets/videos/help-demo.mp4)

Returns documentation for all commands.

Expand Down Expand Up @@ -120,6 +120,8 @@ To explode *ON* a specific dice, you can use the explode ON operator 'eo' follow

**/init keeps track of initiative (turn order) for each channel.**

![type:video](./assets/videos/initiative demo.mp4)

#### Starting Initiative
```
/init get
Expand All @@ -146,13 +148,13 @@ For example, if I want to join with my character, `Sir Oliver the Timid`, who ha

If you have a character selected with the `/char` command you can join with that character by pressing the **+** button or `/init join`

**GIF GOES HERE**
<img src="../assets/images/init-join.png" width="350">

#### Next Turn

Press the **⚔️ Next** button to move to the next turn

**GIF GOES HERE**
<img src="../assets/images/init-next.png" width="350">

#### Leaving Initiative (dying)
```
Expand All @@ -172,7 +174,9 @@ Oops, looks like you died! You can leave initiative like this:
/character remove id:ID
```

Keep track of up to 9 characters and their initiative modifiers. When you click Join on an initiative tracker, you will join with your active character!
**Keep track of up to 9 characters and their initiative modifiers. When you click Join on an initiative tracker, you will join with your active character!**

![type:video](./assets/videos/character demo.mp4)

#### Select your active character
```
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins:
theme:
icon:
repo: fontawesome/brands/github
logo: assets/feyre-icon.png
logo: assets/images/feyre-icon.png
name: material
palette:
- media: "(prefers-color-scheme: light)"
Expand Down

0 comments on commit 9fbd6f0

Please sign in to comment.