From 216eb744d83045e265901068e652ff2f21be8aba Mon Sep 17 00:00:00 2001 From: J2-D2-3PO <188380414+J2-D2-3PO@users.noreply.github.com> Date: Fri, 28 Feb 2025 13:23:25 -0700 Subject: [PATCH 1/2] Update Settings Menu --- .../dedicated_cloud/export-data-from-dedicated-cloud.md | 2 +- content/guides/models/app/{settings-page => features}/teams.md | 2 +- content/guides/models/app/settings-page/billing-settings.md | 2 +- content/guides/models/app/settings-page/emails.md | 2 +- content/guides/models/app/settings-page/storage.md | 2 +- content/guides/models/app/settings-page/system-metrics.md | 2 +- content/guides/models/app/settings-page/team-settings.md | 2 +- content/guides/models/app/settings-page/user-settings.md | 2 +- content/guides/models/registry/configure_registry.md | 2 +- content/support/create_team_add_delete_people_team.md | 2 +- content/support/how_can_i_be_removed_from_a_team.md | 2 +- content/support/service_account_useful.md | 2 +- content/support/team_find_more_information.md | 2 +- content/support/type_roles_available_differences.md | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) rename content/guides/models/app/{settings-page => features}/teams.md (99%) diff --git a/content/guides/hosting/hosting-options/dedicated_cloud/export-data-from-dedicated-cloud.md b/content/guides/hosting/hosting-options/dedicated_cloud/export-data-from-dedicated-cloud.md index 32f98c458..92ed11c06 100644 --- a/content/guides/hosting/hosting-options/dedicated_cloud/export-data-from-dedicated-cloud.md +++ b/content/guides/hosting/hosting-options/dedicated_cloud/export-data-from-dedicated-cloud.md @@ -17,7 +17,7 @@ If you would like to export all the data managed in your Dedicated cloud instanc | Export reports | [Reports API]({{< relref "/guides/core/reports/clone-and-export-reports/" >}}) | | Export artifacts | [Explore artifact graphs]({{< relref "/guides/core/artifacts/explore-and-traverse-an-artifact-graph" >}}), [Download and use artifacts]({{< relref "/guides/core/artifacts/download-and-use-an-artifact/#download-and-use-an-artifact-stored-on-wb" >}}) | -If you manage artifacts stored in the Dedicated cloud with [Secure Storage Connector]({{< relref "/guides/models/app/settings-page/teams/#secure-storage-connector" >}}), you may not need to export the artifacts using the W&B SDK API. +If you manage artifacts stored in the Dedicated cloud with [Secure Storage Connector]({{< relref "/guides/models/app/features/teams.md/#secure-storage-connector" >}}), you may not need to export the artifacts using the W&B SDK API. {{% alert %}} Using W&B SDK API to export all of your data can be slow if you have a large number of runs, artifacts etc. W&B recommends running the export process in appropriately sized batches so as not to overwhelm your Dedicated cloud instance. diff --git a/content/guides/models/app/settings-page/teams.md b/content/guides/models/app/features/teams.md similarity index 99% rename from content/guides/models/app/settings-page/teams.md rename to content/guides/models/app/features/teams.md index d896dea1c..cc8f70753 100644 --- a/content/guides/models/app/settings-page/teams.md +++ b/content/guides/models/app/features/teams.md @@ -4,7 +4,7 @@ description: Collaborate with your colleagues, share results, and track all the menu: default: identifier: teams - parent: settings + parent: w-b-app-ui-reference title: Manage teams weight: 50 --- diff --git a/content/guides/models/app/settings-page/billing-settings.md b/content/guides/models/app/settings-page/billing-settings.md index ff76f4f2d..6c89262b9 100644 --- a/content/guides/models/app/settings-page/billing-settings.md +++ b/content/guides/models/app/settings-page/billing-settings.md @@ -3,7 +3,7 @@ description: Manage your organization's billing settings menu: default: parent: settings -title: Manage billing settings +title: Billing settings weight: 20 --- diff --git a/content/guides/models/app/settings-page/emails.md b/content/guides/models/app/settings-page/emails.md index 892559a8a..bcf6bbfcd 100644 --- a/content/guides/models/app/settings-page/emails.md +++ b/content/guides/models/app/settings-page/emails.md @@ -4,7 +4,7 @@ menu: default: identifier: emails parent: settings -title: Manage email settings +title: Email settings weight: 40 --- diff --git a/content/guides/models/app/settings-page/storage.md b/content/guides/models/app/settings-page/storage.md index 66189d96f..e05025669 100644 --- a/content/guides/models/app/settings-page/storage.md +++ b/content/guides/models/app/settings-page/storage.md @@ -4,7 +4,7 @@ menu: default: identifier: app_storage parent: settings -title: Manage storage +title: Storage settings weight: 60 --- diff --git a/content/guides/models/app/settings-page/system-metrics.md b/content/guides/models/app/settings-page/system-metrics.md index f1582ef8d..00ed1a62f 100644 --- a/content/guides/models/app/settings-page/system-metrics.md +++ b/content/guides/models/app/settings-page/system-metrics.md @@ -4,7 +4,7 @@ menu: default: identifier: system-metrics parent: settings -title: System metrics +title: System metric settings weight: 70 --- diff --git a/content/guides/models/app/settings-page/team-settings.md b/content/guides/models/app/settings-page/team-settings.md index bd7b53270..d8bf907f7 100644 --- a/content/guides/models/app/settings-page/team-settings.md +++ b/content/guides/models/app/settings-page/team-settings.md @@ -5,7 +5,7 @@ menu: default: identifier: team-settings parent: settings -title: Manage team settings +title: Team settings weight: 30 --- diff --git a/content/guides/models/app/settings-page/user-settings.md b/content/guides/models/app/settings-page/user-settings.md index 9f46f9386..1c0d0e92c 100644 --- a/content/guides/models/app/settings-page/user-settings.md +++ b/content/guides/models/app/settings-page/user-settings.md @@ -6,7 +6,7 @@ menu: default: identifier: user-settings parent: settings -title: Manage user settings +title: User settings weight: 10 --- diff --git a/content/guides/models/registry/configure_registry.md b/content/guides/models/registry/configure_registry.md index 6733bf168..783eb39ef 100644 --- a/content/guides/models/registry/configure_registry.md +++ b/content/guides/models/registry/configure_registry.md @@ -56,7 +56,7 @@ A registry admin can assign or modify roles for users and teams in a registry. See [Configure user roles in a registry]({{< relref "configure_registry.md#configure-registry-roles" >}}) for more information. {{% alert title="W&B role types" %}} -There are two different types of roles in W&B: [Team roles]({{< ref "/guides/models/app/settings-page/teams.md#team-role-and-permissions" >}}) and [Registry roles]({{< relref "configure_registry.md#configure-registry-roles" >}}). +There are two different types of roles in W&B: [Team roles]({{< ref "/guides/models/app/features/teams.md#team-role-and-permissions" >}}) and [Registry roles]({{< relref "configure_registry.md#configure-registry-roles" >}}). Your role in a team has no impact or relationship to your role in any registry. {{% /alert %}} diff --git a/content/support/create_team_add_delete_people_team.md b/content/support/create_team_add_delete_people_team.md index 21578bfeb..a8877abc0 100644 --- a/content/support/create_team_add_delete_people_team.md +++ b/content/support/create_team_add_delete_people_team.md @@ -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" >}}). \ No newline at end of file +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" >}}). \ No newline at end of file diff --git a/content/support/how_can_i_be_removed_from_a_team.md b/content/support/how_can_i_be_removed_from_a_team.md index a1ac5bab4..42631c918 100644 --- a/content/support/how_can_i_be_removed_from_a_team.md +++ b/content/support/how_can_i_be_removed_from_a_team.md @@ -7,4 +7,4 @@ tags: - team management --- -A team admin can [remove you from a team]({{< relref "/guides/models/app/settings-page/teams.md" >}}) from the **Users** tab of the team settings. \ No newline at end of file +A team admin can [remove you from a team]({{< relref "/guides/models/app/features/teams.md" >}}) from the **Users** tab of the team settings. \ No newline at end of file diff --git a/content/support/service_account_useful.md b/content/support/service_account_useful.md index 48c290414..d8602bed5 100644 --- a/content/support/service_account_useful.md +++ b/content/support/service_account_useful.md @@ -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. You can get the API key for a service account in your team at `//service-accounts`. Alternatively you can go to the **Team settings** for your team and then refer to the **Service Accounts** tab. diff --git a/content/support/team_find_more_information.md b/content/support/team_find_more_information.md index 06c1ab9e7..9f0f6933d 100644 --- a/content/support/team_find_more_information.md +++ b/content/support/team_find_more_information.md @@ -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" >}}). \ No newline at end of file +For additional information about teams, visit the [teams section]({{< relref "/guides/models/app/features/teams.md" >}}). \ No newline at end of file diff --git a/content/support/type_roles_available_differences.md b/content/support/type_roles_available_differences.md index 46f9905ac..8bd3e16da 100644 --- a/content/support/type_roles_available_differences.md +++ b/content/support/type_roles_available_differences.md @@ -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. \ No newline at end of file +Visit [this]({{< relref "/guides/models/app/features/teams.md#team-roles-and-permissions" >}}) page for an overview of the available roles and permissions. \ No newline at end of file From 20716c38fea3d59eeb2e8aa321818e849128fe75 Mon Sep 17 00:00:00 2001 From: Matt Linville Date: Fri, 28 Feb 2025 14:04:58 -0800 Subject: [PATCH 2/2] Tweaks to landing page --- .../guides/models/app/settings-page/_index.md | 21 +++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/content/guides/models/app/settings-page/_index.md b/content/guides/models/app/settings-page/_index.md index df4868c61..12f4c5196 100644 --- a/content/guides/models/app/settings-page/_index.md +++ b/content/guides/models/app/settings-page/_index.md @@ -1,6 +1,5 @@ --- -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 @@ -8,6 +7,20 @@ menu: 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" >}}). \ No newline at end of file +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" >}}). \ No newline at end of file