diff --git a/src/content/docs/datahub/datahub-arc-members-isa-contacts.md b/src/content/docs/datahub/datahub-arc-members-isa-contacts.mdx
similarity index 99%
rename from src/content/docs/datahub/datahub-arc-members-isa-contacts.md
rename to src/content/docs/datahub/datahub-arc-members-isa-contacts.mdx
index 9681cad9c..a0045a9b4 100644
--- a/src/content/docs/datahub/datahub-arc-members-isa-contacts.md
+++ b/src/content/docs/datahub/datahub-arc-members-isa-contacts.mdx
@@ -4,7 +4,7 @@ lastUpdated: 2024-03-06
authors:
- dominik-brilhaus
sidebar:
- order: 10
+ order: 6
---
:::tip
diff --git a/src/content/docs/datahub/datahub-arc-settings.md b/src/content/docs/datahub/datahub-arc-settings.md
index 03b67405b..a9ace94ed 100644
--- a/src/content/docs/datahub/datahub-arc-settings.md
+++ b/src/content/docs/datahub/datahub-arc-settings.md
@@ -5,7 +5,7 @@ authors:
- dominik-brilhaus
- viktoria-petrova
sidebar:
- order: 5
+ order: 4.5
---
To open your ARC's settings click on *Settings* in the sidebar of your [ARC panel](/nfdi4plants.knowledgebase/datahub/datahub-arc-panel).
diff --git a/src/content/docs/datahub/datahub-invite-collaborators.mdx b/src/content/docs/datahub/datahub-invite-collaborators.mdx
index 9499324c2..bb647ab07 100644
--- a/src/content/docs/datahub/datahub-invite-collaborators.mdx
+++ b/src/content/docs/datahub/datahub-invite-collaborators.mdx
@@ -3,7 +3,9 @@ title: Inviting collaborators
authors:
- cristina-martins-rodrigues
- dominik-brilhaus
-lastUpdated: 2023-06-14
+lastUpdated: 2024-11-12
+sidebar:
+ order: 5.5
---
import { Steps } from '@astrojs/starlight/components';
@@ -17,6 +19,9 @@ In this guide we show you how to invite lab colleagues or project partners to yo
- You have created an ARC
:::
+import MemberSelect from "@images/datahub/datahub-members-seq5.png"
+import MemberRole from "@images/datahub/datahub-members-seq6.png"
+
1. [Sign in](https://git.nfdi4plants.org) to the DataHUB and open the ARC you want to share.
@@ -35,15 +40,14 @@ In this guide we show you how to invite lab colleagues or project partners to yo
5. Search for potential collaborators
- ![](@images/datahub/datahub-members-seq5.png)
+
6. **Select a role** and click Invite
- ![](@images/datahub/datahub-members-seq6.png)
+
-
:::note
For details about the roles, see [Roles and permissions](/nfdi4plants.knowledgebase/datahub/datahub-working-together#roles-and-permissions)
:::
diff --git a/src/content/docs/datahub/datahub-navigation.mdx b/src/content/docs/datahub/datahub-navigation.mdx
index 38e05dc7f..0f39e318f 100644
--- a/src/content/docs/datahub/datahub-navigation.mdx
+++ b/src/content/docs/datahub/datahub-navigation.mdx
@@ -33,7 +33,10 @@ From the navigation bar you can
-![](@images/datahub/datahub-navbar.drawio.png)
+import NavBar from "@images/datahub/datahub-navbar.drawio.png"
+
+
+
### Sidebar
@@ -57,4 +60,6 @@ In the avatar menu (1) in the top-right corner of the navigation bar you can
-![](@images/datahub/datahub-avatar-menu.drawio.png)
+import AvatarMenu from "@images/datahub/datahub-avatar-menu.drawio.png"
+
+
diff --git a/src/content/docs/datahub/datahub-user-settings.md b/src/content/docs/datahub/datahub-user-settings.md
deleted file mode 100644
index a3cd2d5fd..000000000
--- a/src/content/docs/datahub/datahub-user-settings.md
+++ /dev/null
@@ -1,26 +0,0 @@
----
-title: User settings
-lastUpdated: 2024-07-22
-authors:
- - dominik-brilhaus
- - viktoria-petrova
-sidebar:
- order: 2
----
-
-You can adapt the user settings
-
-In the avatar menu click on "Edit profile" or "Preferences" (3) to open the User Settings in a sidebar panel on the left.
-
-![](@images/datahub/datahub-avatar-menu.drawio.png)
-
-![](@images/datahub/datahub-preferences.drawio.png)
-
-In the user settings you can
-
-
-1. Edit your **profile** (1), e.g. adapt your profile name and avatar
-2. Change **account** settings (2), e.g. change your account's username or delete your account
-3. Generate **access tokens** (3) for your account
-4. Decide how you want to receive DataHUB **notifications** (4)
-
diff --git a/src/content/docs/datahub/datahub-user-settings.mdx b/src/content/docs/datahub/datahub-user-settings.mdx
new file mode 100644
index 000000000..daa0df904
--- /dev/null
+++ b/src/content/docs/datahub/datahub-user-settings.mdx
@@ -0,0 +1,28 @@
+---
+title: User settings
+lastUpdated: 2024-07-22
+authors:
+ - dominik-brilhaus
+ - viktoria-petrova
+sidebar:
+ order: 2
+---
+
+To adapt your user settings, click on "Edit profile" or "Preferences" (3) in the avatar menu.
+This opens the `User Settings` in a sidebar panel on the left.
+
+import AvatarMenu from "@images/datahub/datahub-avatar-menu.drawio.png"
+
+
+
+In the user settings you can
+
+1. Edit your **profile** (1), e.g. adapt your profile name and avatar
+2. Change **account** settings (2), e.g. change your account's username or delete your account
+3. Generate **access tokens** (3) for your account
+4. Decide how you want to receive DataHUB **notifications** (4)
+
+
+import Prefs from "@images/datahub/datahub-preferences.drawio.png"
+
+
diff --git a/src/content/docs/datahub/datahub-working-together.mdx b/src/content/docs/datahub/datahub-working-together.mdx
index d1b71837a..fa23eb81e 100644
--- a/src/content/docs/datahub/datahub-working-together.mdx
+++ b/src/content/docs/datahub/datahub-working-together.mdx
@@ -4,7 +4,7 @@ authors:
- dominik-brilhaus
lastUpdated: 2023-06-14
sidebar:
- order: 4
+ order: 5
---
import { Steps } from '@astrojs/starlight/components';