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..4c8c4208 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