From 73fb81dde1600eef2fb615035c971bfb72913f62 Mon Sep 17 00:00:00 2001 From: Guillaume Date: Thu, 8 Jun 2023 19:41:56 +0200 Subject: [PATCH] Homepage to quickstart Add proper cleanup procedure --- content/_index.md | 9 +-------- content/quick-start/_index.md | 2 +- 2 files changed, 2 insertions(+), 9 deletions(-) mode change 100644 => 120000 content/_index.md diff --git a/content/_index.md b/content/_index.md deleted file mode 100644 index db2c725..0000000 --- a/content/_index.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -Title: Documentation ---- - -Bienvenue sur la documentation NOVIT - - - diff --git a/content/_index.md b/content/_index.md new file mode 120000 index 0000000..1b964f7 --- /dev/null +++ b/content/_index.md @@ -0,0 +1 @@ +quick-start/_index.md \ No newline at end of file diff --git a/content/quick-start/_index.md b/content/quick-start/_index.md index 53c6d4e..5c8242a 100644 --- a/content/quick-start/_index.md +++ b/content/quick-start/_index.md @@ -152,6 +152,6 @@ Les commandes ci-dessous vont supprimer toutes machines virtuelles et clusters k {{< highlight bash >}} # ATTENTION, CELA SUPPRIMERA TOUTES LES DONNEES -sudo rm -rf data secrets kubeconfig +sudo ./scripts/.cleanup.sh {{< /highlight >}}