Ajout du document ZFS/NFS dans la sidebar #9

Merged
Tellsanguis merged 1 commit from contenu into main 2025-12-18 19:07:07 +00:00

View file

@ -61,6 +61,17 @@ const sidebars: SidebarsConfig = {
'homelab-futur/cluster-3-noeuds-proxmox', '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',
],
},
], ],
}; };