Add sparkle emoji and hide the icon consistently on tip admonitions

This commit is contained in:
Djeex
2026-08-30 23:34:09 +02:00
parent 588139bfa7
commit 8caa19b132
50 changed files with 114 additions and 116 deletions
+2 -3
View File
@@ -1,11 +1,10 @@
---
title: RAID
description: Understand RAID concepts hardware vs software, RAID levels, and how to set up redundant disk arrays for your homelab.
description: Understand RAID concepts, hardware vs software, RAID levels, and how to set up redundant disk arrays for your homelab.
---
:ellipsis{left=0px width=40rem top=10rem blur=140px zIndex=60}
# RAID
_Redundant Array of Independent Disks_
@@ -73,7 +72,7 @@ Use RAID 0 when you prioritize performance and are not concerned about data loss
Use RAID 1 for strong redundancy. Each disk contains all data, so performance remains unaffected during a failure. Once failed disks are replaced, data is quickly restored. However, usable storage is limited to one disks capacity, making it an expensive solution.
::tip
::tip{icon=""}
__Tip:__ You can combine RAID 1 with other RAID types to create mirrored arrays.
::