From 5139106057d9f10a9cdceb91e1832aa3c7971f9a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Roman=20Sl=C3=ADva?= <roman.sliva@vsb.cz>
Date: Tue, 19 Sep 2023 12:43:26 +0200
Subject: [PATCH] Add not updated warning to general section files

---
 docs.it4i/general/capacity-computing.md           | 3 +++
 docs.it4i/general/hyperqueue.md                   | 3 +++
 docs.it4i/general/job-arrays.md                   | 3 +++
 docs.it4i/general/job-submission-and-execution.md | 3 +++
 docs.it4i/general/karolina-mpi.md                 | 3 +++
 5 files changed, 15 insertions(+)

diff --git a/docs.it4i/general/capacity-computing.md b/docs.it4i/general/capacity-computing.md
index d9c98d6f7..f0d36bf30 100644
--- a/docs.it4i/general/capacity-computing.md
+++ b/docs.it4i/general/capacity-computing.md
@@ -1,3 +1,6 @@
+!!!warning
+    This page has not been updated yet. The page does not reflect the transition from PBS to Slurm.
+
 # Capacity Computing
 
 ## Introduction
diff --git a/docs.it4i/general/hyperqueue.md b/docs.it4i/general/hyperqueue.md
index 0fbd8222d..458ecfcb6 100644
--- a/docs.it4i/general/hyperqueue.md
+++ b/docs.it4i/general/hyperqueue.md
@@ -1,3 +1,6 @@
+!!!warning
+    This page has not been updated yet. The page does not reflect the transition from PBS to Slurm.
+
 # HyperQueue
 
 HyperQueue lets you build a computation plan consisting of a large amount of tasks and then execute it transparently over a system like SLURM/PBS.
diff --git a/docs.it4i/general/job-arrays.md b/docs.it4i/general/job-arrays.md
index def493cb1..3a438f0cb 100644
--- a/docs.it4i/general/job-arrays.md
+++ b/docs.it4i/general/job-arrays.md
@@ -1,3 +1,6 @@
+!!!warning
+    This page has not been updated yet. The page does not reflect the transition from PBS to Slurm.
+
 # Job Arrays
 
 A job array is a compact representation of many jobs called subjobs. Subjobs share the same job script, and have the same values for all attributes and resources, with the following exceptions:
diff --git a/docs.it4i/general/job-submission-and-execution.md b/docs.it4i/general/job-submission-and-execution.md
index 071b794f9..f682a621f 100644
--- a/docs.it4i/general/job-submission-and-execution.md
+++ b/docs.it4i/general/job-submission-and-execution.md
@@ -1,3 +1,6 @@
+!!!warning
+    This page has not been updated yet. The page does not reflect the transition from PBS to Slurm.
+
 # Job Submission and Execution
 
 ## Job Submission
diff --git a/docs.it4i/general/karolina-mpi.md b/docs.it4i/general/karolina-mpi.md
index 685dbe6a6..1002b798e 100644
--- a/docs.it4i/general/karolina-mpi.md
+++ b/docs.it4i/general/karolina-mpi.md
@@ -1,3 +1,6 @@
+!!!warning
+    This page has not been updated yet. The page does not reflect the transition from PBS to Slurm.
+
 # Parallel Runs Setting on Karolina
 
 Important aspect of each parallel application is correct placement of MPI processes
-- 
GitLab