From 4a5f930c5e40ef909f3d211668c9e74eb320b839 Mon Sep 17 00:00:00 2001
From: Ilya Zhukov <i.zhukov@fz-juelich.de>
Date: Tue, 14 May 2024 18:08:59 +0200
Subject: [PATCH] Add list of reservations

---
 docusaurus.config.ts      |  6 +++++-
 src/pages/reservations.md | 18 ++++++++++++++++++
 2 files changed, 23 insertions(+), 1 deletion(-)
 create mode 100644 src/pages/reservations.md

diff --git a/docusaurus.config.ts b/docusaurus.config.ts
index 0622524f..e4c339ad 100644
--- a/docusaurus.config.ts
+++ b/docusaurus.config.ts
@@ -175,6 +175,10 @@ const config: Config = {
               label: 'Agenda',
               href: 'https://indico3-jsc.fz-juelich.de/event/149/timetable/#all',
             },
+            {
+              label: 'Reservations',
+              href: '/docs/reservations',
+            },
             {
               label: 'Attendance list',
               href: 'https://gitlab.jsc.fz-juelich.de/hedgedoc/CP2OZecbRJ6pc3scRzAGoQ',
@@ -190,7 +194,7 @@ const config: Config = {
           items: [
             {
               label: 'Authors',
-              href: '/authors',
+              href: '/docs/authors',
             },
           ],
         },
diff --git a/src/pages/reservations.md b/src/pages/reservations.md
new file mode 100644
index 00000000..66898c50
--- /dev/null
+++ b/src/pages/reservations.md
@@ -0,0 +1,18 @@
+---
+title: Reservations
+description: List of reservations
+hide_table_of_contents: true
+---
+
+# Reservations
+
+Valid during the course duration from 9am to 12am
+
+| System       | Name                       |
+| ---------    | ----                       |
+|Jureca-DC     |hands-on-*YYYYMMDD*         |
+|Juwels-Cluster|hands-on-cluster-*YYYYMMDD* |
+|Juwels-Booster|hands-on-booster-*YYYYMMDD* |
+|Jusuf         |hands-on-*YYYYMMDD*         |
+
+Substitute *YYYYMMDD* with the current 
\ No newline at end of file
-- 
GitLab