forked from latticexyz/mud
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(*): move other common texts into components/common-text (lattice…
…xyz#2572) Co-authored-by: Kevin Ingersoll <kingersoll@gmail.com>
- Loading branch information
Showing
13 changed files
with
16 additions
and
22 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes
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 |
---|---|---|
|
@@ -5,7 +5,4 @@ export default { | |
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 |
---|---|---|
@@ -1,9 +1,9 @@ | ||
import Disclaimer from "./disclaimer.mdx"; | ||
import TemplateDisclaimer from "../../components/common-text/TemplateDisclaimer.mdx"; | ||
|
||
# Godot | ||
|
||
[Godot](https://docs.godotengine.org/en/stable/) is a free open-source game engine. | ||
[You can see the source code here](https://github.com/Digital-Avatars-and-Robotics/MUDxGodot). | ||
If you have any questions, you can [open an issue in the repository](https://github.com/Digital-Avatars-and-Robotics/MUDxGodot/issues). | ||
|
||
<Disclaimer /> | ||
<TemplateDisclaimer /> |
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,8 +1,8 @@ | ||
import Disclaimer from "./disclaimer.mdx"; | ||
import TemplateDisclaimer from "../../components/common-text/TemplateDisclaimer.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 /> | ||
<TemplateDisclaimer /> |
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,9 +1,9 @@ | ||
import Disclaimer from "./disclaimer.mdx"; | ||
import TemplateDisclaimer from "../../components/common-text/TemplateDisclaimer.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 /> | ||
<TemplateDisclaimer /> |
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,9 +1,9 @@ | ||
import Disclaimer from "./disclaimer.mdx"; | ||
import TemplateDisclaimer from "../../components/common-text/TemplateDisclaimer.mdx"; | ||
|
||
# Swift | ||
|
||
[Swift](https://developer.apple.com/swift/) is a programming language used mainly on Apple platforms (MacOS and iOS). | ||
[See here for the Swift integration source code](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 /> | ||
<TemplateDisclaimer /> |
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,8 +1,8 @@ | ||
import Disclaimer from "../disclaimer.mdx"; | ||
import TemplateDisclaimer from "../../../components/common-text/TemplateDisclaimer.mdx"; | ||
|
||
# Vue | ||
|
||
[Vue](https://vuejs.org/) is a framework for building web user interfaces. | ||
[You can see the MUD integration here](https://github.com/LidamaoHub/MUD-Template-VUE/tree/master). | ||
|
||
<Disclaimer /> | ||
<TemplateDisclaimer /> |
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
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
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
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