From 6b7aa23c1c2c5a50ab063d321dbee652244b7791 Mon Sep 17 00:00:00 2001
From: cullen roberts <71299637+asxrow66@users.noreply.github.com>
Date: Wed, 1 Jan 2025 20:37:35 -0500
Subject: [PATCH] more updates
---
content/docs/Guides/__navigation.mdx | 12 ++++++++----
content/docs/index.mdx | 2 +-
content/docs/miscellaneous/launchers.mdx | 6 +++---
next.config.mjs | 2 +-
4 files changed, 13 insertions(+), 9 deletions(-)
diff --git a/content/docs/Guides/__navigation.mdx b/content/docs/Guides/__navigation.mdx
index ac81718..81bfd9a 100644
--- a/content/docs/Guides/__navigation.mdx
+++ b/content/docs/Guides/__navigation.mdx
@@ -185,21 +185,25 @@ The `Launch Registry Editor` button allows you to change keys on your Windows co
`Clean Up Miscellaneous Caches`, this cleans up and deletes caches made by Epic Games and its dependencies.
+`Manually Synchronise Cloud Saves`, if your Epic cloud saves did not automatically save or restore, use this to sync your saves.
+
### Updates
-`Automatically check for app updates`, when turned on, this will let Mythic automatically check when updates are available for download.
+`Automatically check for Mythic updates`, when turned on, this will let Mythic automatically check when updates are available for download.
+
+`Automatically download Mythic updates`, when turned on, this will let Mythic automatically download the most recent version of Mythic available.
-`Automatically download app updates`, when turned on, this will let Mythic automatically download the most recent version of Mythic available.
+`Automatically check for Mythic Engine updates`, when turned on, this will let Mythic automatically check for the most recent version of the Mythic Engine that's available.
## Support
-This displays 2 ways you can get support with Mythic, Discord and Patreon.
+This displays 2 ways you can get support with Mythic. These are Discord and Ko-Fi, which you can find help with Mythic.
## Accounts
-This shows the Epic Games and Steam (when released) accounts connected to Mythic
+This shows the Epic Games and Steam (when released) accounts connected to Mythic.
It shows the account name connected to the Epic and/or Steam account and then on
diff --git a/content/docs/index.mdx b/content/docs/index.mdx
index 1e241ba..7152f8c 100644
--- a/content/docs/index.mdx
+++ b/content/docs/index.mdx
@@ -18,4 +18,4 @@ Mythic is a streamlined version of these apps and does the rest for you, all you
If you're not sure what to do, go to the [Discord](https://discord.gg/GwHgX3QWK3) or read the rest of the docs.
-***Not all games showcased in libraries and other locations may not all be supported, check the support of games [here](/gamesupport.mdx)***
+***Not all games showcased in libraries and other locations may not all be supported, check the support of games [here](https://docs.getmythic.app/docs/gamesupport)***
diff --git a/content/docs/miscellaneous/launchers.mdx b/content/docs/miscellaneous/launchers.mdx
index 6f42c2d..ce260da 100644
--- a/content/docs/miscellaneous/launchers.mdx
+++ b/content/docs/miscellaneous/launchers.mdx
@@ -90,11 +90,11 @@ Navigate back to the Local import menu.
Fill in the game name, I will name this `Steam` for this guide, and then choose the
native platform, `Windows`.
-I will then choose the directory Steam is located in, if you stuck with the default, press `Browse` and then press `Command + Shift + G` on your keyboard and type in the following path, `(Your User)/Library/Containers/Mythic/Bottles/(Your Bottle Name)/drive_c/Program Files (x86)/Steam` and then press `Open` and then once you're finished customizing the import attributes, press `Done`
+I will then choose the directory Steam is located in, if you stuck with the default, press `Browse` and then press `Command + Shift + G` on your keyboard and type in the following path, `/Users/[your name]/Library/Containers/xyz.blackxfiied.Mythic/Containers/Default/drive_c/Program Files (x86)/Steam` and then press `Open` and then once you're finished customizing the import attributes, press `Done`
**`Your User` = your computer user name**
-**`Your Bottle Name` = the name of your container**
+**`Your Container Name` = the name of your container**
## Opening Steam
@@ -121,7 +121,7 @@ For the game's directory, click `Browse` and it should have saved where we were
**`Your User` = your computer user name**
-**`Your Bottle Name` = the name of your container**
+**`Your Container Name` = the name of your container**
**`Your Game's EXE file` = the actual game `exe` (`SlapshotRebound.exe`)**
diff --git a/next.config.mjs b/next.config.mjs
index 0efb007..7df80eb 100644
--- a/next.config.mjs
+++ b/next.config.mjs
@@ -11,4 +11,4 @@ const config = {
reactStrictMode: true,
};
-export default withMDX(config);
+export default withMDX(config);
\ No newline at end of file