Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions docs/branding.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,30 @@ We make all our brand assets available to the public in various formats and size

## Wallpapers

### Atlas v0.5

#### Rev 1

=== "v0.5 Rev 1.0"
![preview-wallpaper-v0.4-rev1.0](assets/brand/preview/wallpapers/v0.5/rev-1/preview-wallpaper-v0.5-rev1.0.png){ width=830 loading=lazy }

<div style="text-align: center;" class="grid" markdown>
[:material-download: PNG 4:3 (3072x2304)](https://gcore.jsdelivr.net/gh/Atlas-OS/branding@main/wallpapers/v0.5/rev-1/wallpaper-v0.5-rev1.0-4_3.png){ .card }
[:material-download: PNG 16:9 (3840x2160)](https://gcore.jsdelivr.net/gh/Atlas-OS/branding@main/wallpapers/v0.5/rev-1/wallpaper-v0.5-rev1.0-16_9.png){ .card }
[:material-download: PNG 16:10 (3840x2400)](https://gcore.jsdelivr.net/gh/Atlas-OS/branding@main/wallpapers/v0.5/rev-1/wallpaper-v0.5-rev1.0-16_10.png){ .card }
[:material-download: PNG 21:9 (5040x2160)](https://gcore.jsdelivr.net/gh/Atlas-OS/branding@main/wallpapers/v0.5/rev-1/wallpaper-v0.5-rev1.0-21_9.png){ .card }
</div>

=== "v0.5 Rev 1.1"
![preview-wallpaper-v0.4-rev1.0](assets/brand/preview/wallpapers/v0.5/rev-1/preview-wallpaper-v0.5-rev1.1.png){ width=830 loading=lazy }

<div style="text-align: center;" class="grid" markdown>
[:material-download: PNG 4:3 (3072x2304)](https://gcore.jsdelivr.net/gh/Atlas-OS/branding@main/wallpapers/v0.5/rev-1/wallpaper-v0.5-rev1.1-4_3.png){ .card }
[:material-download: PNG 16:9 (3840x2160)](https://gcore.jsdelivr.net/gh/Atlas-OS/branding@main/wallpapers/v0.5/rev-1/wallpaper-v0.5-rev1.1-16_9.png){ .card }
[:material-download: PNG 16:10 (3840x2400)](https://gcore.jsdelivr.net/gh/Atlas-OS/branding@main/wallpapers/v0.5/rev-1/wallpaper-v0.5-rev1.1-16_10.png){ .card }
[:material-download: PNG 21:9 (5040x2160)](https://gcore.jsdelivr.net/gh/Atlas-OS/branding@main/wallpapers/v0.5/rev-1/wallpaper-v0.5-rev1.1-21_9.png){ .card }
</div>

### Atlas v0.4

#### Rev 1
Expand Down
2 changes: 1 addition & 1 deletion docs/contributing/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ icon: material/book-edit

# :material-book-edit: Contributing to the Atlas documentation

This page will cover how to modify and locally view the Atlas documentation. If you plan to contribute, we recommend reading the [Contribution Guidelines](contribution-guidelines.md) first!
This page will cover how to modify and locally view the Atlas documentation. If you plan to contribute, we recommend reading the [Contribution Guidelines](index.md) first!

--8<-- "contribution-guidelines.md:gitNotice"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ For transparency with users, we keep issues that affect the current release open
## :octicons-git-pull-request-24: How to make changes

!!! tip "Unsure if people like your change?"
Consider proposing the change to people in the [:simple-discord: Discord](https://discord.gg/atlasos) or [:octicons-issue-opened-16: GitHub issues](https://github.com/Atlas-OS/Atlas/issues) first.
Consider proposing the change to people in the [:simple-discord: Discord](https://discord.com/invite/atlasos) or [:octicons-issue-opened-16: GitHub issues](https://github.com/Atlas-OS/Atlas/issues) first.

Regardless, remember that it's okay to make mistakes. People will give feedback in your pull requests anyway; don't worry about it too much.

Expand Down
2 changes: 1 addition & 1 deletion docs/contributing/playbook.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ icon: custom/atlas

# :custom-atlas: Contributing to the Atlas Playbook

This page will cover how to modify, test, and build Atlas. If you plan to contribute, we recommend reading the [Contribution Guidelines](contribution-guidelines.md) first!
This page will cover how to modify, test, and build Atlas. If you plan to contribute, we recommend reading the [Contribution Guidelines](index.md) first!

--8<-- "contribution-guidelines.md:gitNotice"

Expand Down
4 changes: 2 additions & 2 deletions docs/contributing/testing/reporting-issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ Please report to the [Atlas GitHub Issues](https://github.com/Atlas-OS/Atlas/iss

### If it's from a GitHub branch...

Ideally, report to the `📘 ┃ playbook` channel under our [Discord's 'Development' category](../../general-faq/testing-nightly-builds.md). Otherwise, report to the [Atlas GitHub Issues](https://github.com/Atlas-OS/Atlas/issues). Ensure that you follow the issue template.
Ideally, report to the `📘 ┃ playbook` channel under our [Discord's 'Development' category](https://discord.com/invite/atlasos). Otherwise, report to the [Atlas GitHub Issues](https://github.com/Atlas-OS/Atlas/issues). Ensure that you follow the issue template.

### If it's a [preview from our Discord](../../general-faq/testing-nightly-builds.md)...
### If it's a [preview from our Discord](https://discord.com/invite/atlasos)...

Report to the designated `🧪 ┃ issue-reporting` forum channel under the 'Development' category.
4 changes: 2 additions & 2 deletions docs/contributing/testing/what-to-test.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ icon: material/test-tube

This page covers what we recommend in general alpha or release candidate build testing. If you find any problems, please look at [the reporting issues page](reporting-issues.md).

If you still need to set up a virtual machine, see the [Playbook contributing page](../playbook.md) for instructions. However, feel free to test it on real hardware, especially if it's a [release candidate](../../general-faq/testing-nightly-builds.md)!
If you still need to set up a virtual machine, see the [Playbook contributing page](../playbook.md) for instructions. However, feel free to test it on real hardware, especially if it's a [release candidate](../../faq/index.md)!

!!! note "Ensure what you test works on stock Windows first"
To reduce the amount of false reports, please verify that any issues encountered on Atlas do not happen in the same environment and configuration on unmodified Windows.
Expand Down Expand Up @@ -47,7 +47,7 @@ As Atlas supports Windows Update, consider testing the following that all make u
Consider testing local network features such as:

- Windows file sharing
- Enable with the [Atlas script](../../getting-started/post-installation/atlas-folder/general-configuration.md#file-sharing) first
- Enable with the [Atlas script](../../post-install/atlas-folder/configuration.md#file-sharing) first
- Ensure that it works on stock Windows
- Screencasting
- Remote Desktop
Expand Down
2 changes: 1 addition & 1 deletion docs/contributing/toolbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ icon: material/toolbox

# :material-toolbox: Contributing to the Atlas Toolbox

This page will cover how to modify, test, and build Atlas. If you plan to contribute, we recommend reading the [Contribution Guidelines](contribution-guidelines.md) first!
This page will cover how to modify, test, and build Atlas. If you plan to contribute, we recommend reading the [Contribution Guidelines](index.md) first!

We presume you've already cloned the [`Atlas-OS/atlas-toolbox`](https://github.com/Atlas-OS/atlas-toolbox) repository.

Expand Down
6 changes: 6 additions & 0 deletions docs/faq/ame.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
description: AME Beta / AME Wizard related FAQs
icon: custom/ame
---

# :custom-ame: AME Wizard FAQs
19 changes: 19 additions & 0 deletions docs/faq/general.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
description:
icon: material/list-box
---

# :material-list-box: General FAQs

## Keeping AtlasOS Up-to-Date

Keeping your AtlasOS installation current ensures you benefit from the latest features, security updates, and compatibility improvements. How you update depends on the version you're currently running. You can find out which version you have by following the steps in the [Checking Your AtlasOS Version guide](./checking-atlas-version.md).

Check the table below to see the update options available for your version:

| | Windows Update | Updating Atlas | Support from the Atlas team |
| -------------- | ------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------- | ----------------------------------- |
| v0.3.x | :material-close-octagon: Can't upgrade to v0.5.0 | :material-close-octagon: No support | :material-close-octagon: No support |
| v0.4.0 | :material-close-octagon: Can't upgrade to v0.5.0 | :material-close-octagon: No support | :material-close-octagon: No support |
| v0.4.1 (W11 24H2)| :material-check-all: Can directly upgrade to v0.5.0 | :material-check: Fully supported | :material-check-all: Supported |
| v0.5.0 (24H2 & 25H2)| :material-check-all: Will be able to upgrade to future AtlasOS versions | :material-check: Will be supported in the future | :material-check-all: Supported |
6 changes: 6 additions & 0 deletions docs/faq/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
description: FAQ Page
icon: material/frequently-asked-questions
---

# :material-frequently-asked-questions: Frequently Asked Questions
6 changes: 6 additions & 0 deletions docs/faq/install.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
description:
icon: material/download-network
---

# :material-download-network: Install FAQs
6 changes: 6 additions & 0 deletions docs/faq/post-install.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
description:
icon: material/download
---

# :material-list-box: Post Install FAQs
36 changes: 0 additions & 36 deletions docs/general-faq/atlas-and-security.md

This file was deleted.

18 changes: 0 additions & 18 deletions docs/general-faq/atlas-folder-missing.md

This file was deleted.

21 changes: 0 additions & 21 deletions docs/general-faq/bluetooth-compatibility.md

This file was deleted.

40 changes: 0 additions & 40 deletions docs/general-faq/checking-atlas-version.md

This file was deleted.

67 changes: 0 additions & 67 deletions docs/general-faq/enabling-tpm.md

This file was deleted.

10 changes: 0 additions & 10 deletions docs/general-faq/fifa-and-eafc-not-launching.md

This file was deleted.

Loading