diff --git a/docs/getting-started/installation.md b/docs/getting-started/installation.md index f84032e0..0ee3399b 100644 --- a/docs/getting-started/installation.md +++ b/docs/getting-started/installation.md @@ -127,7 +127,7 @@ You can find your network driver online by searching for your device/motherboard 1. Type in your noted-down drive letter, including the colon, and then **without a space**, type `\sources\setup.exe` after it. [**Example:** `H:\sources\setup.exe`](../assets/images/win-setup-run-dialog.webp) 1. Press ++enter++ on the Run dialog, and accept the User Account Control prompt - - The message ["Make sure BitLocker Drive Encryption is suspended"](../assets/images/bitlocker-error-setup.jpg) could appear from the Windows Setup when you press ++enter++. Refer to our [BitLocker decrypting instructions](../general-faq/decryptying-using-bitlocker.md) to resolve this, and then attempt this again + - The message ["Make sure BitLocker Drive Encryption is suspended"](../assets/images/bitlocker-error-setup.jpg) could appear from the Windows Setup when you press ++enter++. Refer to our [BitLocker decrypting instructions](../install-faq/decrypting-using-bitlocker.md) to resolve this, and then attempt this again 1. Select **No thanks** when prompted for updates and uncheck the box for **I want to help make the Windows installation better** @@ -135,7 +135,7 @@ You can find your network driver online by searching for your device/motherboard 1. Choose your edition of Windows - - For Atlas, we strongly recommend and officially support Windows Pro, with **Windows Home not being officially supported.** See our page on [Windows Editions](../general-faq/windows-editions.md) for more information + - For Atlas, we strongly recommend and officially support Windows Pro, with **Windows Home not being officially supported.** See our page on [Windows Editions](../install-faq/windows-editions.md) for more information 1. Accept the license agreement and click **Custom: Install Windows only (advanced)** @@ -198,7 +198,7 @@ You can find your network driver online by searching for your device/motherboard 1. Follow [Microsoft's guide](https://support.microsoft.com/en-us/windows/reinstall-windows-d8369486-3e33-7d9c-dccc-859e2b022fc7#ID0EDBBBBBBBDBD) for a clean installation from step 4 (clicking **Install now**) - - For Atlas, we strongly recommend and officially support Windows Pro, with **Windows Home not being officially supported.** See our page on [Windows Editions](../general-faq/windows-editions.md) for more information + - For Atlas, we strongly recommend and officially support Windows Pro, with **Windows Home not being officially supported.** See our page on [Windows Editions](../install-faq/windows-editions.md) for more information ### :material-cog: Initial setup (OOBE) diff --git a/docs/general-faq/atlas-iso-files.md b/docs/install-faq/atlas-iso-files.md similarity index 100% rename from docs/general-faq/atlas-iso-files.md rename to docs/install-faq/atlas-iso-files.md diff --git a/docs/general-faq/decryptying-using-bitlocker.md b/docs/install-faq/decrypting-using-bitlocker.md similarity index 100% rename from docs/general-faq/decryptying-using-bitlocker.md rename to docs/install-faq/decrypting-using-bitlocker.md diff --git a/docs/general-faq/windows-editions.md b/docs/install-faq/windows-editions.md similarity index 100% rename from docs/general-faq/windows-editions.md rename to docs/install-faq/windows-editions.md diff --git a/mkdocs.insiders.yml b/mkdocs.insiders.yml index 26d88e88..1a5c2521 100644 --- a/mkdocs.insiders.yml +++ b/mkdocs.insiders.yml @@ -64,17 +64,17 @@ plugins: 'faq-and-troubleshooting/ame-wizard-errors/atlas-playbook-stuck.md': 'install-faq/ame-wizard-errors/atlas-playbook-stuck.md' 'faq-and-troubleshooting/ame-wizard-errors/build-not-supported.md': 'install-faq/ame-wizard-errors/build-not-supported.md' 'faq-and-troubleshooting/ame-wizard-errors/cant-disable-defender.md': 'install-faq/ame-wizard-errors/cant-disable-defender.md' + 'faq-and-troubleshooting/common-questions/decryptying-using-bitlocker.md': 'install-faq/decrypting-using-bitlocker.md' + 'faq-and-troubleshooting/common-questions/windows-editions.md': 'install-faq/windows-editions.md' + 'faq-and-troubleshooting/common-questions/atlas-iso-files.md': 'install-faq/atlas-iso-files.md' 'faq-and-troubleshooting/common-questions/atlas-and-security.md': 'general-faq/atlas-and-security.md' 'faq-and-troubleshooting/common-questions/updating-atlas.md': 'general-faq/updating-atlas.md' - 'faq-and-troubleshooting/common-questions/atlas-iso-files.md': 'general-faq/atlas-iso-files.md' 'faq-and-troubleshooting/common-questions/atlas-folder-missing.md': 'general-faq/atlas-folder-missing.md' 'faq-and-troubleshooting/common-questions/atlas-folder-scripts.md': 'general-faq/atlas-folder-scripts.md' - 'faq-and-troubleshooting/common-questions/windows-editions.md': 'general-faq/windows-editions.md' 'faq-and-troubleshooting/common-questions/windows-update-errors.md': 'general-faq/windows-update-errors.md' 'faq-and-troubleshooting/common-questions/testing-nightly-builds.md': 'general-faq/testing-nightly-builds.md' 'faq-and-troubleshooting/common-questions/acrobat-not-installing.md': 'general-faq/acrobat-not-installing.md' 'faq-and-troubleshooting/common-questions/bluetooth-compatibility.md': 'general-faq/bluetooth-compatibility.md' - 'faq-and-troubleshooting/common-questions/decryptying-using-bitlocker.md': 'general-faq/decryptying-using-bitlocker.md' 'faq-and-troubleshooting/common-questions/itunes-compatibility.md': 'general-faq/itunes-compatibility.md' 'faq-and-troubleshooting/common-questions/media-pack-not-found.md': 'general-faq/media-pack-not-found.md' 'faq-and-troubleshooting/common-questions/microsoft-store.md': 'general-faq/microsoft-store.md' diff --git a/mkdocs.yml b/mkdocs.yml index 35056848..0149cb73 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -60,6 +60,9 @@ nav: - What's removed?: install-faq/removed-features.md # discord_bot_names: ['removed-features', 'deleted-features', 'whats-stripped'] - Who is Atlas for?: install-faq/who-is-atlas-for.md + - Atlas ISO files: install-faq/atlas-iso-files.md + - Windows Editions: install-faq/windows-editions.md + - Decrypting using BitLocker: install-faq/decrypting-using-bitlocker.md - Reverting Atlas: getting-started/reverting-atlas.md # discord_friendly_name: ['revert', 'uninstall-atlas'] - AME Wizard Errors: @@ -71,15 +74,12 @@ nav: - General FAQ: - Atlas and Security: general-faq/atlas-and-security.md - Updating Atlas: general-faq/updating-atlas.md - - Atlas ISO files: general-faq/atlas-iso-files.md - Atlas Folder Missing: general-faq/atlas-folder-missing.md - Atlas Folder Scripts: general-faq/atlas-folder-scripts.md - - Windows Editions: general-faq/windows-editions.md - Windows Update Errors: general-faq/windows-update-errors.md - Testing Nightly Builds: general-faq/testing-nightly-builds.md - Acrobat not installing: general-faq/acrobat-not-installing.md - Bluetooth Compatibility: general-faq/bluetooth-compatibility.md - - Decrypting using BitLocker: general-faq/decryptying-using-bitlocker.md - iTunes Compatibility: general-faq/itunes-compatibility.md - Installing the Media Pack: general-faq/media-pack-not-found.md - Microsoft Store: general-faq/microsoft-store.md