Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Datahub polish #512

Merged
merged 3 commits into from
Nov 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ lastUpdated: 2024-03-06
authors:
- dominik-brilhaus
sidebar:
order: 10
order: 6
---

:::tip
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/datahub/datahub-arc-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
12 changes: 8 additions & 4 deletions src/content/docs/datahub/datahub-invite-collaborators.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand All @@ -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"

<Steps>

1. [Sign in](https://git.nfdi4plants.org) to the DataHUB and open the ARC you want to share.
Expand All @@ -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)
<img src={MemberSelect.src} style="width:55%;display: block; margin: auto" />

6. **Select a role** and click <kbd>Invite</kbd>

![](@images/datahub/datahub-members-seq6.png)
<img src={MemberRole.src} style="width:55%;display: block; margin: auto" />

</Steps>


:::note
For details about the roles, see [Roles and permissions](/nfdi4plants.knowledgebase/datahub/datahub-working-together#roles-and-permissions)
:::
9 changes: 7 additions & 2 deletions src/content/docs/datahub/datahub-navigation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ From the navigation bar you can

</Steps>

![](@images/datahub/datahub-navbar.drawio.png)
import NavBar from "@images/datahub/datahub-navbar.drawio.png"

<img src={NavBar.src} style="width:40%;display: block; margin: auto" />


### Sidebar

Expand All @@ -57,4 +60,6 @@ In the avatar menu (1) in the top-right corner of the navigation bar you can

</Steps>

![](@images/datahub/datahub-avatar-menu.drawio.png)
import AvatarMenu from "@images/datahub/datahub-avatar-menu.drawio.png"

<img src={AvatarMenu.src} style="width:35%;display: block; margin: auto" />
26 changes: 0 additions & 26 deletions src/content/docs/datahub/datahub-user-settings.md

This file was deleted.

28 changes: 28 additions & 0 deletions src/content/docs/datahub/datahub-user-settings.mdx
Original file line number Diff line number Diff line change
@@ -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"

<img src={AvatarMenu.src} style="width:35%;display: block; margin: auto" />

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"

<img src={Prefs.src} style="width:35%;display: block; margin: auto" />
2 changes: 1 addition & 1 deletion src/content/docs/datahub/datahub-working-together.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors:
- dominik-brilhaus
lastUpdated: 2023-06-14
sidebar:
order: 4
order: 5
---

import { Steps } from '@astrojs/starlight/components';
Expand Down