From 28d27fec6e8a9d56627f241f72dcbb2d345fbc81 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Sebastian=20D=C3=B6bel?= <sebastian.doebel@tu-dresden.de>
Date: Wed, 6 Nov 2024 16:32:30 +0100
Subject: [PATCH] Apply 3 suggestion(s) to 3 file(s)

Co-authored-by: Martin Schroschk <martin.schroschk@tu-dresden.de>
---
 doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md      | 4 ++--
 .../docs/jobs_and_resources/alpha_centauri.md                | 5 +++++
 .../docs/jobs_and_resources/hardware_overview.md             | 2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md b/doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md
index ed0611d83..0e671a3c5 100644
--- a/doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md
+++ b/doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md
@@ -73,9 +73,9 @@ provides information which filesystem is available on which cluster.
     ```console
     marie@login.capella$ ws_list -l
     available filesystems:
-    horse (default)
-    cat
+    horse
     walrus
+    cat  (default)
     ```
 
 === "Romeo"
diff --git a/doc.zih.tu-dresden.de/docs/jobs_and_resources/alpha_centauri.md b/doc.zih.tu-dresden.de/docs/jobs_and_resources/alpha_centauri.md
index e9b46d4f5..a6d5b583e 100644
--- a/doc.zih.tu-dresden.de/docs/jobs_and_resources/alpha_centauri.md
+++ b/doc.zih.tu-dresden.de/docs/jobs_and_resources/alpha_centauri.md
@@ -4,6 +4,11 @@
 
 The multi-GPU cluster `Alpha Centauri` has been installed for AI-related computations (ScaDS.AI).
 
+## Hardware Specification
+
+The hardware specification is documented on the page
+[HPC Resources](hardware_overview.md#alpha-centauri).
+
 ## Filesystems
 
 Since 5th July 2024, `Alpha Centauri` is fully integrated in the InfiniBand infrastructure of
diff --git a/doc.zih.tu-dresden.de/docs/jobs_and_resources/hardware_overview.md b/doc.zih.tu-dresden.de/docs/jobs_and_resources/hardware_overview.md
index 12c32aaec..6abc79fb0 100644
--- a/doc.zih.tu-dresden.de/docs/jobs_and_resources/hardware_overview.md
+++ b/doc.zih.tu-dresden.de/docs/jobs_and_resources/hardware_overview.md
@@ -41,7 +41,7 @@ only from their respective login nodes.
 ## Login and Dataport Nodes
 
 - Login-Nodes
-    - Individual for each cluster. See the specifics in each cluster chapter
+    - Individual for each cluster. See the specifics in each cluster chapter.
 - 2 Data-Transfer-Nodes
     - 2 servers without interactive login, only available via file transfer protocols
       (`rsync`, `ftp`)
-- 
GitLab