Skip to content

Commit

Permalink
Add videos, restructre docs
Browse files Browse the repository at this point in the history
  • Loading branch information
iancaragol committed Apr 21, 2022
1 parent 0c32ae3 commit 1e3d7e4
Show file tree
Hide file tree
Showing 16 changed files with 18 additions and 8 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<h2 align="center"><img src="docs/assets/feyre-icon.png" alt="errbot" align="center" width="200px" /></h2>
<h2 align="center"><img src="docs/assets/images/feyre-icon.png" alt="errbot" align="center" width="200px" /></h2>
<h1 align="center" style="font-size:50px; font-family:'Times New Roman'"><i>feyre</i></h1>

<p align="center" style="font-size:18px">
A streamlined discord bot for rolling dice, keeping track of turn order, and more!
</p>
<br>
<h5 align="center"><img src="docs/assets/invite.svg" alt="errbot" align="center" width="200px" /></h5>
<h5 align="center"><img src="docs/badges/assets/invite.svg" alt="errbot" align="center" width="200px" /></h5>
<br>

<p align="center">
<img src="docs/assets/python.svg" alt="backend python"/>
<img src="docs/assets/javascript.svg" alt="frontend javascript"/>
<img src="docs/assets/redis.svg" alt="redis"/>
<img src="docs/assets/FastAPI.svg" alt="Fast API"/>
<img src="docs/assets/badges/python.svg" alt="backend python"/>
<img src="docs/assets/badges/javascript.svg" alt="frontend javascript"/>
<img src="docs/assets/badges/redis.svg" alt="redis"/>
<img src="docs/assets/badges/FastAPI.svg" alt="Fast API"/>
</p>

<hr>
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added docs/assets/videos/roll demo.mp4
Binary file not shown.
2 changes: 2 additions & 0 deletions docs/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ Returns documentation for all commands.

**/roll can be used to roll dice of any size with complicated expressions.**

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

### Dice Expression

A specific roll can be represented with a dice expression. Dice expressions can be thought of as formula. They consist of **Dice**, **Operations** and **Arithmetic Operators**. You can combine these to create a dice expression that suites any scenario!
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h2 align="center"><img src="assets/feyre-icon.png" alt="errbot" align="center" width="200px" /></h2>
<h2 align="center"><img src="assets/images/feyre-icon.png" alt="errbot" align="center" width="200px" /></h2>

# Feyre

Expand Down
8 changes: 8 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
site_name: Feyre
repo_url: https://github.com/iancaragol/Feyre
edit_uri: blob/main/docs/
plugins:
- mkdocs-video:
is_video: True
video_autoplay: True
css_style:
width: "100%"
height: "22.172vw"
outline: "none"
theme:
icon:
repo: fontawesome/brands/github
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/commands/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ module.exports = {
if (request.statusCode == 200)
{
responseEmbed = new MessageEmbed().setColor(embedColors.successEmbedColor)
responseEmbed.setTitle("[ Initiative ]")
responseEmbed.setTitle("[ Initiative ]")
turnOrderString = ""

for (let i = 0; i < response.characters.length; i++)
Expand Down

0 comments on commit 1e3d7e4

Please sign in to comment.