diff --git a/app.config.ts b/app.config.ts index 660d0df..d17522f 100644 --- a/app.config.ts +++ b/app.config.ts @@ -24,7 +24,7 @@ export default defineAppConfig({ docus: { title: 'Docudjeex', - description: 'La doc de mes expériences', + description: 'Homelab documentation', url: 'http://docus.dev', image: '/img/social.png', socials: { diff --git a/content/2.general/1.networking/3.samba.md b/content/2.general/1.networking/3.samba.md index 857830b..b4d8f78 100644 --- a/content/2.general/1.networking/3.samba.md +++ b/content/2.general/1.networking/3.samba.md @@ -44,8 +44,9 @@ sudo mkdir /video Now, edit the file `/etc/samba/smb.conf`. -✨ **Tip:** You can use [File Browser](/serveex/files/file-browser) to navigate and edit your files instead of using terminal commands. -\:: +::alert{type="success"} +✨ __Tip:__ You can use [File Browser](/serveex/files/file-browser) to navigate and edit your files instead of using terminal commands. +:: ```sh sudo vim /etc/samba/smb.conf diff --git a/content/2.general/2.storage/1.raid.md b/content/2.general/2.storage/1.raid.md index a2fa8b4..86491fa 100644 --- a/content/2.general/2.storage/1.raid.md +++ b/content/2.general/2.storage/1.raid.md @@ -74,9 +74,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 disk’s capacity, making it an expensive solution. ::alert{type="success"} -:::list{type="success"} -- __Tip:__ You can combine RAID 1 with other RAID types to create mirrored arrays. -::: +✨ __Tip:__ You can combine RAID 1 with other RAID types to create mirrored arrays. :: ### RAID 5 diff --git a/content/2.general/3.hardware/1.basics.md b/content/2.general/3.hardware/1.basics.md index e74abc1..cfa713a 100644 --- a/content/2.general/3.hardware/1.basics.md +++ b/content/2.general/3.hardware/1.basics.md @@ -87,9 +87,7 @@ Today, HDDs can store enormous amounts of data (up to 30TB, or 30,000 gigabytes, Generally, HDDs are best suited for storing data that doesn’t require frequent access or fast write speeds, such as media files (videos, photos), cloud drives, or archived data. They perform well in these scenarios and, most importantly, are significantly cheaper than SSDs for the same amount of storage. ::alert{type="success"} -:::list{type="success"} -- __Tip:__ Use multiple HDDs in [RAID](/general/storage/raid) to enhance performance and redundancy. -::: +✨ __Tip:__ Use multiple HDDs in [RAID](/general/storage/raid) to enhance performance and redundancy. :: Comes in 3.5" and 2.5" formats; servers usually favor the more reliable 3.5". diff --git a/public/img/social.png b/public/img/social.png index ccd8a5a..4aa906d 100644 Binary files a/public/img/social.png and b/public/img/social.png differ