From 05b258d83e103cb62de622e4447b94c763b070a6 Mon Sep 17 00:00:00 2001 From: Lara Ramona Peeters <49882639+laraPPr@users.noreply.github.com> Date: Tue, 16 Sep 2025 12:22:13 +0200 Subject: [PATCH 1/3] add warning on wiped cron tabs --- mkdocs/docs/HPC/crontab.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mkdocs/docs/HPC/crontab.md b/mkdocs/docs/HPC/crontab.md index d259f52fb609..b57e57c0aec1 100644 --- a/mkdocs/docs/HPC/crontab.md +++ b/mkdocs/docs/HPC/crontab.md @@ -22,6 +22,8 @@ running the command:
$ crontab -e
 
+**Warning**: **During maintanance it is possible that your crontab will be wiped. It is recommended to have a back-up of the content in your crontab somewhere.** + #### Example cron job script
 15 5 * * * ~/runscript.sh >& ~/job.out

From d26a80b00e04430e0378e7773f3c319a4957e5d7 Mon Sep 17 00:00:00 2001
From: Lara Ramona Peeters <49882639+laraPPr@users.noreply.github.com>
Date: Tue, 16 Sep 2025 15:35:52 +0200
Subject: [PATCH 2/3] spellcheck

---
 mkdocs/docs/HPC/crontab.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mkdocs/docs/HPC/crontab.md b/mkdocs/docs/HPC/crontab.md
index b57e57c0aec1..de93f4a53df6 100644
--- a/mkdocs/docs/HPC/crontab.md
+++ b/mkdocs/docs/HPC/crontab.md
@@ -22,7 +22,7 @@ running the command:
 
$ crontab -e
 
-**Warning**: **During maintanance it is possible that your crontab will be wiped. It is recommended to have a back-up of the content in your crontab somewhere.** +**Warning**: **During maintenance it is possible that your crontab will be wiped. It is recommended to have a back-up of the content in your crontab.** #### Example cron job script From f4e5c6ea2222a9c134da6a09438ce59356e7d1bc Mon Sep 17 00:00:00 2001 From: Lara Ramona Peeters <49882639+laraPPr@users.noreply.github.com> Date: Tue, 16 Sep 2025 16:11:08 +0200 Subject: [PATCH 3/3] use admonition instead of note --- mkdocs/docs/HPC/crontab.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mkdocs/docs/HPC/crontab.md b/mkdocs/docs/HPC/crontab.md index de93f4a53df6..8916fcdcd1e9 100644 --- a/mkdocs/docs/HPC/crontab.md +++ b/mkdocs/docs/HPC/crontab.md @@ -22,7 +22,8 @@ running the command:
$ crontab -e
 
-**Warning**: **During maintenance it is possible that your crontab will be wiped. It is recommended to have a back-up of the content in your crontab.** +!!! Warning + During maintenance it is possible that your crontab will be wiped. It is recommended to have a back-up of the content in your crontab. #### Example cron job script