-
Notifications
You must be signed in to change notification settings - Fork 196
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(templates): add svelte and pwa (#2066)
- Loading branch information
Showing
7 changed files
with
34 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
}, | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters