Skip to content

Commit

Permalink
docs(templates): add svelte and pwa (#2066)
Browse files Browse the repository at this point in the history
  • Loading branch information
qbzzt authored Dec 14, 2023
1 parent 49d4a18 commit 1f3897b
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 5 deletions.
9 changes: 7 additions & 2 deletions docs/pages/templates/_meta.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
export default {
introduction: "Introduction",
typescript: "TypeScript",
unity: "Unity",
godot: "Godot",
swift: "Swift"
pwa: "Progressive Web App (for mobile)",
swift: "Swift",
svelte: "Svelte",
unity: "Unity",
disclaimer: {
"display": "hidden"
},
};
1 change: 1 addition & 0 deletions docs/pages/templates/disclaimer.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
**Disclaimer:** We appreciate the people who created this integration, but as we did not verify it ourselves, we cannot guarantee its functionality or security.
4 changes: 3 additions & 1 deletion docs/pages/templates/godot.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import Disclaimer from "./disclaimer.mdx";

# Godot

[Godot](https://docs.godotengine.org/en/stable/) is a free open source game engine.
[The integration is here](https://github.com/Digital-Avatars-and-Robotics/MUDxGodot).
If you have any question, you can [open an issue in the repository](https://github.com/Digital-Avatars-and-Robotics/MUDxGodot/issues).

Disclaimer: We appreciate the team that created this integration, but as we did not verify them ourselves, we cannot guarantee its functionality or security.
<Disclaimer />
8 changes: 8 additions & 0 deletions docs/pages/templates/pwa.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import Disclaimer from "./disclaimer.mdx";

# Progressive web app (PWA) mobile client

Small Brain Games built a [PWA mobile client integration](https://github.com/smallbraingames/onchain-pwa-starter).
If you have any questions, you can ask them [as issues in github](https://github.com/smallbraingames/onchain-pwa-starter/issues).

<Disclaimer />
9 changes: 9 additions & 0 deletions docs/pages/templates/svelte.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import Disclaimer from "./disclaimer.mdx";

# Svelte

[Svelte](https://svelte.dev/) is an open source web application framework.
0xMugen built a [Svelte/MUD integration](https://github.com/0xMugen/Mud-Svelte-template).
If you have any questions, you can ask them [as issues in github](https://github.com/0xMugen/Mud-Svelte-template/issues).

<Disclaimer />
4 changes: 3 additions & 1 deletion docs/pages/templates/swift.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import Disclaimer from "./disclaimer.mdx";

# Swift

[Swift](https://developer.apple.com/swift/) is a programming language used mainly on Apple platforms (MacOS and iOS).
[The integration is here](https://github.com/Geo-Web-Project/mud-world-base).
If you have any questions, you can ask them [in the Geo Web Discord](https://discord.com/invite/reXgPru7ck).

Disclaimer: We appreciate the team that created this integration, but as we did not verify them ourselves, we cannot guarantee its functionality or security.
<Disclaimer />
4 changes: 3 additions & 1 deletion docs/pages/templates/unity.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import Disclaimer from "./disclaimer.mdx";

# Unity

[Unity](https://unity.com/) is a commercial game engine.
Expand All @@ -16,4 +18,4 @@ Watch this tutorial to learn more:
allowfullscreen
></iframe>

Disclaimer: We appreciate the team that created this integration, but as we did not verify them ourselves, we cannot guarantee its functionality or security.
<Disclaimer />

0 comments on commit 1f3897b

Please sign in to comment.