diff --git a/docs/divers/cmd/index.md b/docs/divers/cmd/index.md index 4bba4746..f371ecad 100644 --- a/docs/divers/cmd/index.md +++ b/docs/divers/cmd/index.md @@ -7,10 +7,9 @@ - [nmcli](nmcli.md) - [lvm](lvm.md) - [Monter une partition](mount.md) -- [Monter et gérer un RAID](raid.md) - [Système de fichier ZFS](zfs.md) +- [Monter et gérer un RAID](raid.md) - [chroot](chroot.md) - [read](read.md), pour permettre à l'utilisateur d'interagir avec un script (user prompt / user input) - [heredoc](heredoc.md), le fameux `EOF`, pour afficher du contenu sur plusieurs lignes -- [listes et dictionnaires avec Bash](bash-lists.md) -- [Mise en place d'un raid](raid.md) \ No newline at end of file +- [listes et dictionnaires avec Bash](bash-lists.md) \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index f4982ced..ef2bb575 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -99,19 +99,19 @@ nav: - Divers: - divers/index.md - "Les mémos Linux": - - divers/cmd/index.md - - "Rsync" : divers/cmd/backup.md - - divers/process-nwipe/nwipe.md - - divers/cmd/screen.md - - divers/cmd/nmcli.md - - "Mount" : divers/cmd/mount.md - - divers/cmd/read.md - - divers/cmd/heredoc.md - - "Ssh" : divers/cmd/ssh.md - "Bash: Listes": divers/cmd/bash-lists.md + - "Ssh" : divers/cmd/ssh.md + - "Rsync" : divers/cmd/rsync.md + - "Screen" : divers/cmd/screen.md + - "Nwipe" : divers/process-nwipe/nwipe.md + - "Nmcli" : divers/cmd/nmcli.md + - "Mount" : divers/cmd/mount.md + - "Read" : divers/cmd/read.md + - "Heredoc" : divers/cmd/heredoc.md - "Raid": divers/cmd/raid.md - - "Chroot" : divers/cmd/chroot.md - "LVM" : divers/cmd/lvm.md + - "Chroot" : divers/cmd/chroot.md + - "Zfs" : divers/cmd/zfs.md - "Les tutos Admin Sys": - divers/admin/index.md - "Installer Adobe pdf reader": divers/admin/acroread-debian.md