diff --git a/docs/guides/index.md b/docs/guides/index.md index cc49906c5c1fe3806256ee67cc2f9d3c8e4e34c7..0a4189cd0d42325893eaa40df58413d8c391937c 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 36f4d4d3b242535ff747c8042dde24788d85e922..38b3fb21fb8149923f41e2df79da11b0eb7db18a 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", }, {