From b631712ab2270a56982e868bccb63f6b85ec8025 Mon Sep 17 00:00:00 2001 From: Tellsanguis Date: Thu, 18 Dec 2025 20:05:50 +0100 Subject: [PATCH] Ajout du document ZFS/NFS dans la sidebar --- sidebars.ts | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/sidebars.ts b/sidebars.ts index 7c8a1d6..a657a8a 100644 --- a/sidebars.ts +++ b/sidebars.ts @@ -61,6 +61,17 @@ const sidebars: SidebarsConfig = { 'homelab-futur/cluster-3-noeuds-proxmox', ], }, + { + type: 'category', + label: 'Infrastructure de stockage', + link: { + type: 'doc', + id: 'zfs-replication-nfs/index', + }, + items: [ + 'zfs-replication-nfs/index', + ], + }, ], };