Skip to content

Overhaul part 1 #228

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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
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
12 changes: 0 additions & 12 deletions src/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@ export default {
text: 'FAQ',
link: '/docs/faq',
},
{
text: 'Terminology',
link: '/docs/terminology',
},
{
text: 'Firmware',
link: '/docs/firmware/',
Expand Down Expand Up @@ -121,10 +117,6 @@ export default {
text: 'Flashing Manually',
link: '/docs/firmware/manually-flashing',
},
{
text: 'Installing Ventoy With chromeOS',
link: '/docs/firmware/ventoy'
}
]
},
{
Expand All @@ -136,10 +128,6 @@ export default {
text: 'Known Issues',
link: '/docs/installing/known-issues',
},
{
text: 'Creating a Bootable USB',
link: '/docs/installing/bootableusb',
},
{
text: 'Installing Windows',
link: '/docs/installing/installing-windows'
Expand Down
4 changes: 0 additions & 4 deletions src/docs/firmware/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ Do not continue if your device is currently owned or enrolled by a organization,
Only x86_64 devices are currently supported.
:::

::: tip
If you only have one device, please be sure to [set up a USB with your OS to install](ventoy.md) before flashing.
:::

## Asking for help properly

If you are facing a issue, please read the [FAQ](../faq.md) first.
Expand Down
63 changes: 0 additions & 63 deletions src/docs/firmware/ventoy.md

This file was deleted.

65 changes: 0 additions & 65 deletions src/docs/installing/bootableusb.md

This file was deleted.

4 changes: 0 additions & 4 deletions src/docs/installing/installing-windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ Do not use Windows 8 or older. Only recent Windows 10 and 11 builds are supporte
Do not use unofficial versions of Windows, such as Ghost Specter or tiny10/11. **They are not supported** and may contain **undetectable malware** and/or security vulnerabilities.
:::

::: tip
If you want to create a Windows installer from ChromeOS, see the [Installing Ventoy](../firmware/ventoy.md) page.
:::

1. Get a USB containing a Windows image. Ventoy, Rufus, and the official Windows media creation tool are the only methods that can be used to create a Windows USB.

2. Bypassing Windows 11 installation checks:
Expand Down
Loading