Reorganize content and prepare for translation

This commit is contained in:
2025-09-16 12:17:06 +07:00
parent 0996de0907
commit cbeaba5419
43 changed files with 245 additions and 347 deletions
@@ -17,6 +17,9 @@ import welcome from "@/assets/imgs/Fedora/AfterInstall/WelcomeCropped.png";
Confirm your language selection and simply click "Next".
<ChoiceList>
<a href="/en/distro/fedora/workstation/afterinstall/7/" class="button">
I can read this myself! Skip.
</a>
<a href="/en/distro/fedora/workstation/afterinstall/1/" class="button">
Continue
</a>
@@ -1,9 +1,9 @@
---
title: Keyboard Layout
continueTo: distro/fedora/workstation/afterinstall/2/
---
import { Picture } from "astro:assets";
import ChoiceList from "@/components/ChoiceList.astro";
import keyboard from "@/assets/imgs/Fedora/AfterInstall/TypingCropped.png";
<Picture
@@ -17,9 +17,3 @@ import keyboard from "@/assets/imgs/Fedora/AfterInstall/TypingCropped.png";
Select your preferred keyboard layout and click "Next".
(Don't worry bilinguals, You'll be able to add another keyboard layout later!)
<ChoiceList>
<a href="/en/distro/fedora/workstation/afterinstall/2/" class="button">
Continue
</a>
</ChoiceList>
@@ -1,9 +1,9 @@
---
title: Privacy
continueTo: distro/fedora/workstation/afterinstall/3/
---
import { Picture } from "astro:assets";
import ChoiceList from "@/components/ChoiceList.astro";
import welcome from "@/assets/imgs/Fedora/AfterInstall/PrivacyCropped.png";
<div class="flex justify-center">
@@ -20,9 +20,3 @@ Check whether you want location services and automatic problem reporting.
You can disable the location service if you do not plan to use any apps
that rely on your location such as Maps.
<ChoiceList>
<a href="/en/distro/fedora/workstation/afterinstall/3/" class="button">
Continue
</a>
</ChoiceList>
@@ -1,9 +1,9 @@
---
title: On the topic of time
continueTo: distro/fedora/workstation/afterinstall/4/
---
import { Picture } from "astro:assets";
import ChoiceList from "@/components/ChoiceList.astro";
import timeZone from "@/assets/imgs/Fedora/AfterInstall/TimeZoneCropped.png";
<Picture
@@ -15,9 +15,3 @@ import timeZone from "@/assets/imgs/Fedora/AfterInstall/TimeZoneCropped.png";
/>
Search for your city (or the one near you) to select the time zone.
<ChoiceList>
<a href="/en/distro/fedora/workstation/afterinstall/4/" class="button">
Continue
</a>
</ChoiceList>
@@ -1,5 +1,6 @@
---
title: Parties!
continueTo: distro/fedora/workstation/afterinstall/5/
---
import { Picture } from "astro:assets";
@@ -20,9 +21,3 @@ repositories</span>
It is recommended that you enable it to ensure access to a wide-variety of
software and any drivers that you may need now or in the future.
<ChoiceList>
<a href="/en/distro/fedora/workstation/afterinstall/5/" class="button">
Continue
</a>
</ChoiceList>
@@ -1,9 +1,9 @@
---
title: What is thy name?
continueTo: distro/fedora/workstation/afterinstall/6/
---
import { Picture } from "astro:assets";
import ChoiceList from "@/components/ChoiceList.astro";
import image from "@/assets/imgs/Fedora/AfterInstall/UsernameCropped.png";
<div class="flex justify-center">
@@ -21,9 +21,3 @@ fancy and username mostly just contains <span
class="border-b border-dotted"
title="a.k.a numbers and English alphabets">alphanumeric</span> characters
under 64 characters in length.
<ChoiceList>
<a href="/en/distro/fedora/workstation/afterinstall/6/" class="button">
Continue
</a>
</ChoiceList>
@@ -1,5 +1,6 @@
---
title: "********"
continueTo: distro/fedora/workstation/afterinstall/7/
---
import { Picture } from "astro:assets";
@@ -19,9 +20,3 @@ import image from "@/assets/imgs/Fedora/AfterInstall/PasswordCropped.png";
Set a new password for your new user account. Just use whatever but most
importantly, **Don't forget them.** (Write it down in a note somewhere if you
must)
<ChoiceList>
<a href="/en/distro/fedora/workstation/afterinstall/7/" class="button">
Continue
</a>
</ChoiceList>
@@ -1,10 +1,10 @@
---
title: Hooray
continueTo: distro/fedora/workstation/afterinstall/8/
---
import { Picture } from "astro:assets";
import Party from "@/components/Party.astro";
import ChoiceList from "@/components/ChoiceList.astro";
import image from "@/assets/imgs/Fedora/AfterInstall/OnboardDoneCropped.png";
<div class="flex justify-center">
@@ -18,9 +18,3 @@ import image from "@/assets/imgs/Fedora/AfterInstall/OnboardDoneCropped.png";
</div>
<Party />
<ChoiceList>
<a href="/en/distro/fedora/workstation/afterinstall/8/" class="button">
Continue
</a>
</ChoiceList>
@@ -1,5 +1,5 @@
---
title: Hooray
title: Take a tour
---
import { Picture } from "astro:assets";
@@ -1,9 +1,9 @@
---
title: Installation
description: The steps of installing Fedora Linux
continueTo: distro/fedora/workstation/install/1/
---
import ChoiceList from "@/components/ChoiceList.astro";
import QRCode from "@/components/QRCode.astro";
The steps after this will require you to restart the machine you're going to
@@ -13,9 +13,3 @@ should likely switch to a phone or other devices.
<div class="flex justify-center">
<QRCode msg="/en/distro/fedora/workstation/install/0/" width="164" />
</div>
<ChoiceList>
<a href="/en/distro/fedora/workstation/install/1/" class="button">
Continue
</a>
</ChoiceList>
@@ -0,0 +1,6 @@
---
title: Restart
description: Restarting your machine to boot from the USB flash drive
aliasOf: common/boot/bootmenukey
continueTo: distro/fedora/workstation/install/2/
---
@@ -1,9 +1,9 @@
---
title: Sharing is caring
continueTo: distro/fedora/workstation/install/12/
---
import { Picture } from "astro:assets";
import ChoiceList from "@/components/ChoiceList.astro";
import reclaimSpace from "@/assets/imgs/Fedora/Install/ReclaimSpace_Cropped.png";
import ResizeIcon from "@/assets/icons/fa-compress-arrows-alt.svg";
@@ -15,9 +15,3 @@ drive). Click <ResizeIcon
class="size-5 inline-block"
aria-label="Compress icon" role="img" />
to resize.
<ChoiceList>
<a href="/en/distro/fedora/workstation/install/12/" class="button">
Continue
</a>
</ChoiceList>
@@ -1,5 +1,6 @@
---
title: Resize it!
continueTo: distro/fedora/workstation/install/13/
---
import { Picture } from "astro:assets";
@@ -14,9 +15,3 @@ import reclaimSpace from "@/assets/imgs/Fedora/Install/ReclaimSpaceSlider_Croppe
Choose a new size for your partition. Please also keep in mind the available
space of your partition. Simply click "Resize" after you're done.
<ChoiceList>
<a href="/en/distro/fedora/workstation/install/13/" class="button">
Continue
</a>
</ChoiceList>
@@ -1,9 +1,9 @@
---
title: Reclaim Territory
continueTo: distro/fedora/workstation/install/14/
---
import { Picture } from "astro:assets";
import ChoiceList from "@/components/ChoiceList.astro";
import reclaimSpace from "@/assets/imgs/Fedora/Install/ReclaimSpaceDone_Cropped.png";
<Picture
@@ -13,9 +13,3 @@ import reclaimSpace from "@/assets/imgs/Fedora/Install/ReclaimSpaceDone_Cropped.
/>
Now, Verify your configuration and click "Reclaim space".
<ChoiceList>
<a href="/en/distro/fedora/workstation/install/14/" class="button">
Continue
</a>
</ChoiceList>
@@ -1,9 +1,9 @@
---
title: Disk Encryption
continueTo: distro/fedora/workstation/install/15/
---
import { Picture } from "astro:assets";
import ChoiceList from "@/components/ChoiceList.astro";
import diskEncryption from "@/assets/imgs/Fedora/Install/DiskEncryptionUnchecked_Cropped.png";
<div class="relative">
@@ -19,9 +19,3 @@ import diskEncryption from "@/assets/imgs/Fedora/Install/DiskEncryptionUnchecked
</div>
</div>
<ChoiceList>
<a href="/en/distro/fedora/workstation/install/15/" class="button">
Continue
</a>
</ChoiceList>
@@ -1,5 +1,6 @@
---
title: Review and Install
continueTo: distro/fedora/workstation/install/16/
---
import { Picture } from "astro:assets";
@@ -17,9 +18,3 @@ import reviewAndInstall from "@/assets/imgs/Fedora/Install/ReviewAndInstall_Crop
</div>
</div>
<ChoiceList>
<a href="/en/distro/fedora/workstation/install/16/" class="button">
Continue
</a>
</ChoiceList>
@@ -1,9 +1,9 @@
---
title: Installing...
continueTo: distro/fedora/workstation/install/17/
---
import { Picture } from "astro:assets";
import ChoiceList from "@/components/ChoiceList.astro";
import installing from "@/assets/imgs/Fedora/Install/Installing_Cropped.png";
<Picture
@@ -16,9 +16,3 @@ Patiently wait. Eat some snacks, listen to some music, find something else to do
This process should take around 5-10 minutes or longer depending on your
hardware speed and internet connection.
<ChoiceList>
<a href="/en/distro/fedora/workstation/install/17/" class="button">
Continue
</a>
</ChoiceList>
@@ -1,9 +1,9 @@
---
title: You slayed it
continueTo: distro/fedora/workstation/install/18/
---
import { Picture } from "astro:assets";
import ChoiceList from "@/components/ChoiceList.astro";
import installing from "@/assets/imgs/Fedora/Install/InstallationFinished_Cropped.png";
<Picture
@@ -13,9 +13,3 @@ import installing from "@/assets/imgs/Fedora/Install/InstallationFinished_Croppe
/>
Done!
<ChoiceList>
<a href="/en/distro/fedora/workstation/install/18/" class="button">
Continue
</a>
</ChoiceList>
@@ -1,5 +1,6 @@
---
title: Your journey begins anew
continueTo: distro/fedora/workstation/afterinstall/0/
---
import { Picture } from "astro:assets";
@@ -18,9 +19,3 @@ import restart from "@/assets/imgs/Fedora/Install/RestartMenu_Cropped.png";
Now, go to the top right corner of your desktop and click to open the System
menu, then press the power button and restart. (Remember this menu, you'll use
it often!)
<ChoiceList>
<a href="/en/distro/fedora/workstation/afterinstall/0/" class="button">
Continue
</a>
</ChoiceList>
@@ -0,0 +1,6 @@
---
title: Boot Menu
description: Choose your USB flash drive
aliasOf: common/boot/bootmenuselect
continueTo: distro/fedora/workstation/install/3/
---
@@ -1,10 +1,9 @@
---
title: Boot Menu
description: Choose your USB flash drive
title: Boot Option Restoration
continueTo: distro/fedora/workstation/install/4/
---
import { Picture } from "astro:assets";
import ChoiceList from "@/components/ChoiceList.astro";
import bootOption from "@/assets/imgs/Fedora/Boot/BootOptionRestoration_Cropped.png";
<div class="relative">
@@ -21,9 +20,3 @@ import bootOption from "@/assets/imgs/Fedora/Boot/BootOptionRestoration_Cropped.
</div>
</div>
<ChoiceList>
<a href="/en/distro/fedora/workstation/install/4/" class="button">
Continue
</a>
</ChoiceList>
@@ -1,10 +1,9 @@
---
title: Boot Menu
description: Choose your USB flash drive
title: Continue Boot
continueTo: distro/fedora/workstation/install/5/
---
import { Picture } from "astro:assets";
import ChoiceList from "@/components/ChoiceList.astro";
import continueBoot from "@/assets/imgs/Fedora/Boot/ContinueBootOption_Cropped.png";
<div class="relative">
@@ -18,9 +17,3 @@ import continueBoot from "@/assets/imgs/Fedora/Boot/ContinueBootOption_Cropped.p
press Enter.
</div>
</div>
<ChoiceList>
<a href="/en/distro/fedora/workstation/install/5/" class="button">
Continue
</a>
</ChoiceList>
@@ -1,10 +1,10 @@
---
title: GRUB Menu
description: Entering Fedora Linux
continueTo: distro/fedora/workstation/install/6/
---
import { Picture } from "astro:assets";
import ChoiceList from "@/components/ChoiceList.astro";
import continueBoot from "@/assets/imgs/Fedora/Install/GRUB_Cropped.png";
<div class="relative">
@@ -19,9 +19,3 @@ import continueBoot from "@/assets/imgs/Fedora/Install/GRUB_Cropped.png";
directly enter the desktop.
</div>
</div>
<ChoiceList>
<a href="/en/distro/fedora/workstation/install/6/" class="button">
Continue
</a>
</ChoiceList>
@@ -1,9 +1,9 @@
---
title: Integrity Check
continueTo: distro/fedora/workstation/install/7/
---
import { Picture } from "astro:assets";
import ChoiceList from "@/components/ChoiceList.astro";
import check from "@/assets/imgs/Fedora/Install/Check_Cropped.png";
<Picture
@@ -15,9 +15,3 @@ import check from "@/assets/imgs/Fedora/Install/Check_Cropped.png";
If you didn't skip the test, You will see this screen.
Simply wait for it to complete and you'll go right into
the desktop.
<ChoiceList>
<a href="/en/distro/fedora/workstation/install/7/" class="button">
Continue
</a>
</ChoiceList>
@@ -1,5 +1,6 @@
---
title: Welcome
continueTo: distro/fedora/workstation/install/8/
---
import { Picture } from "astro:assets";
@@ -16,9 +17,3 @@ import overview from "@/assets/imgs/Fedora/Install/Overview.png";
Welcome to the desktop! You're in the "Overview" view and you can simply click
on the Welcome window to get started in installing Fedora Workstation, or
optionally, you could explore and play with it a little first.
<ChoiceList>
<a href="/en/distro/fedora/workstation/install/8/" class="button">
Continue
</a>
</ChoiceList>
@@ -1,9 +1,9 @@
---
title: Install
continueTo: distro/fedora/workstation/install/9/
---
import { Picture } from "astro:assets";
import ChoiceList from "@/components/ChoiceList.astro";
import welcome from "@/assets/imgs/Fedora/Install/Welcome.png";
<Picture
@@ -14,9 +14,3 @@ import welcome from "@/assets/imgs/Fedora/Install/Welcome.png";
/>
So, let's get started on the real installation. Click "Install Fedora..."
<ChoiceList>
<a href="/en/distro/fedora/workstation/install/9/" class="button">
Continue
</a>
</ChoiceList>
@@ -1,5 +1,6 @@
---
title: Language
continueTo: distro/fedora/workstation/install/10/
---
import { Picture } from "astro:assets";
@@ -14,9 +15,3 @@ import language from "@/assets/imgs/Fedora/Install/Install_Language.png";
/>
Select your preferred language and click Next.
<ChoiceList>
<a href="/en/distro/fedora/workstation/install/10/" class="button">
Continue
</a>
</ChoiceList>
@@ -1,18 +0,0 @@
---
title: Restart
description: Restarting your machine to boot from the USB flash drive
---
import ChoiceList from "@/components/ChoiceList.astro";
Next, you'll need to restart your machine to boot from the USB flash drive.
Please look up the boot menu key for your laptop/mainboard manufacturer and
then when restarting, Press that key repeatedly until the "Boot Menu" pops
up.
<ChoiceList>
<a href="/en/distro/fedora/workstation/install/2/" class="button">
Continue
</a>
</ChoiceList>
@@ -1,25 +0,0 @@
---
title: Boot Menu
description: Choose your USB flash drive
---
import { Picture } from "astro:assets";
import ChoiceList from "@/components/ChoiceList.astro";
import bootMenu from "@/assets/imgs/Fedora/Boot/MSIBootMenu_Cropped.jpg";
<figure>
<Picture src={bootMenu} formats={["avif"]} alt="A photo of the boot menu" />
<figcaption>Example: MSI Boot Menu</figcaption>
</figure>
In the next 3 steps, Please read what's on here first before putting it into
action as it will mostly require fast actions.
After the boot menu pops up, use the arrow keys (Up/Down) on your keyboard to
select the USB flash drive then press Enter.
<ChoiceList>
<a href="/en/distro/fedora/workstation/install/3/" class="button">
Continue
</a>
</ChoiceList>