Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add invite code question to FAQ + Gameplay links to docs #34

Merged
merged 3 commits into from
Aug 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@ const config = {
position: "left",
label: "F.A.Q.",
},
{
href: "/gameplay",
position: "left",
label: "Gameplay",
},
{
href: "https:/ill-inc/biomes-game",
label: "GitHub",
Expand Down Expand Up @@ -96,6 +101,10 @@ const config = {
label: "F.A.Q.",
to: "/faq",
},
{
label: "Gameplay",
to: "/gameplay",
},
],
},
{
Expand Down
4 changes: 4 additions & 0 deletions docs/src/pages/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ sidebar_position: 1
**A:** If you created an account when Biomes was in Early Access, you can still login at any time and play! If you don't have an account, you can play
by running it locally. Checkout our [local setup guide](/docs/basics/running-locally)!

### Q: How can I get an invite code?

**A:** unfortunately, we can no longer give out invite codes on a continuous basis. Invite codes, if released, would be found on the [Biomes Discord](https://discord.gg/biomes).

### Q: What platforms does Biomes support?

**A:** Biomes can be enjoyed on MacOS, Windows, or Linux. Biomes is run in the browser and has been developed to run smoothly on Chrome. Biomes can run
Expand Down
67 changes: 67 additions & 0 deletions docs/src/pages/gameplay.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
---
sidebar_position: 2
---

import ReactPlayer from "react-player";

# Gameplay

### Watch the Trailer

<div
style={{
display: "flex",
justifyContent: "center",
width: "100%",
}}
>
<ReactPlayer
controls
url="https://www.youtube.com/watch?v=vPHEtewFm3M"
width="100%"
height="min(50vw, 500px)"
style={{
padding: "25px",
}}
/>
</div>

### Checkout past Twitch Streams

#### Mojiwa
<div
style={{
display: "flex",
justifyContent: "center",
width: "100%",
}}
>
<ReactPlayer
controls
url="https://www.youtube.com/watch?v=KRX-y6zcGj4"
width="100%"
height="min(50vw, 500px)"
style={{
padding: "25px",
}}
/>
</div>

#### NatureOfGaming
<div
style={{
display: "flex",
justifyContent: "center",
width: "100%",
}}
>
<ReactPlayer
controls
url="https://www.twitch.tv/videos/1871120871"
width="100%"
height="min(50vw, 500px)"
style={{
padding: "25px",
}}
/>
</div>