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

fix: broken link in CodeStream nav #4637

Merged
merged 2 commits into from
Nov 1, 2021
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@ metaDescription: "The My Organization menu provides tools for managing the membe
The My Organization menu allows you to see who is in your CodeStream
organization, invite new members, and create blame maps.

![My Organization Menu](/images/MyOrgMenu.png)
![My Organization Menu](./images/MyOrgMenu.png)

## My Organization

Select "My Organization" to see a list of all members of your CodeStream
organization. Admins will be identified in the list, and if you are an admin,
you'll have a dropdown to assign or remove admin priviledges to any member.

![Organization Members](/images/MyOrgMembers.png)
![Organization Members](./images/MyOrgMembers.png)

## Invite Teammates

Select "Invite Teammates" to invite new members to your organization.

![Reinvite](/images/MyOrgInvite.png)
![Reinvite](./images/MyOrgInvite.png)

The "Outstanding Invitations" section lists all open invitations, and at the
right side of each row are links to remove the invitation or to reinvite.
Expand All @@ -43,7 +43,7 @@ address, and then select your entry from the list of organization members. That
way, when someone comments on code committed by dave@webmail.com, CodeStream
will know to at-mention you (i.e., dave@acme.com).

![Blame Map](/images/MyOrgBlameMap.png)
![Blame Map](./images/MyOrgBlameMap.png)

While non-admins can only create blame maps for themselves, admins can create
blame maps for any member of the organization. This is useful for reassigning
Expand Down
4 changes: 2 additions & 2 deletions src/nav/codestream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ pages:
- title: Activity feed
path: /docs/codestream/codestream-ui-overview/activity-feed
- title: My organization
path: /docs/codestream/how-use-codestream/my-organization
path: /docs/codestream/codestream-ui-overview/my-organization
- title: Filter and search
path: /docs/codestream/codestream-ui-overview/filter-search
- title: Permalinks
Expand Down Expand Up @@ -84,4 +84,4 @@ pages:
- title: JetBrains keychain issue
path: /docs/codestream/troubleshooting/keychain-issues
- title: Proxy issues
path: /docs/codestream/troubleshooting/proxy-support
path: /docs/codestream/troubleshooting/proxy-support