Ajout du document ZFS/NFS dans la sidebar

This commit is contained in:
Tellsanguis 2025-12-18 20:05:50 +01:00
parent 70560d06a8
commit b631712ab2

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