From 1f3897bdbbb18b272dc75d19d153bffcb589d717 Mon Sep 17 00:00:00 2001 From: Ori Pomerantz Date: Thu, 14 Dec 2023 16:06:33 -0600 Subject: [PATCH] docs(templates): add svelte and pwa (#2066) --- docs/pages/templates/_meta.js | 9 +++++++-- docs/pages/templates/disclaimer.mdx | 1 + docs/pages/templates/godot.mdx | 4 +++- docs/pages/templates/pwa.mdx | 8 ++++++++ docs/pages/templates/svelte.mdx | 9 +++++++++ docs/pages/templates/swift.mdx | 4 +++- docs/pages/templates/unity.mdx | 4 +++- 7 files changed, 34 insertions(+), 5 deletions(-) create mode 100644 docs/pages/templates/disclaimer.mdx create mode 100644 docs/pages/templates/pwa.mdx create mode 100644 docs/pages/templates/svelte.mdx diff --git a/docs/pages/templates/_meta.js b/docs/pages/templates/_meta.js index f19aaeb596..f5210fe5ae 100644 --- a/docs/pages/templates/_meta.js +++ b/docs/pages/templates/_meta.js @@ -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" + }, }; diff --git a/docs/pages/templates/disclaimer.mdx b/docs/pages/templates/disclaimer.mdx new file mode 100644 index 0000000000..9a11e2330a --- /dev/null +++ b/docs/pages/templates/disclaimer.mdx @@ -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. diff --git a/docs/pages/templates/godot.mdx b/docs/pages/templates/godot.mdx index 3d782e733f..ea5056e8a4 100644 --- a/docs/pages/templates/godot.mdx +++ b/docs/pages/templates/godot.mdx @@ -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. + diff --git a/docs/pages/templates/pwa.mdx b/docs/pages/templates/pwa.mdx new file mode 100644 index 0000000000..54e3fdc3be --- /dev/null +++ b/docs/pages/templates/pwa.mdx @@ -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). + + diff --git a/docs/pages/templates/svelte.mdx b/docs/pages/templates/svelte.mdx new file mode 100644 index 0000000000..b5c3cf1d97 --- /dev/null +++ b/docs/pages/templates/svelte.mdx @@ -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). + + diff --git a/docs/pages/templates/swift.mdx b/docs/pages/templates/swift.mdx index 4e0469c494..f235e5e01a 100644 --- a/docs/pages/templates/swift.mdx +++ b/docs/pages/templates/swift.mdx @@ -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. + diff --git a/docs/pages/templates/unity.mdx b/docs/pages/templates/unity.mdx index 7cde7e609e..3c1e165209 100644 --- a/docs/pages/templates/unity.mdx +++ b/docs/pages/templates/unity.mdx @@ -1,3 +1,5 @@ +import Disclaimer from "./disclaimer.mdx"; + # Unity [Unity](https://unity.com/) is a commercial game engine. @@ -16,4 +18,4 @@ Watch this tutorial to learn more: allowfullscreen > -Disclaimer: We appreciate the team that created this integration, but as we did not verify them ourselves, we cannot guarantee its functionality or security. +