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', + ], + }, ], };