From 951c76c21268dd7323979922c83fad6be0518ad9 Mon Sep 17 00:00:00 2001 From: greglebreton Date: Tue, 18 Oct 2022 15:55:18 +0200 Subject: [PATCH] clean icons in navbar --- docs/divers/cmd/index.md | 1 + docs/divers/cmd/mount.md | 3 ++- docs/divers/git/git.md | 3 ++- docs/divers/process-nwipe/nwipe.md | 2 +- docs/presentation-garage/index.md | 4 ++-- mkdocs.yml | 7 ++++++- 6 files changed, 14 insertions(+), 6 deletions(-) diff --git a/docs/divers/cmd/index.md b/docs/divers/cmd/index.md index db394831..a3a55aae 100644 --- a/docs/divers/cmd/index.md +++ b/docs/divers/cmd/index.md @@ -1,6 +1,7 @@ # Mémos sur les commandes Linux - [screen](screen.md) +- [backup](backup.md) - [rsync](backup.md) - [nmcli](nmcli.md) - [Monter une partition](mount.md) diff --git a/docs/divers/cmd/mount.md b/docs/divers/cmd/mount.md index f38fd9d3..fe94b426 100644 --- a/docs/divers/cmd/mount.md +++ b/docs/divers/cmd/mount.md @@ -1,4 +1,5 @@ -# Monter une partition en ligne de commande +# Monter une partition + ## Repérer les partitions disponibles diff --git a/docs/divers/git/git.md b/docs/divers/git/git.md index c436c4db..f992e0cc 100644 --- a/docs/divers/git/git.md +++ b/docs/divers/git/git.md @@ -1,4 +1,5 @@ -# GIT Source Code Management + +# GIT Source Code Management Git est un système de gestion de versions partagé qui fut développé en 2005 par le créateur de Linux Linus Thorvalds et publié sous licence libre GNU-GPLv2. Il permet de stocker son code source en ligne pour y accéder de n'importe où et le partager facilement. diff --git a/docs/divers/process-nwipe/nwipe.md b/docs/divers/process-nwipe/nwipe.md index d558ff12..218fecaf 100644 --- a/docs/divers/process-nwipe/nwipe.md +++ b/docs/divers/process-nwipe/nwipe.md @@ -1,4 +1,4 @@ -# Wiper un disque avec NWIPE +# Wiper un disque (NWIPE) ## DEFINITION diff --git a/docs/presentation-garage/index.md b/docs/presentation-garage/index.md index ce7e5903..9c35a7a7 100644 --- a/docs/presentation-garage/index.md +++ b/docs/presentation-garage/index.md @@ -1,4 +1,4 @@ -# Présentation du Garage Numérique +# Présentation du Garage Numérique Ces documents présentent le fonctionnement de l'association. @@ -6,4 +6,4 @@ Vous pouvez consulter le [réglement intérieur](reglement_interieur.md). Vous pouvez vous reporter aux [procédures en vigueur](procedures.md). -Vous pouvez accéder à la description des [formations DevOps](formation). +Vous pouvez accéder à la description des [formations DevOps](formation). diff --git a/mkdocs.yml b/mkdocs.yml index 42dde657..99185cab 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -89,10 +89,15 @@ nav: - "Environnement de développement": cours/outils-garage/devenv/index.md - Divers: - divers/index.md - - "Linux": + - "Linux": - divers/cmd/index.md - divers/cmd/backup.md - divers/process-nwipe/nwipe.md + - divers/cmd/screen.md + - divers/cmd/nmcli.md + - divers/cmd/mount.md + - divers/cmd/read.md + - divers/cmd/heredoc.md - "Bash: Listes": divers/cmd/bash-lists.md - "Admin Sys": - divers/admin/index.md