From 75568fd30206d020c2fd42aae04e441e1be9ca75 Mon Sep 17 00:00:00 2001
From: FionaDmello <40391218+FionaDmello@users.noreply.github.com>
Date: Fri, 13 Sep 2024 15:58:15 +0200
Subject: [PATCH] updated label for guides

---
 docs/guides/index.md | 2 +-
 docusaurus.config.ts | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/guides/index.md b/docs/guides/index.md
index cc49906c..0a4189cd 100644
--- a/docs/guides/index.md
+++ b/docs/guides/index.md
@@ -5,4 +5,4 @@ sidebar_position: 1
 
 # Guides
 
-Let's discover **Helmholtz KG guides in less than 5 minutes**.
+Here you will find the user guides for the interfaces to the **Helmholtz KG via the UnHIDE initiative**.
diff --git a/docusaurus.config.ts b/docusaurus.config.ts
index 36f4d4d3..38b3fb21 100644
--- a/docusaurus.config.ts
+++ b/docusaurus.config.ts
@@ -55,7 +55,7 @@ const config: Config = {
       },
       items: [
         { to: "/docs/about/introduction", label: "About", position: "left" },
-        { to: "/docs/guides", label: "Guides", position: "left" },
+        { to: "/docs/guides", label: "Interface Guides", position: "left" },
         {
           to: "/docs/community/partners",
           label: "Community",
@@ -83,7 +83,7 @@ const config: Config = {
               to: "/docs/about/introduction",
             },
             {
-              label: "Guides",
+              label: "Interface Guides",
               to: "/docs/guides",
             },
             {
-- 
GitLab