From 6392cbf93fa954ac99eea3162fc392f6363699c7 Mon Sep 17 00:00:00 2001 From: rad <80015713+RadNotRed@users.noreply.github.com> Date: Fri, 28 Mar 2025 18:54:22 -0400 Subject: [PATCH 1/2] feat: add FAQ entry on supported Windows versions for Atlas --- .../what-can-atlas-be-applied-on.md | 21 +++++++++++++++++++ mkdocs.insiders.yml | 1 + mkdocs.yml | 1 + 3 files changed, 23 insertions(+) create mode 100644 docs/general-faq/what-can-atlas-be-applied-on.md diff --git a/docs/general-faq/what-can-atlas-be-applied-on.md b/docs/general-faq/what-can-atlas-be-applied-on.md new file mode 100644 index 00000000..0b4c46ae --- /dev/null +++ b/docs/general-faq/what-can-atlas-be-applied-on.md @@ -0,0 +1,21 @@ +--- +description: Can Atlas be applied on your Windows version? +icon: material/help +--- + +# :material-help: Can I apply Atlas on my system? + +Atlas is designed to work on specific, stable Windows builds to ensure a reliable experience. Currently, Atlas can be applied on the following stable versions: + +- **Windows 11 (24H2)** +- **Windows 10 (22H2)** +- **Windows 11 ARM (24H2)** + +!!! Warning "Unsupported Windows Versions" + Pre‑release channels are not supported. This includes: + • **Canary** + • **Dev** + • **Beta** + • **Release Preview** + +For the best results, please use one of the supported stable builds listed above. diff --git a/mkdocs.insiders.yml b/mkdocs.insiders.yml index 83b79bf0..423d509b 100644 --- a/mkdocs.insiders.yml +++ b/mkdocs.insiders.yml @@ -79,6 +79,7 @@ plugins: 'faq-and-troubleshooting/common-questions/roblox-not-opening.md': 'general-faq/roblox-not-opening.md' 'faq-and-troubleshooting/common-questions/fifa-and-eafc-not-launching.md': 'general-faq/fifa-and-eafc-not-launching.md' 'faq-and-troubleshooting/common-questions/verify-iso-integrity.md': 'general-faq/verify-iso-integrity.md' + 'faq-and-troubleshooting/common-questions/what-can-atlas-be-applied-on.md': general-faq/what-can-atlas-be-applied-on.md # 'Troubleshooting' moved to Atlas Configuration 'faq-and-troubleshooting/common-questions/atlas-folder-scripts.md': 'getting-started/post-installation/atlas-folder/troubleshooting.md' diff --git a/mkdocs.yml b/mkdocs.yml index ecf180fb..93371e86 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -88,6 +88,7 @@ nav: - FIFA/EAFC not launching: general-faq/fifa-and-eafc-not-launching.md - Shortcuts show up as .url files: general-faq/game-url-files.md - Verify ISO integrity: general-faq/verify-iso-integrity.md + - What can Atlas be applied on?: general-faq/what-can-atlas-be-applied-on.md - Development: - Contribution Guidelines: contributing/contribution-guidelines.md From 88bb7183958e193a9a5878918c452357cabb72c4 Mon Sep 17 00:00:00 2001 From: rad <80015713+RadNotRed@users.noreply.github.com> Date: Fri, 28 Mar 2025 18:57:12 -0400 Subject: [PATCH 2/2] chore: add quotes for consistency --- mkdocs.insiders.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs.insiders.yml b/mkdocs.insiders.yml index 423d509b..4c8c4208 100644 --- a/mkdocs.insiders.yml +++ b/mkdocs.insiders.yml @@ -79,7 +79,7 @@ plugins: 'faq-and-troubleshooting/common-questions/roblox-not-opening.md': 'general-faq/roblox-not-opening.md' 'faq-and-troubleshooting/common-questions/fifa-and-eafc-not-launching.md': 'general-faq/fifa-and-eafc-not-launching.md' 'faq-and-troubleshooting/common-questions/verify-iso-integrity.md': 'general-faq/verify-iso-integrity.md' - 'faq-and-troubleshooting/common-questions/what-can-atlas-be-applied-on.md': general-faq/what-can-atlas-be-applied-on.md + 'faq-and-troubleshooting/common-questions/what-can-atlas-be-applied-on.md': 'general-faq/what-can-atlas-be-applied-on.md' # 'Troubleshooting' moved to Atlas Configuration 'faq-and-troubleshooting/common-questions/atlas-folder-scripts.md': 'getting-started/post-installation/atlas-folder/troubleshooting.md'