From 663d7cd34f5840904260840fe38da2908cc2aabd Mon Sep 17 00:00:00 2001 From: DevinLeamy Date: Thu, 17 Aug 2023 10:31:23 -0400 Subject: [PATCH 1/3] FAQ about invite codes --- docs/src/pages/faq.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/src/pages/faq.md b/docs/src/pages/faq.md index 9c60012827..b6b6db5240 100644 --- a/docs/src/pages/faq.md +++ b/docs/src/pages/faq.md @@ -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 From 181d179004d386a4af85d91ae5e1154fc8e2db45 Mon Sep 17 00:00:00 2001 From: DevinLeamy Date: Thu, 17 Aug 2023 10:56:59 -0400 Subject: [PATCH 2/3] Added gameplay to docs --- docs/docusaurus.config.js | 9 +++++ docs/src/pages/gameplay.mdx | 69 +++++++++++++++++++++++++++++++++++++ 2 files changed, 78 insertions(+) create mode 100644 docs/src/pages/gameplay.mdx diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 35497c6934..3922a3fc2b 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -65,6 +65,11 @@ const config = { position: "left", label: "F.A.Q.", }, + { + href: "/gameplay", + position: "left", + label: "Gameplay", + }, { href: "https://github.com/ill-inc/biomes-game", label: "GitHub", @@ -96,6 +101,10 @@ const config = { label: "F.A.Q.", to: "/faq", }, + { + label: "Gameplay", + to: "/gameplay", + }, ], }, { diff --git a/docs/src/pages/gameplay.mdx b/docs/src/pages/gameplay.mdx new file mode 100644 index 0000000000..b7fd4aaf97 --- /dev/null +++ b/docs/src/pages/gameplay.mdx @@ -0,0 +1,69 @@ +--- +sidebar_position: 2 +--- + +import ReactPlayer from "react-player"; + +# Gameplay + +### Watch the Trailer + +
+ +
+ +### Checkout past Twitch Streams + +#### Mojiwa +
+ +
+ +#### NatureOfGaming + + +
+ +
From b133be8b2701f914667dab44ff2398fb5754f19f Mon Sep 17 00:00:00 2001 From: DevinLeamy Date: Thu, 17 Aug 2023 10:58:29 -0400 Subject: [PATCH 3/3] spacing --- docs/src/pages/gameplay.mdx | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/src/pages/gameplay.mdx b/docs/src/pages/gameplay.mdx index b7fd4aaf97..13788003d5 100644 --- a/docs/src/pages/gameplay.mdx +++ b/docs/src/pages/gameplay.mdx @@ -48,8 +48,6 @@ import ReactPlayer from "react-player"; #### NatureOfGaming - -