Skip to content
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

update os order in navbar and highlight data backup in dualboot #330

Merged
merged 3 commits into from
Oct 2, 2024
Merged
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
8 changes: 4 additions & 4 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
submenu:
- title: Überblick
link: install/
- title: Linux
link: linux/
- title: macOS
link: macos/
- title: Windows 10
link: windows_10/
- title: Windows 11
link: windows_11/
- title: macOS
link: macos/
- title: Linux
link: linux/
- title: Linux/Windows DualBoot
link: dualboot/

Expand Down
6 changes: 3 additions & 3 deletions install/dualboot.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ kannst du der Anleitung ab
## Vollständiges Backup erstellen

Die Installation eines neuen Betriebssystems involviert die Erstellung und
Formatierung neuer Partitionen, wenn etwas schiefgeht, können Daten verloren gehen.
Deshalb solltest du als Erstes ein vollständiges Backup deines Rechners machen,
bevor du weitermachst.
Formatierung neuer Partitionen auf der Festplatte, wenn etwas schiefgeht, können Daten verloren gehen.
<span style="color:crimson"> **Deshalb solltest du als Erstes ein vollständiges
Backup deines Rechners machen, bevor du weitermachst!** </span>


## Sich für eine Linux-Distribution entscheiden
Expand Down
Loading