Skip to content

feat: add FAQ entry on supported Windows versions for Atlas #259

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions docs/general-faq/what-can-atlas-be-applied-on.md
Original file line number Diff line number Diff line change
@@ -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.
1 change: 1 addition & 0 deletions mkdocs.insiders.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down