-
Notifications
You must be signed in to change notification settings - Fork 12
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
Update Settings Menu #1130
base: main
Are you sure you want to change the base?
Update Settings Menu #1130
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,26 @@ | ||
--- | ||
description: Use the Weights and Biases Settings Page to customize your individual | ||
user profile or team settings. | ||
description: Customize your individual user profile or team settings. | ||
menu: | ||
default: | ||
identifier: settings | ||
parent: w-b-app-ui-reference | ||
title: Settings | ||
--- | ||
|
||
Within your individual user account you can edit: your profile picture, display name, geography location, biography information, emails associated to your account, and manage alerts for runs. You can also use the settings page to link your GitHub repository and delete your account. For more information, see [User settings]({{< relref "./user-settings.md" >}}). | ||
## User settings | ||
In the **User Settings** page, you can: | ||
- Edit your profile picture, display name, geography location, biography information, emails associated to your account, and manage alerts for runs. | ||
- Link your GitHub repository and delete your account. | ||
|
||
Use the team settings page to invite or remove new members to a team, manage alerts for team runs, change privacy settings, and view and manage storage usage. For more information about team settings, see [Team settings]({{< relref "./team-settings.md" >}}). | ||
To access your user settings, click your profile image, then click **User Settings**. | ||
|
||
For more information, see [User settings]({{< relref "./user-settings.md" >}}). | ||
|
||
## Team settings | ||
In the **Settings** page for your team: | ||
|
||
- Team admins can manage the team's settings, including alerts for team runs and privacy settings. | ||
- Team admins can view and manage storage usage. | ||
- Depending on the team's settings, team admins or any team member can invite members to the team. | ||
|
||
For more information about team settings, see [Team settings]({{< relref "./team-settings.md" >}}). |
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -5,4 +5,4 @@ type: docs | |||||
tags: | ||||||
- team management | ||||||
--- | ||||||
Refer to the link for details on roles and permissions: [Team Roles and Permissions]({{< relref "/guides/models/app/settings-page/teams.md#team-roles-and-permissions" >}}). | ||||||
Refer to the link for details on roles and permissions: [Team Roles and Permissions]({{< relref "/guides/models/app/features/teams.md#team-roles-and-permissions" >}}). | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ Among other things, service accounts are useful for tracking automated jobs logg | |
|
||
|
||
|
||
Refer to [Team Service Account Behavior]({{< relref "/guides/models/app/settings-page/teams.md#team-service-account-behavior" >}}) for more information. | ||
Refer to [Team Service Account Behavior]({{< relref "/guides/models/app/features/teams.md#team-service-account-behavior" >}}) for more information. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I don't think we use title case in link text generally. |
||
|
||
You can get the API key for a service account in your team at `<WANDB_HOST_URL>/<your-team-name>/service-accounts`. Alternatively you can go to the **Team settings** for your team and then refer to the **Service Accounts** tab. | ||
|
||
|
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -5,4 +5,4 @@ type: docs | |||||
tags: | ||||||
- team management | ||||||
--- | ||||||
For additional information about teams, visit the [teams section]({{< relref "/guides/models/app/settings-page/teams.md" >}}). | ||||||
For additional information about teams, visit the [teams section]({{< relref "/guides/models/app/features/teams.md" >}}). | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -6,4 +6,4 @@ tags: | |||||
- user management | ||||||
- team management | ||||||
--- | ||||||
Visit [this]({{< relref "/guides/models/app/settings-page/teams.md#team-roles-and-permissions" >}}) page for an overview of the available roles and permissions. | ||||||
Visit [this]({{< relref "/guides/models/app/features/teams.md#team-roles-and-permissions" >}}) page for an overview of the available roles and permissions. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.