Skip to content

Commit 312ab9c

Browse files
fix(orgs): fix navigation terminology and flow in managing-members and settings docs
- managing-members.mdx: - Inviting: use 'Hover over profile icon' with direct 'Invite Organization Members' button (actual UI label) - Changing roles: consistent navigation using 'Org Members' nav label - Removing: fix incorrect nav flow ('organization settings page' + 'Members tab') to use 'Org Members' - settings.mdx: - Credits: clarify nav flow and use actual button label '+ Add' - Git routing: remove inaccurate steps (provider selection, org name entry, verification); orgs are listed automatically from connected identities - Monitoring: use bold for 'Organization' nav label for consistency Co-authored-by: openhands <openhands@all-hands.dev>
1 parent 196594d commit 312ab9c

2 files changed

Lines changed: 17 additions & 20 deletions

File tree

openhands/usage/cloud/organizations/managing-members.mdx

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,10 @@ description: How to invite users and manage team members in your organization.
77

88
To add a new member to your organization:
99

10-
1. Click the profile icon in the lower left
11-
2. Select the `Org Members` tab.
12-
3. Click `Invite Org Member`.
13-
4. Enter the email address of the user you want to invite.
14-
5. Click `Add`.
10+
1. Hover over the profile icon in the lower left — an account menu will appear.
11+
2. Click **Invite Organization Members** in the menu.
12+
3. Enter the email address of the user you want to invite.
13+
4. Click **Add**.
1514

1615
The invited user will receive an email with instructions to accept the invitation and join your organization.
1716
Once they accept, they will be added as a **Member** by default.
@@ -24,8 +23,8 @@ Once they accept, they will be added as a **Member** by default.
2423

2524
After a user has joined your organization, an Admin or Owner can modify their role:
2625

27-
1. Click the profile icon in the lower left
28-
2. Select the `Org Members` link
26+
1. Hover over the profile icon in the lower left — an account menu will appear.
27+
2. Select **Org Members**.
2928
3. Find the user whose role you want to change.
3029
4. Click the role dropdown next to their name.
3130
5. Select the new role: `Owner`, `Admin`, or `Member`.
@@ -40,10 +39,10 @@ After a user has joined your organization, an Admin or Owner can modify their ro
4039

4140
To remove a member from your organization:
4241

43-
1. Navigate to your organization's settings page.
44-
2. Select the `Members` tab.
42+
1. Hover over the profile icon in the lower left — an account menu will appear.
43+
2. Select **Org Members**.
4544
3. Find the user you want to remove.
46-
4. Click the `Remove` button next to their name.
45+
4. Click the **Remove** button next to their name.
4746
5. Confirm the removal.
4847

4948
Removed members will lose access to the organization's shared resources immediately, but their private

openhands/usage/cloud/organizations/settings.mdx

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,17 @@ personal overrides.
3333

3434
Organization credits are shared across all members. To add credits:
3535

36-
1. Click the profile icon in the lower left
37-
2. Select the `Organization` link.
38-
3. Click `Add`.
36+
1. Hover over the profile icon in the lower left — an account menu will appear.
37+
2. Select **Organization**.
38+
3. Click **+ Add**.
3939
4. Choose the amount of credits to purchase.
4040
5. Complete the payment process.
4141

4242
Credits will be added to the organization's shared pool immediately and can be used by any member.
4343

4444
### Monitoring Usage
4545

46-
You can monitor credit usage from the `Organization` settings page, which shows:
46+
You can monitor credit usage from the **Organization** settings page, which shows:
4747

4848
- Current credit balance
4949
- Credit usage over time
@@ -60,12 +60,10 @@ for repositories in that Git organization to be routed to your organization.
6060

6161
Owners have the ability to claim a Git organization:
6262

63-
1. Click the profile icon in the lower left
64-
2. Select the `Organization` link.
65-
3. Under the `Git Conversation Routing` section, click `Claim` next to the Git organization to claim.
66-
4. Select the Git provider (GitHub, GitLab, or Bitbucket).
67-
5. Enter the name of the Git organization you want to claim.
68-
6. Complete the verification process.
63+
1. Hover over the profile icon in the lower left — an account menu will appear.
64+
2. Select **Organization**.
65+
3. In the **Git Conversation Routing** section, your connected Git organizations are listed automatically.
66+
4. Click **Claim** next to the Git organization you want to link to your OpenHands organization.
6967

7068
<Warning>
7169
You must have admin access to the Git organization to claim it. The verification process confirms your

0 commit comments

Comments
 (0)