Merge pull request 'Ajout du document ZFS/NFS dans la sidebar' (#9) from contenu into main

Reviewed-on: #9
This commit is contained in:
Tellsanguis 2025-12-18 19:07:07 +00:00
commit 74bb369ea2

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